Searched refs:iAppManager (Results 1 – 3 of 3) sorted by relevance
161 sptr<AppExecFwk::IAppMgr> iAppManager = in CheckForegroundApplication() local163 if (iAppManager == nullptr) { in CheckForegroundApplication()168 iAppManager->GetForegroundApplications(foregroundAppList); in CheckForegroundApplication()
430 sptr<AppExecFwk::IAppMgr> iAppManager = in IsAppBackground() local432 if (iAppManager == nullptr) { in IsAppBackground()437 iAppManager->GetForegroundApplications(foregroundAppList); in IsAppBackground()
1685 sptr<AppExecFwk::IAppMgr> iAppManager = in IsProcessRunning() local1687 if (iAppManager == nullptr) { in IsProcessRunning()1692 int32_t res = iAppManager->GetAllRunningProcesses(runningProcessList); in IsProcessRunning()