Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_constant.h39 constexpr int RECLAIM_PRIORITY_BG_DIST_DEVICE = 260; variable
57 { RECLAIM_PRIORITY_BG_DIST_DEVICE, "Dist-device" },
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dmem_mgr_constant.cpp36 } else if (priority < RECLAIM_PRIORITY_BG_DIST_DEVICE) { in GetReclaimPriorityString()
39 return ReclaimPriorityMapping.at(RECLAIM_PRIORITY_BG_DIST_DEVICE); in GetReclaimPriorityString()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dreclaim_priority_constants.h38 constexpr int RECLAIM_PRIORITY_BG_DIST_DEVICE = 260; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info.h58 constexpr int RECLAIM_PRIORITY_BG_DIST_DEVICE = 260; variable
72 { RECLAIM_PRIORITY_BG_DIST_DEVICE, "Dist-device" },
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dreclaim_priority_manager_test.cpp557 ASSERT_EQ(proc2.priority_, RECLAIM_PRIORITY_BG_DIST_DEVICE);
564 ASSERT_EQ(proc2.priority_, RECLAIM_PRIORITY_BG_DIST_DEVICE);
565 ASSERT_EQ(bundle->priority_, RECLAIM_PRIORITY_BG_DIST_DEVICE);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp983 } else if (priority < RECLAIM_PRIORITY_BG_DIST_DEVICE) { in GetReclaimPriorityString()
986 return ReclaimPriorityMapping.at(RECLAIM_PRIORITY_BG_DIST_DEVICE); in GetReclaimPriorityString()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp1030 if (proc.priority_ > RECLAIM_PRIORITY_BG_DIST_DEVICE) { in UpdatePriorityByProcStatus()
1031 proc.SetPriority(RECLAIM_PRIORITY_BG_DIST_DEVICE); in UpdatePriorityByProcStatus()