Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/source/
Dlocator_background_proxy.cpp476 …sptr<ISystemAbilityManager> samgrClient = SystemAbilityManagerClient::GetInstance().GetSystemAbili… in IsAppBackground() local
477 if (samgrClient == nullptr) { in IsAppBackground()
482 iface_cast<AppExecFwk::IAppMgr>(samgrClient->GetSystemAbility(APP_MGR_SERVICE_ID)); in IsAppBackground()
506 …sptr<ISystemAbilityManager> samgrClient = SystemAbilityManagerClient::GetInstance().GetSystemAbili… in RegisterAppStateObserver() local
507 if (samgrClient == nullptr) { in RegisterAppStateObserver()
512 iAppMgr_ = iface_cast<AppExecFwk::IAppMgr>(samgrClient->GetSystemAbility(APP_MGR_SERVICE_ID)); in RegisterAppStateObserver()
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_authenticator_session_manager.cpp62 …sptr<ISystemAbilityManager> samgrClient = SystemAbilityManagerClient::GetInstance().GetSystemAbili… in RegisterApplicationStateObserver() local
63 if (samgrClient == nullptr) { in RegisterApplicationStateObserver()
67 iAppMgr_ = iface_cast<AppExecFwk::IAppMgr>(samgrClient->GetSystemAbility(APP_MGR_SERVICE_ID)); in RegisterApplicationStateObserver()
Dapp_account_control_manager.cpp854 …sptr<ISystemAbilityManager> samgrClient = SystemAbilityManagerClient::GetInstance().GetSystemAbili… in RegisterApplicationStateObserver() local
855 if (samgrClient == nullptr) { in RegisterApplicationStateObserver()
859 iAppMgr_ = iface_cast<AppExecFwk::IAppMgr>(samgrClient->GetSystemAbility(APP_MGR_SERVICE_ID)); in RegisterApplicationStateObserver()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_authenticator_session_manager_module_test.cpp199 …sptr<ISystemAbilityManager> samgrClient = SystemAbilityManagerClient::GetInstance().GetSystemAbili… variable
200 ASSERT_NE(samgrClient, nullptr);
202 iface_cast<AppExecFwk::IAppMgr>(samgrClient->GetSystemAbility(APP_MGR_SERVICE_ID));