Home
last modified time | relevance | path

Searched refs:PenddingCacheProcess (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/cache_process_manager_test/
H A Dcache_process_manager_test.cpp138 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord), false);
141 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord2), false);
145 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord3), true);
149 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord4), true);
153 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord5), true);
174 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord2), true);
197 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord2), true);
218 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord2), true);
223 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord2), true);
244 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord2), true);
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/cacheprocessmanagera_fuzzer/
H A Dcacheprocessmanagera_fuzzer.cpp76 mgr->PenddingCacheProcess(nullptr); // called. in CacheProcessManagerFuzztestFunc1()
81 mgr->PenddingCacheProcess(nullptr); // nullptr in CacheProcessManagerFuzztestFunc1()
86 mgr->PenddingCacheProcess(appRecord1); // keepalive in CacheProcessManagerFuzztestFunc1()
88 mgr->PenddingCacheProcess(appRecord2); // not alive in CacheProcessManagerFuzztestFunc1()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dcache_process_manager.h36 bool PenddingCacheProcess(const std::shared_ptr<AppRunningRecord> &appRecord);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp78 bool CacheProcessManager::PenddingCacheProcess(const std::shared_ptr<AppRunningRecord> &appRecord) in PenddingCacheProcess() function in OHOS::AppExecFwk::CacheProcessManager
H A Dapp_running_manager.cpp611 cacheProcMgr->PenddingCacheProcess(appRecord); in PrepareTerminate()
674 cacheProcMgr->PenddingCacheProcess(appRecord); in TerminateAbility()