Home
last modified time | relevance | path

Searched refs:STATE_NOT_START (Results 1 – 25 of 166) sorted by relevance

1234567

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_startup_test/
H A Dams_service_startup_test.cpp70 …EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningS…
74 …EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningS…
92 …EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningS…
98 …EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningS…
116 …EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningS…
118 …EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningS…
136 …EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningS…
140 …EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningS…
142 …EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningS…
160 …EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningS…
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_service_start_test/
H A Dability_service_start_test.cpp77 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, aams_->QueryServiceState());
88 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, aams_->QueryServiceState());
121 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, aams_->QueryServiceState());
137 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, aams_->QueryServiceState());
162 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, aams_->QueryServiceState());
189 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, aams_->QueryServiceState());
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/service_start_process_test/
H A Dams_service_start_process_module_test.cpp75 …EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningS…
83 …EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningS…
102 …EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningS…
106 …EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningS…
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/services/manager/src/
H A Decologic_rule_mgr_service.cpp35 EcologicalRuleMgrService::EcologicalRuleMgrService() : state_(ServiceRunningState::STATE_NOT_START) in EcologicalRuleMgrService()
40 : SystemAbility(saId, runOnCreate), state_(ServiceRunningState::STATE_NOT_START) in EcologicalRuleMgrService()
116 state_ = ServiceRunningState::STATE_NOT_START; in OnStop()
/ohos5.0/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_service_test.cpp191 ScreenLockSystemAbility::GetInstance()->state_ = ServiceRunningState::STATE_NOT_START;
402 ScreenLockSystemAbility::GetInstance()->state_ = ServiceRunningState::STATE_NOT_START;
433 ScreenLockSystemAbility::GetInstance()->state_ = ServiceRunningState::STATE_NOT_START;
546 EXPECT_EQ(ScreenLockSystemAbility::GetInstance()->state_, ServiceRunningState::STATE_NOT_START);
565 ScreenLockSystemAbility::GetInstance()->state_ = ServiceRunningState::STATE_NOT_START;
612 ScreenLockSystemAbility::GetInstance()->state_ = ServiceRunningState::STATE_NOT_START;
630 ScreenLockSystemAbility::GetInstance()->state_ = ServiceRunningState::STATE_NOT_START;
650 ScreenLockSystemAbility::GetInstance()->state_ = ServiceRunningState::STATE_NOT_START;
/ohos5.0/foundation/communication/nfc/services/include/
H A Dnfc_sa_manager.h27 STATE_NOT_START, enumerator
52 ServiceRunningState state_ = ServiceRunningState::STATE_NOT_START;
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_stub_test.cpp46 service->state_ = ServiceRunningState::STATE_NOT_START;
76 service->state_ = ServiceRunningState::STATE_NOT_START;
95 service->state_ = ServiceRunningState::STATE_NOT_START;
115 service->state_ = ServiceRunningState::STATE_NOT_START;
142 service->state_ = ServiceRunningState::STATE_NOT_START;
211 service->state_ = ServiceRunningState::STATE_NOT_START;
234 service->state_ = ServiceRunningState::STATE_NOT_START;
255 service->state_ = ServiceRunningState::STATE_NOT_START;
273 service->state_ = ServiceRunningState::STATE_NOT_START;
1639 std::atomic<ServiceRunningState> state = ServiceRunningState::STATE_NOT_START;
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/ipc/
H A Dcloud_daemon.h35 enum class ServiceRunningState { STATE_NOT_START, STATE_RUNNING }; enumerator
54 ServiceRunningState state_ { ServiceRunningState::STATE_NOT_START };
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_sms_manager.h38 STATE_NOT_START, enumerator
48 HandleRunningState stateSms_ = HandleRunningState::STATE_NOT_START;
H A Dsim_file_manager.h91 enum class HandleRunningState { STATE_NOT_START, STATE_RUNNING }; enumerator
99 HandleRunningState stateRecord_ = HandleRunningState::STATE_NOT_START;
100 HandleRunningState stateHandler_ = HandleRunningState::STATE_NOT_START;
H A Dicc_dialling_numbers_manager.h51 STATE_NOT_START, enumerator
58 HandleRunningState stateDiallingNumbers_ = HandleRunningState::STATE_NOT_START;
H A Dsim_state_manager.h26 enum SimHandleRun { STATE_NOT_START, STATE_RUNNING }; enumerator
73 SimHandleRun simStateRun_ = STATE_NOT_START;
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/timer_manager/include/
H A Dtimer_manager.h33 STATE_NOT_START, enumerator
66 std::atomic<TimerMgrState> state_ { TimerMgrState::STATE_NOT_START };
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/services_daemon/
H A Dcloud_daemon_test.cpp74 cloudDaemon_->state_ = ServiceRunningState::STATE_NOT_START;
115 cloudDaemon_->state_ = ServiceRunningState::STATE_NOT_START;
/ohos5.0/foundation/communication/connected_nfc_tag/services/src/
H A Dnfc_tag_service_impl.cpp34 mState(ServiceRunningState::STATE_NOT_START) in NfcTagServiceImpl()
61 mState = ServiceRunningState::STATE_NOT_START; in OnStop()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/bgtask_manager_abnormal_unit_test/
H A Dbgtask_manager_abnormal_unit_test.cpp49 BackgroundTaskMgrService_->state_ = ServiceRunningState::STATE_NOT_START;
52 EXPECT_EQ(BackgroundTaskMgrService_->state_, ServiceRunningState::STATE_NOT_START);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/
H A Ddistributed_hardware_service.h31 STATE_NOT_START, enumerator
69 ServiceRunningState state_ = ServiceRunningState::STATE_NOT_START;
/ohos5.0/base/msdp/device_status/test/fuzztest/devicemanager_fuzzer/
H A Ddevicemanager_fuzzer.h57 enum class ServiceRunningState {STATE_NOT_START, STATE_RUNNING, STATE_EXIT}; enumerator
93 std::atomic<ServiceRunningState> state_ { ServiceRunningState::STATE_NOT_START };
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/include/
H A Dtimer_manager_test.h55 enum class ServiceRunningState {STATE_NOT_START, STATE_RUNNING, STATE_EXIT}; enumerator
87 std::atomic<ServiceRunningState> state_ { ServiceRunningState::STATE_NOT_START };
/ohos5.0/base/security/access_token/services/el5filekeymanager/include/
H A Del5_filekey_manager_service.h35 enum class ServiceRunningState { STATE_NOT_START, STATE_RUNNING }; enumerator
61 ServiceRunningState serviceRunningState_ = ServiceRunningState::STATE_NOT_START;
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service.h36 STATE_NOT_START, enumerator
75 ServiceRunningState state_ {ServiceRunningState::STATE_NOT_START};
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/include/
H A Ddevice_manager_test.h56 enum class ServiceRunningState {STATE_NOT_START, STATE_RUNNING, STATE_EXIT}; enumerator
92 std::atomic<ServiceRunningState> state_ { ServiceRunningState::STATE_NOT_START };
/ohos5.0/base/security/code_signature/services/local_code_sign/src/
H A Dlocal_code_sign_service.cpp38 : SystemAbility(LOCAL_CODE_SIGN_SA_ID, false), state_(ServiceRunningState::STATE_NOT_START) in LocalCodeSignService()
100 state_ = ServiceRunningState::STATE_NOT_START; in OnStop()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_mgr_service_impl.cpp47 …y(WIFI_HOTSPOT_ABILITY_ID, true), mPublishFlag(false), mState(ServiceRunningState::STATE_NOT_START) in WifiHotspotMgrServiceImpl()
79 mState = ServiceRunningState::STATE_NOT_START; in OnStop()
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/include/
H A Ddevice_manager_test.h57 enum class ServiceRunningState {STATE_NOT_START, STATE_RUNNING, STATE_EXIT}; enumerator
93 std::atomic<ServiceRunningState> state_ { ServiceRunningState::STATE_NOT_START };

1234567