Home
last modified time | relevance | path

Searched refs:frozenPids (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/res_sched_util_test/
H A Dres_sched_util_test.cpp77 std::unordered_set<int32_t> frozenPids; in HWTEST_F() local
78 AAFwk::ResSchedUtil::GetInstance().GetAllFrozenPidsFromRSS(frozenPids); in HWTEST_F()
/foundation/ability/ability_runtime/services/common/src/
H A Dres_sched_util.cpp120 void ResSchedUtil::GetAllFrozenPidsFromRSS(std::unordered_set<int32_t> &frozenPids) in GetAllFrozenPidsFromRSS() argument
147 frozenPids.insert(pid); in GetAllFrozenPidsFromRSS()
151 if (frozenPids.empty()) { in GetAllFrozenPidsFromRSS()
/foundation/ability/ability_runtime/services/common/include/
H A Dres_sched_util.h52 void GetAllFrozenPidsFromRSS(std::unordered_set<int32_t> &frozenPids);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp882 std::unordered_set<int32_t> frozenPids; in NotifyMemoryLevel() local
883 AAFwk::ResSchedUtil::GetInstance().GetAllFrozenPidsFromRSS(frozenPids); in NotifyMemoryLevel()
897 if (frozenPids.count(pid) == 0) { in NotifyMemoryLevel()
909 std::unordered_set<int32_t> frozenPids; in NotifyProcMemoryLevel() local
910 AAFwk::ResSchedUtil::GetInstance().GetAllFrozenPidsFromRSS(frozenPids); in NotifyProcMemoryLevel()
924 if (frozenPids.count(pid) == 0) { in NotifyProcMemoryLevel()

Completed in 4 milliseconds