Home
last modified time | relevance | path

Searched refs:IsRunning (Results 1 – 25 of 104) sorted by relevance

12345

/haiku/src/tests/kits/app/broster/
H A DIsRunningTester.cpp42 CHK(roster.IsRunning((const char*)NULL) == false); in IsRunningTestA1()
55 CHK(roster.IsRunning("application/x-vnd.obos-app-run-testapp1") == false); in IsRunningTestA2()
73 CHK(roster.IsRunning("application/x-vnd.obos-app-run-testapp1") == true); in IsRunningTestA3()
76 CHK(roster.IsRunning("application/x-vnd.obos-app-run-testapp1") == true); in IsRunningTestA3()
79 CHK(roster.IsRunning("application/x-vnd.obos-app-run-testapp1") == false); in IsRunningTestA3()
92 CHK(roster.IsRunning((entry_ref*)NULL) == false); in IsRunningTestB1()
106 CHK(roster.IsRunning(&ref) == false); in IsRunningTestB2()
126 CHK(roster.IsRunning(&ref) == true); in IsRunningTestB3()
129 CHK(roster.IsRunning(&ref) == true); in IsRunningTestB3()
132 CHK(roster.IsRunning(&ref) == false); in IsRunningTestB3()
/haiku/src/tests/servers/input/inputdevice/
H A Dmain.cpp52 printf(" %s", device->IsRunning() ? "true" : "false"); in main()
54 printf(" %s", device->IsRunning() ? "true" : "false"); in main()
56 printf(" %s", device->IsRunning() ? "true" : "false"); in main()
58 printf(" %s", device->IsRunning() ? "true" : "false"); in main()
60 printf(" %s", device->IsRunning() ? "true" : "false"); in main()
75 printf(" %s", device->IsRunning() ? "true" : "false"); in main()
80 printf(" %s", device->IsRunning() ? "true" : "false"); in main()
85 printf(" %s", device->IsRunning() ? "true" : "false"); in main()
90 printf(" %s", device->IsRunning() ? "true" : "false"); in main()
95 printf(" %s", device->IsRunning() ? "true" : "false"); in main()
/haiku/src/kits/network/libnetservices/
H A DUrlRequest.cpp96 if (IsRunning()) in SetUrl()
107 if (IsRunning()) in SetContext()
122 if (IsRunning()) in SetListener()
133 if (IsRunning()) in SetOutput()
184 BUrlRequest::IsRunning() const in IsRunning() function in BUrlRequest
/haiku/src/add-ons/media/plugins/http_streamer/
H A DHTTPMediaIO.cpp84 bool IsRunning() in IsRunning() function in FileListener
186 HTTPMediaIO::IsRunning() const in IsRunning() function in HTTPMediaIO
189 return fListener->IsRunning(); in IsRunning()
191 return fReq->IsRunning(); in IsRunning()
H A DHTTPMediaIO.h31 virtual bool IsRunning() const;
/haiku/src/apps/haikudepot/process/
H A DThreadedProcessNode.cpp41 if (IsRunning()) { in ~ThreadedProcessNode()
49 ThreadedProcessNode::IsRunning() in IsRunning() function in ThreadedProcessNode
51 if (!AbstractProcessNode::IsRunning()) { in IsRunning()
H A DProcessCoordinator.h37 bool IsRunning() const;
103 bool IsRunning();
H A DProcessCoordinator.cpp103 ProcessCoordinatorState::IsRunning() const in IsRunning() function in ProcessCoordinatorState
196 ProcessCoordinator::IsRunning() in IsRunning() function in ProcessCoordinator
201 if (node->IsRunning()) in IsRunning()
347 this, Progress(), _CreateStatusMessage(), IsRunning(), ErrorStatus()); in _CreateStatus()
H A DThreadedProcessNode.h20 virtual bool IsRunning();
H A DAbstractProcess.h38 bool IsRunning();
H A DAbstractProcessNode.h33 virtual bool IsRunning();
/haiku/headers/tools/cppunit/
H A DThreadManager.h28 bool IsRunning();
82 while (IsRunning()) { in Stop()
94 BThreadManager<TestClass, ExpectedException>::IsRunning(void) { in IsRunning() function
109 if (IsRunning()) in LaunchThread()
/haiku/src/preferences/bluetooth/
H A DBluetoothMain.cpp31 if (!be_roster->IsRunning(BLUETOOTH_SIGNATURE)) { in ReadyToRun()
77 if (!be_roster->IsRunning(BLUETOOTH_SIGNATURE)) { in MessageReceived()
H A DBluetoothWindow.cpp126 if (!be_roster->IsRunning(BLUETOOTH_SIGNATURE)) { in MessageReceived()
132 if (be_roster->IsRunning(BLUETOOTH_SIGNATURE)) { in MessageReceived()
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerApplication.cpp112 bool value = be_roster -> IsRunning(XSHELF_INSPECTOR_APP); in MessageReceived()
122 bool value = be_roster -> IsRunning(XSHELF_INSPECTOR_APP); in MessageReceived()
/haiku/src/apps/networkstatus/
H A DNetworkStatus.cpp121 isDeskbarRunning = deskbar.IsRunning(); in ReadyToRun()
137 if (deskbar.IsRunning()) { in ReadyToRun()
/haiku/src/tests/kits/net/service/
H A DHttpTest.cpp141 while (request->IsRunning()) in SendAuthenticatedRequest()
238 while (request->IsRunning()) in HeadTest()
282 while (request->IsRunning()) in NoContentTest()
345 while (request->IsRunning()) in ProxyTest()
446 while (request->IsRunning()) in UploadTest()
635 while (request->IsRunning()) in _GetTest()
/haiku/src/servers/mail/
H A DLEDAnimation.h20 bool IsRunning() const {return fRunning;} in IsRunning() function
/haiku/src/servers/registrar/
H A DRosterAppInfo.h29 bool IsRunning() const;
/haiku/src/add-ons/screen_savers/icons/
H A DIconDisplay.h31 inline bool IsRunning() const { return fIsRunning; }; in IsRunning() function
/haiku/headers/os/mail/
H A DMailDaemon.h23 bool IsRunning();
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.h22 bool IsRunning();
/haiku/src/apps/installer/
H A DInstallerApp.cpp80 if (!be_roster->IsRunning(kDeskbarSignature)) { in Quit()
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoApplication.cpp35 if ( (be_roster -> IsRunning(XCONTAINER_APP)) == false ) in MessageReceived()
/haiku/src/tests/kits/midi/
H A Dtest1.cpp24 while (store->IsRunning()) { in main()

12345