Home
last modified time | relevance | path

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

1234567

/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
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatable.java38 boolean isRunning(); in isRunning() method
/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
/aosp12/packages/modules/Virtualization/virtmanager/aidl/android/system/virtmanager/
H A DIVirtualMachine.aidl25 boolean isRunning(); in isRunning() method
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/include/
H A Dhandler.h132 bool isRunning; variable
/aosp12/hardware/qcom/sm7250/gps/utils/
H A DLocThread.h91 inline bool isRunning() { return NULL != mThread; } in isRunning() function
/aosp12/hardware/qcom/sm8150/gps/utils/
H A DLocThread.h91 inline bool isRunning() { return NULL != mThread; } in isRunning() function
/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()
/aosp12/hardware/qcom/gps/msm8909/utils/
H A DLocThread.h89 inline bool isRunning() { return NULL != mThread; } in isRunning() function
/aosp12/hardware/qcom/gps/msm8909w_3100/utils/
H A DLocThread.h89 inline bool isRunning() { return NULL != mThread; } in isRunning() function
/aosp12/hardware/qcom/gps/msm8996/utils/
H A DLocThread.h89 inline bool isRunning() { return NULL != mThread; } in isRunning() function
/aosp12/hardware/qcom/gps/msm8998/utils/
H A DLocThread.h89 inline bool isRunning() { return NULL != mThread; } in isRunning() function
/aosp12/hardware/qcom/sdm845/gps/msm8909/utils/
H A DLocThread.h89 inline bool isRunning() { return NULL != mThread; } in isRunning() function
/aosp12/hardware/qcom/sdm845/gps/msm8998/utils/
H A DLocThread.h89 inline bool isRunning() { return NULL != mThread; } in isRunning() function
/aosp12/hardware/qcom/sm8150p/gps/utils/
H A DLocThread.h89 inline bool isRunning() { return NULL != mThread; } in isRunning() function
/aosp12/hardware/qcom/sdm845/gps/sdm845/utils/
H A DLocThread.h89 inline bool isRunning() { return NULL != mThread; } in isRunning() function
/aosp12/hardware/qcom/sm7150/gps/utils/
H A DLocThread.h89 inline bool isRunning() { return NULL != mThread; } in isRunning() function
/aosp12/hardware/qcom/sdm845/gps/msm8996/utils/
H A DLocThread.h89 inline bool isRunning() { return NULL != mThread; } in isRunning() function
/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dhdf_message_looper.h24 bool isRunning; member
/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
/aosp12/packages/modules/NetworkStack/src/android/net/util/
H A DStopwatch.java37 public boolean isRunning() { in isRunning() method in Stopwatch
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dsharing_event_callback_proxy_test.cpp44 bool isRunning = false; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/include/
H A Dscreenregion.h71 bool isRunning = false; variable
/aosp12/system/core/libsysutils/src/
H A DServiceManager.cpp109 bool ServiceManager::isRunning(const char *name) { in isRunning() function in ServiceManager
/aosp12/frameworks/base/libs/hwui/thread/
H A DThreadBase.h50 bool isRunning() const { return Thread::isRunning(); } in isRunning() function

1234567