Searched refs:B_ALREADY_RUNNING (Results 1 - 25 of 33) sorted by relevance

12

/haiku/headers/private/shared/
H A DTrackerAddOnAppLaunch.h56 if (status == B_OK || status == B_ALREADY_RUNNING)
/haiku/src/bin/
H A Dopen.cpp101 if (result == B_OK || result == B_ALREADY_RUNNING)
137 if (result != B_OK && result != B_ALREADY_RUNNING) {
H A Durlwrapper.cpp125 if (err != B_OK && err != B_ALREADY_RUNNING)
204 if (err != B_OK && err != B_ALREADY_RUNNING)
218 if (err != B_OK && err != B_ALREADY_RUNNING)
531 if (err != B_OK && err != B_ALREADY_RUNNING)
H A Derror.c23 E(B_ALREADY_RUNNING),
/haiku/headers/tools/cppunit/
H A DThreadManager.h110 return B_ALREADY_RUNNING;
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c150 case B_ALREADY_RUNNING:
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp448 if (status != B_ALREADY_RUNNING)
466 if (status != B_ALREADY_RUNNING)
/haiku/src/tests/kits/net/service/
H A DTestServer.cpp194 return B_ALREADY_RUNNING;
/haiku/src/tests/kits/net/netservices2/
H A DTestServer.cpp184 return B_ALREADY_RUNNING;
/haiku/src/apps/launchbox/
H A DMainWindow.cpp146 if (ret < B_OK && ret != B_ALREADY_RUNNING) {
162 if (ret != B_OK && ret != B_ALREADY_RUNNING) {
/haiku/src/apps/people/
H A DPeopleApp.cpp243 if (ret != B_OK && ret != B_ALREADY_RUNNING) {
/haiku/src/kits/app/
H A DKeyStore.cpp423 if (result != B_OK && result != B_ALREADY_RUNNING)
H A DRoster.cpp1401 \c B_ALREADY_RUNNING is returned and the team ID of the running instance
1420 \retval B_ALREADY_RUNNING The application requested a single/exclusive
1832 contained BMessages. In case the method fails with \c B_ALREADY_RUNNING
1839 In case the method fails with \c B_ALREADY_RUNNING the message is
1939 if (error == B_ALREADY_RUNNING) {
2047 error = B_ALREADY_RUNNING;
H A DApplication.cpp458 if (fInitError == B_ALREADY_RUNNING) {
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp270 if (status != B_OK && status != B_ALREADY_RUNNING) {
H A DDownloadProgressView.cpp414 if (status != B_OK && status != B_ALREADY_RUNNING) {
H A DBrowserWindow.cpp2165 if (status != B_OK && status != B_ALREADY_RUNNING) {
2796 if (ret == B_ALREADY_RUNNING)
/haiku/headers/os/support/
H A DErrors.h84 #define B_ALREADY_RUNNING (B_APP_ERROR_BASE + 4) macro
/haiku/src/tests/kits/app/broster/
H A DLaunchTester.cpp849 second app: Launch() fails with B_ALREADY_RUNNING
870 CHK(context(caller2, fileType1, &team2) == B_ALREADY_RUNNING);
889 second app: Launch() fails with B_ALREADY_RUNNING
910 CHK(context(caller2, fileType1, &team2) == B_ALREADY_RUNNING);
1050 second app: Launch() fails with B_ALREADY_RUNNING
1071 CHK(context(caller2, fileType1, &team2) == B_ALREADY_RUNNING);
1090 second app: Launch() fails with B_ALREADY_RUNNING
1111 CHK(context(caller2, fileType1, &team2) == B_ALREADY_RUNNING);
1135 second app: Launch() fails with B_ALREADY_RUNNING
1160 CHK(context(caller2, fileType1, &team2) == B_ALREADY_RUNNING);
[all...]
/haiku/headers/build/os/support/
H A DErrors.h85 #define B_ALREADY_RUNNING (B_APP_ERROR_BASE + 4) macro
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp574 if (status != B_OK && status != B_ALREADY_RUNNING) {
/haiku/src/servers/registrar/
H A DTRoster.cpp216 SET_ERROR(error, B_ALREADY_RUNNING);
229 SET_ERROR(error, B_ALREADY_RUNNING);
/haiku/src/servers/net/
H A DNetServer.cpp1099 if (status != B_OK && status != B_ALREADY_RUNNING)
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp480 if (status != B_OK && status != B_ALREADY_RUNNING) {
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp1013 if ((ret != B_OK) && (ret != B_ALREADY_RUNNING)) {

Completed in 189 milliseconds

12