Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/fuzztest/cacheprocessmanagerb_fuzzer/
H A Dcacheprocessmanagerb_fuzzer.cpp118 mgr->PrepareActivateCache(nullptr); // branch 0 maxProcCacheNum_ in CacheProcessManagerFuzztestFunc2()
120 mgr->PrepareActivateCache(nullptr); // branch 0 null apprecord in CacheProcessManagerFuzztestFunc2()
121 mgr->PrepareActivateCache(appRecord1); in CacheProcessManagerFuzztestFunc2()
125 mgr->PrepareActivateCache(appRecord1); // // branch cached & appMgr null. in CacheProcessManagerFuzztestFunc2()
129 mgr->PrepareActivateCache(appRecord1); // branch cached & appMgr not null. in CacheProcessManagerFuzztestFunc2()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dcache_process_manager.h45 void PrepareActivateCache(const std::shared_ptr<AppRunningRecord> &appRecord);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp543 void CacheProcessManager::PrepareActivateCache(const std::shared_ptr<AppRunningRecord> &appRecord) in PrepareActivateCache() function in OHOS::AppExecFwk::CacheProcessManager
H A Dapp_running_record.cpp707 DelayedSingleton<CacheProcessManager>::GetInstance()->PrepareActivateCache(appRecord); in ScheduleProcessSecurityExit()

Completed in 7 milliseconds