Home
last modified time | relevance | path

Searched refs:RECLAIM_PRIORITY_VISIBLE (Results 1 - 6 of 6) sorted by relevance

/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_constant.h33 constexpr int RECLAIM_PRIORITY_VISIBLE = 50; member
54 { RECLAIM_PRIORITY_VISIBLE, "visible" },
/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()
/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Ddefault_multi_account_strategy_test.cpp96 * @tc.desc: Test the return value that not equals to RECLAIM_PRIORITY_VISIBLE
108 int bundlePriority = RECLAIM_PRIORITY_VISIBLE; in HWTEST_F()
110 // return value not equals to RECLAIM_PRIORITY_VISIBLE in HWTEST_F()
115 EXPECT_NE(recalcPriority, RECLAIM_PRIORITY_VISIBLE); in HWTEST_F()
H A Dreclaim_priority_manager_test.cpp450 EXPECT_EQ(proc.priority_, RECLAIM_PRIORITY_VISIBLE); in HWTEST_F()
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dreclaim_priority_constants.h28 constexpr int RECLAIM_PRIORITY_VISIBLE = 50; member
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp898 priority = RECLAIM_PRIORITY_VISIBLE;
1048 if (proc.priority_ > RECLAIM_PRIORITY_VISIBLE) {
1049 proc.SetPriority(RECLAIM_PRIORITY_VISIBLE);

Completed in 6 milliseconds