Home
last modified time | relevance | path

Searched refs:QueryServiceState (Results 1 - 25 of 29) sorted by relevance

12

/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().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 Dams_service_start_process_module_test.cpp75 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 Dability_service_start_test.cpp77 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 Dui_mgr_service_test.cpp59 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 Dams_service_app_spawn_client_module_test.cpp205 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 Dnfc_sa_manager.h44 ServiceRunningState QueryServiceState() const in QueryServiceState() function in OHOS::NFC::NfcSaManager
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/ipc/
H A Dcloud_daemon.h46 ServiceRunningState QueryServiceState() const in QueryServiceState() function in OHOS::FileManagement::CloudFile::final
/foundation/ability/ability_runtime/test/unittest/ams_service_event_drive_test/
H A Dams_service_event_drive_test.cpp743 * 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 Ddataobs_mgr_service.h50 DataObsServiceRunningState QueryServiceState() const;
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/include/
H A Dui_mgr_service.h46 UIServiceRunningState QueryServiceState() const;
/foundation/distributedhardware/device_manager/services/service/include/ipc/standard/
H A Dipc_server_stub.h99 * @tc.name: IpcServerStub::QueryServiceState
103 ServiceRunningState QueryServiceState() const;
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_client_test/
H A Dams_service_app_spawn_client_test.cpp132 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 Ddaemon.h56 ServiceRunningState QueryServiceState() const in QueryServiceState() function in OHOS::Storage::DistributedFile::final
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_service_test/
H A Ddataobs_mgr_service_test.cpp48 * 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 Dappmgrservicefirst_fuzzer.cpp79 appMgrService->QueryServiceState(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicefirst_fuzzer/
H A Dabilitymanagerservicefirst_fuzzer.cpp93 abilityms.QueryServiceState(); in DoSomethingInterestingWithMyAPI1()
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddataobs_mgr_service.cpp83 DataObsServiceRunningState DataObsMgrService::QueryServiceState() const in QueryServiceState() function in OHOS::AAFwk::DataObsMgrService
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
H A Dui_mgr_service.cpp106 UIServiceRunningState UIMgrService::QueryServiceState() const in QueryServiceState() function in OHOS::Ace::UIMgrService
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h57 ServiceRunningState QueryServiceState() const in QueryServiceState() function in OHOS::Bluetooth::BluetoothHostServer
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_server_stub.cpp199 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 Dams_app_mgr_service_module_test.cpp488 * Function: QueryServiceState
491 * CaseDescription: Check QueryServiceState.
509 auto serviceState = appMgrService_->QueryServiceState(); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h289 * QueryServiceState, Query application service status.
293 AppMgrServiceState QueryServiceState();
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_server_stub.cpp206 * @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 Dability_manager_service_fourth_test.cpp525 * Function: QueryServiceState
527 * FunctionPoints: AbilityManagerService QueryServiceState
533 abilityMs_->QueryServiceState(); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp93 * Function: QueryServiceState
95 * FunctionPoints: AppMgrService QueryServiceState
97 * CaseDescription: Verify QueryServiceState
104 auto res = appMgrService->QueryServiceState(); in HWTEST_F()

Completed in 20 milliseconds

12