Home
last modified time | relevance | path

Searched refs:ConnectAppMgrService (Results 1 - 17 of 17) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp102 auto result = appMgrClient->ConnectAppMgrService(); in HWTEST_F()
122 auto result = appMgrClient->ConnectAppMgrService(); in HWTEST_F()
178 auto result = appMgrClient->ConnectAppMgrService(); in HWTEST_F()
197 auto result = appMgrClient->ConnectAppMgrService(); in HWTEST_F()
216 auto result = appMgrClient->ConnectAppMgrService(); in HWTEST_F()
244 auto result = appMgrClient->ConnectAppMgrService(); in HWTEST_F()
261 auto result = appMgrClient->ConnectAppMgrService(); in HWTEST_F()
324 auto result = appMgrClient->ConnectAppMgrService(); in HWTEST_F()
353 auto result = appMgrClient->ConnectAppMgrService(); in HWTEST_F()
379 auto result = appMgrClient->ConnectAppMgrService(); in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/moduletest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp71 auto result = appMgrClient->ConnectAppMgrService(); in HWTEST_F()
96 auto result = appMgrClient->ConnectAppMgrService(); in HWTEST_F()
119 auto result = appMgrClient->ConnectAppMgrService(); in HWTEST_F()
151 auto result = appMgrClient->ConnectAppMgrService(); in HWTEST_F()
189 auto result = appMgrClient->ConnectAppMgrService(); in HWTEST_F()
226 auto result = appMgrClient->ConnectAppMgrService(); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ams_app_mgr_client_test/
H A Dams_app_mgr_client_test.cpp87 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService()); in HWTEST_F()
116 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService()); in HWTEST_F()
171 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService()); in HWTEST_F()
210 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService()); in HWTEST_F()
251 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService()); in HWTEST_F()
295 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService()); in HWTEST_F()
325 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService()); in HWTEST_F()
351 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService()); in HWTEST_F()
377 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService()); in HWTEST_F()
402 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService()); in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dmock_app_mgr_client.cpp39 AppMgrResultCode MockAppMgrClient::ConnectAppMgrService() in ConnectAppMgrService() function in OHOS::AppExecFwk::MockAppMgrClient
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/include/
H A Dmock_app_manager_client.h38 MOCK_METHOD0(ConnectAppMgrService, AppMgrResultCode());
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dexception_handler.cpp31 auto result = appMgrClient->ConnectAppMgrService(); in KillApplicationByUid()
33 LOGE("failed to ConnectAppMgrService %{public}d", result); in KillApplicationByUid()
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_mgr_client.h46 AppMgrResultCode ConnectAppMgrService() override;
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dapp_mgr_client.cpp94 AppMgrResultCode AppMgrClient::ConnectAppMgrService() in ConnectAppMgrService() function in OHOS::AppExecFwk::AppMgrClient
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_mgr_client_mock.h32 MOCK_METHOD0(ConnectAppMgrService, AppMgrResultCode());
H A Dapp_scheduler_test.cpp175 EXPECT_CALL(*clientMock_, ConnectAppMgrService()).Times(1) in HWTEST_F()
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/
H A Dapp_mgr_client.h79 virtual AppMgrResultCode ConnectAppMgrService();
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dmem_mgr_event_center.cpp151 while (appMgrClient_->ConnectAppMgrService() != AppExecFwk::AppMgrResultCode::RESULT_OK) { in RegisterAppStateObserver()
152 HILOGE("ConnectAppMgrService fail, try again! retryTimes=%{public}d", ++regAppStatusObsRetry_); in RegisterAppStateObserver()
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_core.cpp59 connectResult = appManager->ConnectAppMgrService(); in Init()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_client.h109 virtual AppMgrResultCode ConnectAppMgrService();
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp46 AppMgrResultCode ConnectAppMgrService() in ConnectAppMgrService() function in OHOS::AppExecFwk::AppMgrRemoteHolder
539 AppMgrResultCode AppMgrClient::ConnectAppMgrService() in ConnectAppMgrService() function in OHOS::AppExecFwk::AppMgrClient
542 return mgrHolder_->ConnectAppMgrService(); in ConnectAppMgrService()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp45 int result = static_cast<int>(appMgrClient_->ConnectAppMgrService()); in Init()
47 TAG_LOGE(AAFwkTag::ABILITYMGR, "failed to ConnectAppMgrService"); in Init()
64 TAG_LOGI(AAFwkTag::ABILITYMGR, "success to ConnectAppMgrService"); in Init()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp5662 if (appMgrClient->ConnectAppMgrService()) { in GetSystemColor()

Completed in 28 milliseconds