Home
last modified time | relevance | path

Searched refs:abilityMgr (Results 1 - 3 of 3) sorted by relevance

/base/powermgr/power_manager/utils/appmgr/src/
H A Dapp_manager_utils.cpp34 sptr<OHOS::ISystemAbilityManager> abilityMgr = in GetAppManagerInstance() local
36 if (abilityMgr == nullptr) { in GetAppManagerInstance()
40 sptr<IRemoteObject> remoteObject = abilityMgr->GetSystemAbility(APP_MGR_SERVICE_ID); in GetAppManagerInstance()
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_app_usage_event_factory.cpp111 sptr<ISystemAbilityManager> abilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetForegroundAppNames() local
112 if (abilityMgr == nullptr) { in GetForegroundAppNames()
117 sptr<IRemoteObject> remoteObject = abilityMgr->GetSystemAbility(APP_MGR_SERVICE_ID); in GetForegroundAppNames()
/base/account/os_account/services/accountmgr/src/ability_manager_adapter/
H A Dability_manager_adapter.cpp316 sptr<ISystemAbilityManager> abilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in IsAllAppDied() local
317 if (abilityMgr == nullptr) { in IsAllAppDied()
322 sptr<IRemoteObject> remoteObject = abilityMgr->CheckSystemAbility(APP_MGR_SERVICE_ID); in IsAllAppDied()

Completed in 1 milliseconds