Searched refs:QueryEnableProcessCache (Results 1 – 6 of 6) sorted by relevance
73 bool CacheProcessManager::QueryEnableProcessCache() in QueryEnableProcessCache() function in OHOS::AppExecFwk::CacheProcessManager82 if (!QueryEnableProcessCache()) { in PenddingCacheProcess()114 if (!QueryEnableProcessCache()) { in CheckAndCacheProcess()202 if (!QueryEnableProcessCache()) { in OnProcessKilled()226 if (!QueryEnableProcessCache()) { in ReuseCachedProcess()369 if (!QueryEnableProcessCache()) { in IsAppShouldCache()529 if (!QueryEnableProcessCache()) { in PrepareActivateCache()587 if (!QueryEnableProcessCache()) { in OnAppProcessCacheBlocked()
1702 if (!DelayedSingleton<CacheProcessManager>::GetInstance()->QueryEnableProcessCache()) { in GetSupportedProcessCachePids()
7642 if (!DelayedSingleton<CacheProcessManager>::GetInstance()->QueryEnableProcessCache()) { in NotifyAppFaultBySA()
34 bool QueryEnableProcessCache();
89 EXPECT_EQ(cacheProcMgr->QueryEnableProcessCache(), false);103 EXPECT_EQ(cacheProcMgr->QueryEnableProcessCache(), true);
74 mgr->QueryEnableProcessCache(); // called. in CacheProcessManagerFuzztestFunc1()