Home
last modified time | relevance | path

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

/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_constant.h39 constexpr int RECLAIM_PRIORITY_BG_DIST_DEVICE = 260; member
57 { RECLAIM_PRIORITY_BG_DIST_DEVICE, "Dist-device" },
/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()
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dreclaim_priority_constants.h38 constexpr int RECLAIM_PRIORITY_BG_DIST_DEVICE = 260; member
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp904 priority = RECLAIM_PRIORITY_BG_DIST_DEVICE;
1062 if (proc.priority_ > RECLAIM_PRIORITY_BG_DIST_DEVICE) {
1063 proc.SetPriority(RECLAIM_PRIORITY_BG_DIST_DEVICE);
/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dreclaim_priority_manager_test.cpp557 ASSERT_EQ(proc2.priority_, RECLAIM_PRIORITY_BG_DIST_DEVICE); in HWTEST_F()
564 ASSERT_EQ(proc2.priority_, RECLAIM_PRIORITY_BG_DIST_DEVICE); in HWTEST_F()
565 ASSERT_EQ(bundle->priority_, RECLAIM_PRIORITY_BG_DIST_DEVICE); in HWTEST_F()

Completed in 5 milliseconds