Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp71 bool CacheProcessManager::QueryEnableProcessCache() in QueryEnableProcessCache() function in OHOS::AppExecFwk::CacheProcessManager
80 if (!QueryEnableProcessCache()) { in PenddingCacheProcess()
112 if (!QueryEnableProcessCache()) { in CheckAndCacheProcess()
203 if (!QueryEnableProcessCache()) { in OnProcessKilled()
231 if (!QueryEnableProcessCache()) { in ReuseCachedProcess()
382 if (!QueryEnableProcessCache()) { in IsAppShouldCache()
546 if (!QueryEnableProcessCache()) { in PrepareActivateCache()
604 if (!QueryEnableProcessCache()) { in OnAppProcessCacheBlocked()
H A Dapp_mgr_service.cpp1644 if (!DelayedSingleton<CacheProcessManager>::GetInstance()->QueryEnableProcessCache()) { in GetSupportedProcessCachePids()
H A Dapp_mgr_service_inner.cpp7714 if (!DelayedSingleton<CacheProcessManager>::GetInstance()->QueryEnableProcessCache()) { in NotifyAppFaultBySA()
7737 if (!DelayedSingleton<CacheProcessManager>::GetInstance()->QueryEnableProcessCache()) { in NotifyAppFaultBySA()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dcache_process_manager.h34 bool QueryEnableProcessCache();
/foundation/ability/ability_runtime/test/unittest/cache_process_manager_test/
H A Dcache_process_manager_test.cpp80 * @tc.desc: Test the state of QueryEnableProcessCache
89 EXPECT_EQ(cacheProcMgr->QueryEnableProcessCache(), false); in HWTEST_F()
94 * @tc.desc: Test the state of QueryEnableProcessCache
103 EXPECT_EQ(cacheProcMgr->QueryEnableProcessCache(), true); in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/cacheprocessmanagera_fuzzer/
H A Dcacheprocessmanagera_fuzzer.cpp74 mgr->QueryEnableProcessCache(); // called. in CacheProcessManagerFuzztestFunc1()

Completed in 18 milliseconds