Home
last modified time | relevance | path

Searched refs:RECLAIM_PRIORITY_VISIBLE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_constant.h33 constexpr int RECLAIM_PRIORITY_VISIBLE = 50; variable
54 { RECLAIM_PRIORITY_VISIBLE, "visible" },
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dmem_mgr_constant.cpp30 } else if (priority < RECLAIM_PRIORITY_VISIBLE) { in GetReclaimPriorityString()
33 return ReclaimPriorityMapping.at(RECLAIM_PRIORITY_VISIBLE); in GetReclaimPriorityString()
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Ddefault_multi_account_strategy_test.cpp108 int bundlePriority = RECLAIM_PRIORITY_VISIBLE;
115 EXPECT_NE(recalcPriority, RECLAIM_PRIORITY_VISIBLE);
H A Dreclaim_priority_manager_test.cpp450 EXPECT_EQ(proc.priority_, RECLAIM_PRIORITY_VISIBLE);
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dreclaim_priority_constants.h28 constexpr int RECLAIM_PRIORITY_VISIBLE = 50; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info.h52 constexpr int RECLAIM_PRIORITY_VISIBLE = 50; variable
69 { RECLAIM_PRIORITY_VISIBLE, "visible" },
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp977 } else if (priority < RECLAIM_PRIORITY_VISIBLE) { in GetReclaimPriorityString()
980 return ReclaimPriorityMapping.at(RECLAIM_PRIORITY_VISIBLE); in GetReclaimPriorityString()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp1016 if (proc.priority_ > RECLAIM_PRIORITY_VISIBLE) { in UpdatePriorityByProcStatus()
1017 proc.SetPriority(RECLAIM_PRIORITY_VISIBLE); in UpdatePriorityByProcStatus()