Searched refs:samgrClient (Results 1 – 4 of 4) sorted by relevance
476 …sptr<ISystemAbilityManager> samgrClient = SystemAbilityManagerClient::GetInstance().GetSystemAbili… in IsAppBackground() local477 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() local507 if (samgrClient == nullptr) { in RegisterAppStateObserver()512 iAppMgr_ = iface_cast<AppExecFwk::IAppMgr>(samgrClient->GetSystemAbility(APP_MGR_SERVICE_ID)); in RegisterAppStateObserver()
62 …sptr<ISystemAbilityManager> samgrClient = SystemAbilityManagerClient::GetInstance().GetSystemAbili… in RegisterApplicationStateObserver() local63 if (samgrClient == nullptr) { in RegisterApplicationStateObserver()67 iAppMgr_ = iface_cast<AppExecFwk::IAppMgr>(samgrClient->GetSystemAbility(APP_MGR_SERVICE_ID)); in RegisterApplicationStateObserver()
854 …sptr<ISystemAbilityManager> samgrClient = SystemAbilityManagerClient::GetInstance().GetSystemAbili… in RegisterApplicationStateObserver() local855 if (samgrClient == nullptr) { in RegisterApplicationStateObserver()859 iAppMgr_ = iface_cast<AppExecFwk::IAppMgr>(samgrClient->GetSystemAbility(APP_MGR_SERVICE_ID)); in RegisterApplicationStateObserver()
199 …sptr<ISystemAbilityManager> samgrClient = SystemAbilityManagerClient::GetInstance().GetSystemAbili… variable200 ASSERT_NE(samgrClient, nullptr);202 iface_cast<AppExecFwk::IAppMgr>(samgrClient->GetSystemAbility(APP_MGR_SERVICE_ID));