Home
last modified time | relevance | path

Searched refs:SetServiceManager (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/
H A Dapp_mgr_client.h203 void SetServiceManager(std::unique_ptr<AppServiceManager> serviceMgr);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp40 void SetServiceManager(std::unique_ptr<AppServiceManager> serviceMgr) in SetServiceManager() function in OHOS::AppExecFwk::AppMgrRemoteHolder
126 SetServiceManager(std::make_unique<AppServiceManager>()); in AppMgrClient()
569 void AppMgrClient::SetServiceManager(std::unique_ptr<AppServiceManager> serviceMgr) in SetServiceManager() function in OHOS::AppExecFwk::AppMgrClient
574 mgrHolder_->SetServiceManager(std::move(serviceMgr)); in SetServiceManager()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_client.h859 void SetServiceManager(std::unique_ptr<AppServiceManager> serviceMgr);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_mgr_client_test/
H A Dams_app_mgr_client_test.cpp70 client_->SetServiceManager(std::make_unique<MockAppServiceMgr>()); in SetUp()