Home
last modified time | relevance | path

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

/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()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp104 PrintCacheQueue().c_str()); in PenddingCacheProcess()
225 PrintCacheQueue().c_str()); in OnProcessKilled()
260 appRecord->GetBundleName().c_str(), appRecord->GetUid(), PrintCacheQueue().c_str()); in ReuseCachedProcess()
480 std::string CacheProcessManager::PrintCacheQueue() in PrintCacheQueue() function in OHOS::AppExecFwk::CacheProcessManager
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dcache_process_manager.h44 std::string PrintCacheQueue();
/foundation/ability/ability_runtime/test/unittest/cache_process_manager_test/
H A Dcache_process_manager_test.cpp420 * @tc.desc: Test the state of PrintCacheQueue
434 EXPECT_NE(cacheProcMgr->PrintCacheQueue(), ""); in HWTEST_F()

Completed in 3 milliseconds