Home
last modified time | relevance | path

Searched refs:RECLAIM_PRIORITY_BG_PERCEIVED (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_constant.h37 constexpr int RECLAIM_PRIORITY_BG_PERCEIVED = 200; variable
56 { RECLAIM_PRIORITY_BG_PERCEIVED, "Perceived" },
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dmem_mgr_constant.cpp34 } else if (priority < RECLAIM_PRIORITY_BG_PERCEIVED) { in GetReclaimPriorityString()
37 return ReclaimPriorityMapping.at(RECLAIM_PRIORITY_BG_PERCEIVED); in GetReclaimPriorityString()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dreclaim_priority_constants.h34 constexpr int RECLAIM_PRIORITY_BG_PERCEIVED = 200; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info.h56 constexpr int RECLAIM_PRIORITY_BG_PERCEIVED = 200; variable
71 { RECLAIM_PRIORITY_BG_PERCEIVED, "Perceived" },
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dreclaim_priority_manager_test.cpp316 EXPECT_EQ(priority, RECLAIM_PRIORITY_BG_PERCEIVED);
321 EXPECT_EQ(priority, RECLAIM_PRIORITY_BG_PERCEIVED);
349 EXPECT_EQ(bundle->priority_, RECLAIM_PRIORITY_BG_PERCEIVED);
377 EXPECT_EQ(bundle->priority_, RECLAIM_PRIORITY_BG_PERCEIVED);
381 EXPECT_EQ(bundle->priority_, RECLAIM_PRIORITY_BG_PERCEIVED);
409 EXPECT_EQ(bundle->priority_, RECLAIM_PRIORITY_BG_PERCEIVED);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp981 } else if (priority < RECLAIM_PRIORITY_BG_PERCEIVED) { in GetReclaimPriorityString()
984 return ReclaimPriorityMapping.at(RECLAIM_PRIORITY_BG_PERCEIVED); in GetReclaimPriorityString()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp1026 if (proc.priority_ > RECLAIM_PRIORITY_BG_PERCEIVED) { in UpdatePriorityByProcStatus()
1027 proc.SetPriority(RECLAIM_PRIORITY_BG_PERCEIVED); in UpdatePriorityByProcStatus()