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 D | cache_process_manager_test.cpp | 138 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 D | cacheprocessmanagera_fuzzer.cpp | 76 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 D | cache_process_manager.h | 36 bool PenddingCacheProcess(const std::shared_ptr<AppRunningRecord> &appRecord);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | cache_process_manager.cpp | 78 bool CacheProcessManager::PenddingCacheProcess(const std::shared_ptr<AppRunningRecord> &appRecord) in PenddingCacheProcess() function in OHOS::AppExecFwk::CacheProcessManager
|
H A D | app_running_manager.cpp | 611 cacheProcMgr->PenddingCacheProcess(appRecord); in PrepareTerminate() 674 cacheProcMgr->PenddingCacheProcess(appRecord); in TerminateAbility()
|