Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/cacheprocessmanagera_fuzzer/
H A Dcacheprocessmanagera_fuzzer.cpp97 mgr->CheckAndNotifyCachedState(nullptr); in CacheProcessManagerFuzztestFunc1()
100 mgr->CheckAndNotifyCachedState(appRecord2); // appMgr not null in CacheProcessManagerFuzztestFunc1()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dcache_process_manager.h56 bool CheckAndNotifyCachedState(const std::shared_ptr<AppRunningRecord> &appRecord);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp134 DelayedSingleton<CacheProcessManager>::GetInstance()->CheckAndNotifyCachedState(appRecord); in CheckAndCacheProcess()
148 bool CacheProcessManager::CheckAndNotifyCachedState(const std::shared_ptr<AppRunningRecord> &appRec… in CheckAndNotifyCachedState() function in OHOS::AppExecFwk::CacheProcessManager
209 CheckAndNotifyCachedState(appRecord); in OnProcessKilled()