Searched refs:UpdateMemcgScoreAndReclaimRatios (Results 1 - 4 of 4) sorted by relevance
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_strategy_manager/ |
H A D | memcg_mgr.h | 40 bool UpdateMemcgScoreAndReclaimRatios(unsigned int userId, int score, const ReclaimRatios& ratios);
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/ |
H A D | memcg_mgr.cpp | 104 bool MemcgMgr::UpdateMemcgScoreAndReclaimRatios(unsigned int userId, int score, const ReclaimRatios& ratios) in UpdateMemcgScoreAndReclaimRatios() function in OHOS::Memory::MemcgMgr
|
H A D | reclaim_strategy_manager.cpp | 200 bool ret = MemcgMgr::GetInstance().UpdateMemcgScoreAndReclaimRatios(accountId, priority, *ratios); in HandleAccountPriorityChanged_() 201 HILOGI("UpdateMemcgScoreAndReclaimRatios %{public}s, userId=%{public}d score=%{public}d %{public}s", in HandleAccountPriorityChanged_()
|
/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | memcg_mgr_test.cpp | 98 EXPECT_EQ(MemcgMgr::GetInstance().UpdateMemcgScoreAndReclaimRatios(memcgId, 200, ratios), true); in HWTEST_F()
|
Completed in 3 milliseconds