Home
last modified time | relevance | path

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

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_app_state_aware.cpp98 auto appMgrProxy = GetAppMgr(); in RegisterAppStateObserver() local
99 if (appMgrProxy == nullptr) { in RegisterAppStateObserver()
105 int ret = appMgrProxy->RegisterApplicationStateObserver(mAppStateObserver); in RegisterAppStateObserver()
117 auto appMgrProxy = GetAppMgr(); in UnSubscribeAppState() local
118 if (appMgrProxy == nullptr) { in UnSubscribeAppState()
127 appMgrProxy->UnregisterApplicationStateObserver(mAppStateObserver); in UnSubscribeAppState()
146 auto appMgrProxy = GetAppMgr(); in GetProcessRunningInfos() local
147 if (appMgrProxy == nullptr) { in GetProcessRunningInfos()
151 if (appMgrProxy->GetProcessRunningInfosByUserId(info, APP_INFO_USERID) in GetProcessRunningInfos()
161 auto appMgrProxy in IsForegroundApp() local
179 auto appMgrProxy = GetAppMgr(); IsForegroundApp() local
196 auto appMgrProxy = GetAppMgr(); GetRunningProcessNameByPid() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dability_manager_helper.cpp60 sptr<IAppMgr> appMgrProxy = iface_cast<IAppMgr>(SystemAbilityHelper::GetSystemAbility(APP_MGR_SERVICE_ID)); in IsRunning() local
61 if (appMgrProxy == nullptr) { in IsRunning()
66 int result = appMgrProxy->GetAllRunningProcesses(runningList); in IsRunning()
94 sptr<IAppMgr> appMgrProxy = in IsRunning() local
96 if (appMgrProxy == nullptr) { in IsRunning()
102 int result = appMgrProxy->GetAllRunningProcesses(runningList); in IsRunning()
H A Dbundle_mgr_host_impl.cpp1305 sptr<IAppMgr> appMgrProxy = in CleanBundleCacheFilesAutomatic() local
1307 if (appMgrProxy == nullptr) { in CleanBundleCacheFilesAutomatic()
1313 int result = appMgrProxy->GetAllRunningProcesses(runningList); in CleanBundleCacheFilesAutomatic()

Completed in 8 milliseconds