/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/ |
H A D | app_mgr_client_test.cpp | 102 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 D | ams_app_mgr_client_test.cpp | 87 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 D | app_mgr_client_test.cpp | 71 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 D | mock_app_mgr_client.cpp | 46 AppMgrResultCode MockAppMgrClient::ConnectAppMgrService() in ConnectAppMgrService() function in OHOS::AppExecFwk::MockAppMgrClient
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | exception_handler.cpp | 32 auto result = appMgrClient->ConnectAppMgrService(); in KillApplicationByUid()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/include/ |
H A D | mock_app_manager_client.h | 38 MOCK_METHOD0(ConnectAppMgrService, AppMgrResultCode());
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_mgr_client.h | 48 AppMgrResultCode ConnectAppMgrService() override;
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/ |
H A D | watchdog.cpp | 79 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 D | app_mgr_client.cpp | 101 AppMgrResultCode AppMgrClient::ConnectAppMgrService() in ConnectAppMgrService() function in OHOS::AppExecFwk::AppMgrClient
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/ |
H A D | app_mgr_client_mock.h | 32 MOCK_METHOD0(ConnectAppMgrService, AppMgrResultCode());
|
H A D | app_scheduler_test.cpp | 176 EXPECT_CALL(*clientMock_, ConnectAppMgrService()).Times(1)
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/ |
H A D | app_mgr_client.h | 79 virtual AppMgrResultCode ConnectAppMgrService();
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/ |
H A D | net_policy_core.cpp | 59 connectResult = appManager->ConnectAppMgrService(); in Init()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/ |
H A D | bg_efficiency_resources_mgr.cpp | 143 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 D | mem_mgr_event_center.cpp | 151 while (appMgrClient_->ConnectAppMgrService() != AppExecFwk::AppMgrResultCode::RESULT_OK) { in RegisterAppStateObserver()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_client.h | 109 virtual AppMgrResultCode ConnectAppMgrService();
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_client.cpp | 46 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 D | app_scheduler.cpp | 45 int result = static_cast<int>(appMgrClient_->ConnectAppMgrService()); in Init()
|
/ohos5.0/base/web/webview/ohos_nweb/src/ |
H A D | nweb_helper.cpp | 647 if (appMgrClient->ConnectAppMgrService() == OHOS::AppExecFwk::AppMgrResultCode::RESULT_OK) { in GetWebEngine()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
H A D | bg_continuous_task_mgr.cpp | 202 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 D | reminder_data_manager.cpp | 1470 if (appMgrClient->ConnectAppMgrService() != ERR_OK) { in RegisterConfigurationObserver()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 5524 if (appMgrClient->ConnectAppMgrService()) { in GetSystemColor()
|