/foundation/ability/ability_runtime/test/unittest/ams_service_startup_test/ |
H A D | ams_service_startup_test.cpp | 70 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningState); in HWTEST_F() 72 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, appMgrService->QueryServiceState().serviceRunningState); in HWTEST_F() 74 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningState); in HWTEST_F() 92 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningState); in HWTEST_F() 94 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, appMgrService->QueryServiceState().serviceRunningState); in HWTEST_F() 96 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, appMgrService->QueryServiceState().serviceRunningState); in HWTEST_F() 98 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningState); in HWTEST_F() 116 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningState); in HWTEST_F() 118 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningState); in HWTEST_F() 136 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState() in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/moduletest/common/ams/service_start_process_test/ |
H A D | ams_service_start_process_module_test.cpp | 75 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningState); in HWTEST_F() 79 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, appMgrService->QueryServiceState().serviceRunningState); in HWTEST_F() 83 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningState); in HWTEST_F() 102 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningState); in HWTEST_F() 106 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService->QueryServiceState().serviceRunningState); in HWTEST_F() 110 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, appMgrService->QueryServiceState().serviceRunningState); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ability_service_start_test/ |
H A D | ability_service_start_test.cpp | 77 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, aams_->QueryServiceState()); in HWTEST_F() 86 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, aams_->QueryServiceState()); in HWTEST_F() 88 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, aams_->QueryServiceState()); in HWTEST_F() 119 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, aams_->QueryServiceState()); in HWTEST_F() 121 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, aams_->QueryServiceState()); in HWTEST_F() 137 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, aams_->QueryServiceState()); in HWTEST_F() 162 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, aams_->QueryServiceState()); in HWTEST_F() 186 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, aams_->QueryServiceState()); in HWTEST_F() 189 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, aams_->QueryServiceState()); in HWTEST_F()
|
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_mgr_service_test/ |
H A D | ui_mgr_service_test.cpp | 59 EXPECT_EQ(testValue, uiMgrService->QueryServiceState()); in HWTEST_F() 95 EXPECT_EQ(testValue, uiMgrService->QueryServiceState()); in HWTEST_F() 210 EXPECT_EQ(testValue, uiMgrService->QueryServiceState()); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/service_app_spawn_client_test/ |
H A D | ams_service_app_spawn_client_module_test.cpp | 205 EXPECT_EQ(SpawnConnectionState::STATE_NOT_CONNECT, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 211 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 214 EXPECT_EQ(SpawnConnectionState::STATE_NOT_CONNECT, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 232 EXPECT_EQ(SpawnConnectionState::STATE_NOT_CONNECT, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 239 EXPECT_EQ(SpawnConnectionState::STATE_CONNECT_FAILED, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 242 EXPECT_EQ(SpawnConnectionState::STATE_NOT_CONNECT, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 246 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 249 EXPECT_EQ(SpawnConnectionState::STATE_NOT_CONNECT, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 267 EXPECT_EQ(SpawnConnectionState::STATE_NOT_CONNECT, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 273 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appMgrService->QueryServiceState() in HWTEST_F() [all...] |
/foundation/communication/nfc/services/include/ |
H A D | nfc_sa_manager.h | 44 ServiceRunningState QueryServiceState() const
in QueryServiceState() function in OHOS::NFC::NfcSaManager
|
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/ipc/ |
H A D | cloud_daemon.h | 46 ServiceRunningState QueryServiceState() const in QueryServiceState() function in OHOS::FileManagement::CloudFile::final
|
/foundation/ability/ability_runtime/test/unittest/ams_service_event_drive_test/ |
H A D | ams_service_event_drive_test.cpp | 743 * CaseDescription: Verify if QueryServiceState act normal 755 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, appMgrService_->QueryServiceState().serviceRunningState); in HWTEST_F() 756 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appMgrService_->QueryServiceState().connectionState); in HWTEST_F() 767 * CaseDescription: Verify if QueryServiceState act normal without initialize AppMgrService 778 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService_->QueryServiceState().serviceRunningState); in HWTEST_F() 779 EXPECT_EQ(SpawnConnectionState::STATE_NOT_CONNECT, appMgrService_->QueryServiceState().connectionState); in HWTEST_F() 790 * CaseDescription: Verify if QueryServiceState act normal after AppMgrService stopped 802 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, appMgrService_->QueryServiceState().serviceRunningState); in HWTEST_F() 803 EXPECT_EQ(SpawnConnectionState::STATE_NOT_CONNECT, appMgrService_->QueryServiceState().connectionState); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/dataobsmgr/include/ |
H A D | dataobs_mgr_service.h | 50 DataObsServiceRunningState QueryServiceState() const;
|
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/include/ |
H A D | ui_mgr_service.h | 46 UIServiceRunningState QueryServiceState() const;
|
/foundation/distributedhardware/device_manager/services/service/include/ipc/standard/ |
H A D | ipc_server_stub.h | 99 * @tc.name: IpcServerStub::QueryServiceState 103 ServiceRunningState QueryServiceState() const;
|
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_client_test/ |
H A D | ams_service_app_spawn_client_test.cpp | 132 EXPECT_EQ(SpawnConnectionState::STATE_NOT_CONNECT, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 137 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 140 EXPECT_EQ(SpawnConnectionState::STATE_NOT_CONNECT, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 156 EXPECT_EQ(SpawnConnectionState::STATE_NOT_CONNECT, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 162 EXPECT_EQ(SpawnConnectionState::STATE_CONNECT_FAILED, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 164 EXPECT_EQ(SpawnConnectionState::STATE_NOT_CONNECT, appMgrService->QueryServiceState().connectionState); in HWTEST_F()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/ |
H A D | daemon.h | 56 ServiceRunningState QueryServiceState() const in QueryServiceState() function in OHOS::Storage::DistributedFile::final
|
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_service_test/ |
H A D | dataobs_mgr_service_test.cpp | 48 * Function: QueryServiceState 50 * FunctionPoints: DataObsMgrService QueryServiceState 60 EXPECT_EQ(testValue, dataObsMgrServer->QueryServiceState()); in HWTEST_F() 561 EXPECT_EQ(testValue, dataObsMgrServer->QueryServiceState()); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/ |
H A D | appmgrservicefirst_fuzzer.cpp | 79 appMgrService->QueryServiceState(); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicefirst_fuzzer/ |
H A D | abilitymanagerservicefirst_fuzzer.cpp | 93 abilityms.QueryServiceState(); in DoSomethingInterestingWithMyAPI1()
|
/foundation/ability/ability_runtime/services/dataobsmgr/src/ |
H A D | dataobs_mgr_service.cpp | 83 DataObsServiceRunningState DataObsMgrService::QueryServiceState() const in QueryServiceState() function in OHOS::AAFwk::DataObsMgrService
|
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/ |
H A D | ui_mgr_service.cpp | 106 UIServiceRunningState UIMgrService::QueryServiceState() const in QueryServiceState() function in OHOS::Ace::UIMgrService
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 57 ServiceRunningState QueryServiceState() const in QueryServiceState() function in OHOS::Bluetooth::BluetoothHostServer
|
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/ |
H A D | ipc_server_stub.cpp | 199 ServiceRunningState IpcServerStub::QueryServiceState() const in QueryServiceState() function in OHOS::DistributedHardware::IpcServerStub
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 488 * Function: QueryServiceState 491 * CaseDescription: Check QueryServiceState. 509 auto serviceState = appMgrService_->QueryServiceState(); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 289 * QueryServiceState, Query application service status. 293 AppMgrServiceState QueryServiceState();
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_ipc_server_stub.cpp | 206 * @tc.desc: 1. Call IpcServerStub QueryServiceState 214 // 1. Call IpcServerStub QueryServiceState in HWTEST_F() 215 ServiceRunningState state = IpcServerStub::GetInstance().QueryServiceState(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/ |
H A D | ability_manager_service_fourth_test.cpp | 525 * Function: QueryServiceState 527 * FunctionPoints: AbilityManagerService QueryServiceState 533 abilityMs_->QueryServiceState(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/ |
H A D | app_mgr_service_test.cpp | 93 * Function: QueryServiceState 95 * FunctionPoints: AppMgrService QueryServiceState 97 * CaseDescription: Verify QueryServiceState 104 auto res = appMgrService->QueryServiceState(); in HWTEST_F()
|