Searched refs:IsRunning (Results 1 - 25 of 100) sorted by relevance

1234

/haiku/src/tests/kits/app/broster/
H A DIsRunningTester.cpp33 bool IsRunning(const char *signature) const
42 CHK(roster.IsRunning((const char*)NULL) == false);
47 bool IsRunning(const char *signature) const
55 CHK(roster.IsRunning("application/x-vnd.obos-app-run-testapp1") == false);
59 bool IsRunning(const char *signature) const
73 CHK(roster.IsRunning("application/x-vnd.obos-app-run-testapp1") == true);
76 CHK(roster.IsRunning("application/x-vnd.obos-app-run-testapp1") == true);
79 CHK(roster.IsRunning("application/x-vnd.obos-app-run-testapp1") == false);
83 bool IsRunning(entry_ref *ref) const
92 CHK(roster.IsRunning((entry_re
[all...]
/haiku/src/tests/servers/input/inputdevice/
H A Dmain.cpp52 printf(" %s", device->IsRunning() ? "true" : "false");
54 printf(" %s", device->IsRunning() ? "true" : "false");
56 printf(" %s", device->IsRunning() ? "true" : "false");
58 printf(" %s", device->IsRunning() ? "true" : "false");
60 printf(" %s", device->IsRunning() ? "true" : "false");
75 printf(" %s", device->IsRunning() ? "true" : "false");
80 printf(" %s", device->IsRunning() ? "true" : "false");
85 printf(" %s", device->IsRunning() ? "true" : "false");
90 printf(" %s", device->IsRunning() ? "true" : "false");
95 printf(" %s", device->IsRunning()
[all...]
/haiku/src/servers/mail/
H A DLEDAnimation.h20 bool IsRunning() const {return fRunning;} function in class:LEDAnimation
/haiku/src/servers/registrar/
H A DRosterAppInfo.h29 bool IsRunning() const;
H A DRosterAppInfo.cpp63 // IsRunning
65 RosterAppInfo::IsRunning() const function in class:RosterAppInfo
/haiku/src/apps/haikudepot/process/
H A DThreadedProcessNode.h20 virtual bool IsRunning();
H A DThreadedProcessNode.cpp41 if (IsRunning()) {
49 ThreadedProcessNode::IsRunning() function in class:ThreadedProcessNode
51 if (!AbstractProcessNode::IsRunning()) {
H A DProcessCoordinator.h37 bool IsRunning() const;
103 bool IsRunning();
H A DAbstractProcessNode.h33 virtual bool IsRunning();
H A DAbstractProcess.h38 bool IsRunning();
/haiku/src/kits/network/libnetservices/
H A DUrlRequest.cpp96 if (IsRunning())
107 if (IsRunning())
122 if (IsRunning())
133 if (IsRunning())
184 BUrlRequest::IsRunning() const function in class:BUrlRequest
/haiku/src/add-ons/screen_savers/icons/
H A DIconDisplay.h31 inline bool IsRunning() const { return fIsRunning; }; function in class:IconDisplay
/haiku/headers/os/mail/
H A DMailDaemon.h23 bool IsRunning();
/haiku/src/add-ons/media/plugins/http_streamer/
H A DHTTPMediaIO.cpp84 bool IsRunning() function in class:FileListener
186 HTTPMediaIO::IsRunning() const function in class:HTTPMediaIO
189 return fListener->IsRunning();
191 return fReq->IsRunning();
H A DHTTPMediaIO.h31 virtual bool IsRunning() const;
/haiku/src/preferences/bluetooth/
H A DBluetoothMain.cpp31 if (!be_roster->IsRunning(BLUETOOTH_SIGNATURE)) {
77 if (!be_roster->IsRunning(BLUETOOTH_SIGNATURE)) {
H A DBluetoothWindow.cpp126 if (!be_roster->IsRunning(BLUETOOTH_SIGNATURE)) {
132 if (be_roster->IsRunning(BLUETOOTH_SIGNATURE)) {
/haiku/headers/tools/cppunit/
H A DThreadManager.h28 bool IsRunning();
82 while (IsRunning()) {
94 BThreadManager<TestClass, ExpectedException>::IsRunning(void) { function in class:BThreadManager
109 if (IsRunning())
/haiku/src/tests/kits/midi/
H A Dtest1.cpp24 while (store->IsRunning()) {
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.h22 bool IsRunning();
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoApplication.cpp35 if ( (be_roster -> IsRunning(XCONTAINER_APP)) == false )
/haiku/src/apps/installer/
H A DInstallerApp.cpp80 if (!be_roster->IsRunning(kDeskbarSignature)) {
/haiku/src/apps/networkstatus/
H A DNetworkStatus.cpp121 isDeskbarRunning = deskbar.IsRunning();
137 if (deskbar.IsRunning()) {
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerApplication.cpp112 bool value = be_roster -> IsRunning(XSHELF_INSPECTOR_APP);
122 bool value = be_roster -> IsRunning(XSHELF_INSPECTOR_APP);
/haiku/headers/os/interface/
H A DInput.h50 bool IsRunning() const;

Completed in 119 milliseconds

1234