Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp155 auto appMgrSptr = appMgr_.lock(); in CheckAndNotifyCachedState() local
156 if (appMgrSptr == nullptr) { in CheckAndNotifyCachedState()
173 if (!appMgrSptr->IsAppProcessesAllCached(bundleName, uid, sameAppSet[bundleName][uid])) { in CheckAndNotifyCachedState()
180 appMgrSptr->OnAppCacheStateChanged(notifyRecord, ApplicationState::APP_STATE_CACHED); in CheckAndNotifyCachedState()
249 auto appMgrSptr = appMgr_.lock(); in ReuseCachedProcess() local
250 if (appMgrSptr == nullptr) { in ReuseCachedProcess()
258 appMgrSptr->OnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_READY); in ReuseCachedProcess()
467 auto appMgrSptr = appMgr_.lock(); in KillProcessByRecord() local
468 if (appMgrSptr == nullptr) { in KillProcessByRecord()
474 appMgrSptr in KillProcessByRecord()
556 auto appMgrSptr = appMgr_.lock(); PrepareActivateCache() local
[all...]

Completed in 2 milliseconds