Home
last modified time | relevance | path

Searched refs:PrintCacheQueue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/cacheprocessmanagerb_fuzzer/
H A Dcacheprocessmanagerb_fuzzer.cpp99 mgr->PrintCacheQueue(); // called branch apprecord exist, in CacheProcessManagerFuzztestFunc1()
101 mgr->PrintCacheQueue(); // called branch no apprecord. in CacheProcessManagerFuzztestFunc1()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp106 PrintCacheQueue().c_str()); in PenddingCacheProcess()
220 PrintCacheQueue().c_str()); in OnProcessKilled()
249 appRecord->GetBundleName().c_str(), appRecord->GetUid(), PrintCacheQueue().c_str()); in ReuseCachedProcess()
463 std::string CacheProcessManager::PrintCacheQueue() in PrintCacheQueue() function in OHOS::AppExecFwk::CacheProcessManager
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dcache_process_manager.h44 std::string PrintCacheQueue();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cache_process_manager_test/
H A Dcache_process_manager_test.cpp434 EXPECT_NE(cacheProcMgr->PrintCacheQueue(), "");