Home
last modified time | relevance | path

Searched refs:ConnectAppMgrService (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp102 auto result = appMgrClient->ConnectAppMgrService();
122 auto result = appMgrClient->ConnectAppMgrService();
178 auto result = appMgrClient->ConnectAppMgrService();
197 auto result = appMgrClient->ConnectAppMgrService();
216 auto result = appMgrClient->ConnectAppMgrService();
244 auto result = appMgrClient->ConnectAppMgrService();
261 auto result = appMgrClient->ConnectAppMgrService();
324 auto result = appMgrClient->ConnectAppMgrService();
353 auto result = appMgrClient->ConnectAppMgrService();
379 auto result = appMgrClient->ConnectAppMgrService();
[all …]
/ohos5.0/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());
116 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService());
171 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService());
210 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService());
251 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService());
295 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService());
323 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService());
353 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService());
379 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService());
405 EXPECT_EQ(AppMgrResultCode::RESULT_OK, client_->ConnectAppMgrService());
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp71 auto result = appMgrClient->ConnectAppMgrService();
96 auto result = appMgrClient->ConnectAppMgrService();
119 auto result = appMgrClient->ConnectAppMgrService();
151 auto result = appMgrClient->ConnectAppMgrService();
189 auto result = appMgrClient->ConnectAppMgrService();
226 auto result = appMgrClient->ConnectAppMgrService();
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dmock_app_mgr_client.cpp46 AppMgrResultCode MockAppMgrClient::ConnectAppMgrService() in ConnectAppMgrService() function in OHOS::AppExecFwk::MockAppMgrClient
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dexception_handler.cpp32 auto result = appMgrClient->ConnectAppMgrService(); in KillApplicationByUid()
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/include/
H A Dmock_app_manager_client.h38 MOCK_METHOD0(ConnectAppMgrService, AppMgrResultCode());
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_mgr_client.h48 AppMgrResultCode ConnectAppMgrService() override;
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dwatchdog.cpp79 int32_t result = static_cast<int32_t>(appMgrClient_->ConnectAppMgrService()); in KillApplicationByUid()
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dapp_mgr_client.cpp101 AppMgrResultCode AppMgrClient::ConnectAppMgrService() in ConnectAppMgrService() function in OHOS::AppExecFwk::AppMgrClient
/ohos5.0/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.cpp176 EXPECT_CALL(*clientMock_, ConnectAppMgrService()).Times(1)
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/
H A Dapp_mgr_client.h79 virtual AppMgrResultCode ConnectAppMgrService();
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_core.cpp59 connectResult = appManager->ConnectAppMgrService(); in Init()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H A Dbg_efficiency_resources_mgr.cpp143 if (!appMgrClient_ || appMgrClient_->ConnectAppMgrService() != ERR_OK) { in HandlePersistenceData()
253 if (!appMgrClient_ || appMgrClient_->ConnectAppMgrService() != ERR_OK) { in CheckAlivedApp()
287 if (!appMgrClient_ || appMgrClient_->ConnectAppMgrService() != ERR_OK) { in IsServiceExtensionType()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dmem_mgr_event_center.cpp151 while (appMgrClient_->ConnectAppMgrService() != AppExecFwk::AppMgrResultCode::RESULT_OK) { in RegisterAppStateObserver()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_client.h109 virtual AppMgrResultCode ConnectAppMgrService();
/ohos5.0/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
549 AppMgrResultCode AppMgrClient::ConnectAppMgrService() in ConnectAppMgrService() function in OHOS::AppExecFwk::AppMgrClient
552 return mgrHolder_->ConnectAppMgrService(); in ConnectAppMgrService()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp45 int result = static_cast<int>(appMgrClient_->ConnectAppMgrService()); in Init()
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp647 if (appMgrClient->ConnectAppMgrService() == OHOS::AppExecFwk::AppMgrResultCode::RESULT_OK) { in GetWebEngine()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp202 if (appMgrClient->ConnectAppMgrService() != ERR_OK) { in HandlePersistenceData()
343 if (appMgrClient->ConnectAppMgrService() != ERR_OK) { in RegisterConfigurationObserver()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp1470 if (appMgrClient->ConnectAppMgrService() != ERR_OK) { in RegisterConfigurationObserver()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp5524 if (appMgrClient->ConnectAppMgrService()) { in GetSystemColor()