Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/cache_process_manager_test/
H A Dcache_process_manager_test.cpp122 * @tc.desc: Test the state of PenddingCacheProcess
138 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord), false); in HWTEST_F()
141 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord2), false); in HWTEST_F()
145 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord3), true); in HWTEST_F()
149 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord4), true); in HWTEST_F()
153 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord5), true); in HWTEST_F()
174 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord2), true); in HWTEST_F()
197 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord2), true); in HWTEST_F()
218 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord2), true); in HWTEST_F()
223 EXPECT_EQ(cacheProcMgr->PenddingCacheProcess(appRecord in HWTEST_F()
[all...]
/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()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dcache_process_manager.h36 bool PenddingCacheProcess(const std::shared_ptr<AppRunningRecord> &appRecord);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp76 bool CacheProcessManager::PenddingCacheProcess(const std::shared_ptr<AppRunningRecord> &appRecord) in PenddingCacheProcess() function in OHOS::AppExecFwk::CacheProcessManager
H A Dapp_running_manager.cpp616 cacheProcMgr->PenddingCacheProcess(appRecord); in PrepareTerminate()
681 cacheProcMgr->PenddingCacheProcess(appRecord); in TerminateAbility()

Completed in 6 milliseconds