Home
last modified time | relevance | path

Searched defs:isRunning (Results 1 – 25 of 114) sorted by relevance

12345

/ohos5.0/base/startup/init/test/moduletest/
H A Dservice_control_test.cpp118 bool isRunning = oldStatus == "running"; variable
150 bool isRunning = oldStatus == "running"; variable
178 bool isRunning = oldStatus == "running"; variable
207 bool isRunning = oldStatus == "running"; variable
243 bool isRunning = status == "running"; variable
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatable.java38 boolean isRunning(); in isRunning() method
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DIUserVisibleJobObserver.aidl32 void onUserVisibleJobStateChanged(in UserVisibleJobSummary summary, boolean isRunning); in onUserVisibleJobStateChanged()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddns_checker.h42 std::atomic<bool> isRunning; variable
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/include/
H A Dhandler.h132 bool isRunning; variable
/ohos5.0/foundation/communication/netmanager_ext/test/netmanager_ext_mock_test/
H A Dmock_isharing_event_callback_test.h27 void OnSharingStateChanged(const bool &isRunning) in OnSharingStateChanged()
/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dhdf_message_looper.h24 bool isRunning; member
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dsharing_event_callback_proxy_test.cpp44 bool isRunning = false; variable
H A Dsharing_event_callback_stub_test.cpp26 inline void OnSharingStateChanged(const bool &isRunning) override in OnSharingStateChanged()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/include/
H A Dscreenregion.h71 bool isRunning = false; variable
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dbackground_audio_controller.cpp70 bool isRunning = AudioAdapter::GetInstance().GetRendererRunning(uid); in OnSessionRelease() local
133 bool isRunning = false; in HandleAppBackgroundState() local
/aosp14/frameworks/base/libs/hwui/thread/
H A DThreadBase.h50 bool isRunning() const { return Thread::isRunning(); } in isRunning() function
/aosp14/system/core/libsysutils/src/
H A DServiceManager.cpp109 bool ServiceManager::isRunning(const char *name) { in isRunning() function in ServiceManager
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/include/
H A Dscreenregion.h64 bool isRunning = false; variable
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/restore/
H A DFullRestoreEngineThread.java36 public boolean isRunning() { in isRunning() method in FullRestoreEngineThread
H A DRestoreEngine.java36 public boolean isRunning() { in isRunning() method in RestoreEngine
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_standby_helper_unit_test.cpp46 bool isRunning {false}; variable
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/ipccallback/
H A Dsharing_event_callback_stub.cpp34 bool isRunning = data.ReadBool(); in OnRemoteRequest() local
/aosp14/frameworks/base/core/java/android/app/trust/
H A DITrustListener.aidl32 void onIsActiveUnlockRunningChanged(boolean isRunning, int userId); in onIsActiveUnlockRunningChanged()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H A Daudio_codec_worker.h74 std::atomic<bool> isRunning; variable
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_helper_unit_test.cpp56 bool isRunning {false}; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dasync_task_manager.h39 bool isRunning; member
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dapp_mgr_helper.cpp53 …K_FUNC AppMgrHelper::GetAppRunningStateByBundleName(const std::string &bundleName, bool& isRunning) in GetAppRunningStateByBundleName()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardFaceAuthInteractor.kt39 fun isRunning(): Boolean regex
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
H A DRemotePrintServicePlugin.java53 private boolean isRunning; field in RemotePrintServicePlugin

12345