Home
last modified time | relevance | path

Searched refs:iAppManager (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dipc_common.cpp161 sptr<AppExecFwk::IAppMgr> iAppManager = in CheckForegroundApplication() local
163 if (iAppManager == nullptr) { in CheckForegroundApplication()
168 iAppManager->GetForegroundApplications(foregroundAppList); in CheckForegroundApplication()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_background_proxy.cpp430 sptr<AppExecFwk::IAppMgr> iAppManager = in IsAppBackground() local
432 if (iAppManager == nullptr) { in IsAppBackground()
437 iAppManager->GetForegroundApplications(foregroundAppList); in IsAppBackground()
H A Dlocator_ability.cpp1685 sptr<AppExecFwk::IAppMgr> iAppManager = in IsProcessRunning() local
1687 if (iAppManager == nullptr) { in IsProcessRunning()
1692 int32_t res = iAppManager->GetAllRunningProcesses(runningProcessList); in IsProcessRunning()