Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/fuzztest/cacheprocessmanagerb_fuzzer/
H A Dcacheprocessmanagerb_fuzzer.cpp76 mgr->cachedAppRecordQueue_.emplace_back(appRecord1); in CacheProcessManagerFuzztestFunc1()
79 mgr->cachedAppRecordQueue_.clear(); in CacheProcessManagerFuzztestFunc1()
85 mgr->cachedAppRecordQueue_.emplace_back(appRecord1); in CacheProcessManagerFuzztestFunc1()
86 mgr->cachedAppRecordQueue_.emplace_back(appRecord2); in CacheProcessManagerFuzztestFunc1()
88 mgr->cachedAppRecordQueue_.clear(); in CacheProcessManagerFuzztestFunc1()
97 mgr->cachedAppRecordQueue_.emplace_back(appRecord1); in CacheProcessManagerFuzztestFunc1()
98 mgr->cachedAppRecordQueue_.emplace_back(appRecord2); in CacheProcessManagerFuzztestFunc1()
100 mgr->cachedAppRecordQueue_.clear(); in CacheProcessManagerFuzztestFunc1()
124 mgr->cachedAppRecordQueue_.emplace_back(appRecord1); in CacheProcessManagerFuzztestFunc2()
128 mgr->cachedAppRecordQueue_ in CacheProcessManagerFuzztestFunc2()
[all...]
/foundation/ability/ability_runtime/test/fuzztest/cacheprocessmanagera_fuzzer/
H A Dcacheprocessmanagera_fuzzer.cpp94 mgr->cachedAppRecordQueue_.emplace_back(appRecord2); in CacheProcessManagerFuzztestFunc1()
112 mgr->cachedAppRecordQueue_.emplace_back(appRecord2); in CacheProcessManagerFuzztestFunc2()
114 mgr->cachedAppRecordQueue_.clear(); // clear in CacheProcessManagerFuzztestFunc2()
119 mgr->cachedAppRecordQueue_.emplace_back(appRecord2); in CacheProcessManagerFuzztestFunc2()
121 mgr->cachedAppRecordQueue_.clear(); // clear in CacheProcessManagerFuzztestFunc2()
126 mgr->cachedAppRecordQueue_.emplace_back(appRecord2); in CacheProcessManagerFuzztestFunc2()
128 mgr->cachedAppRecordQueue_.clear(); // clear in CacheProcessManagerFuzztestFunc2()
132 mgr->cachedAppRecordQueue_.emplace_back(appRecord2); in CacheProcessManagerFuzztestFunc2()
179 mgr->cachedAppRecordQueue_.emplace_back(appRecord1); in CacheProcessManagerFuzztestFunc3()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp96 cachedAppRecordQueue_.push_back(appRecord); in PenddingCacheProcess()
192 for (auto& tmpAppRecord : cachedAppRecordQueue_) { in IsCachedProcess()
414 return static_cast<int>(cachedAppRecordQueue_.size()); in GetCurrentCachedProcNum()
420 for (auto it = cachedAppRecordQueue_.begin(); it != cachedAppRecordQueue_.end();) { in RemoveCacheRecord()
423 it = cachedAppRecordQueue_.erase(it); in RemoveCacheRecord()
441 const auto& tmpAppRecord = cachedAppRecordQueue_.front(); in ShrinkAndKillCache()
442 cachedAppRecordQueue_.pop_front(); in ShrinkAndKillCache()
484 ss << "queue size: " << cachedAppRecordQueue_.size() << ", record in queue: "; in PrintCacheQueue()
485 for (auto& record : cachedAppRecordQueue_) { in PrintCacheQueue()
[all...]
/foundation/ability/ability_runtime/test/unittest/cache_process_manager_test/
H A Dcache_process_manager_test.cpp352 cacheProcMgr->cachedAppRecordQueue_.push_back(appRecord); in HWTEST_F()
356 cacheProcMgr->cachedAppRecordQueue_.clear(); in HWTEST_F()
411 cacheProcMgr->cachedAppRecordQueue_.push_back(appRecord1); in HWTEST_F()
412 cacheProcMgr->cachedAppRecordQueue_.push_back(appRecord2); in HWTEST_F()
413 cacheProcMgr->cachedAppRecordQueue_.push_back(appRecord3); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dcache_process_manager.h62 std::deque<std::shared_ptr<AppRunningRecord>> cachedAppRecordQueue_; member in OHOS::AppExecFwk::CacheProcessManager

Completed in 3 milliseconds