Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dreclaim_priority_manager_test.cpp216 EXPECT_EQ(priority, RECLAIM_PRIORITY_BACKGROUND);
281 EXPECT_EQ(bundle->priority_, RECLAIM_PRIORITY_BACKGROUND);
292 EXPECT_EQ(bundle->priority_, RECLAIM_PRIORITY_BACKGROUND);
488 EXPECT_EQ(proc.priority_, RECLAIM_PRIORITY_BACKGROUND);
550 ASSERT_EQ(proc2.priority_, RECLAIM_PRIORITY_BACKGROUND);
563 ASSERT_EQ(proc1.priority_, RECLAIM_PRIORITY_BACKGROUND);
571 ASSERT_EQ(proc1.priority_, RECLAIM_PRIORITY_BACKGROUND);
572 ASSERT_EQ(proc2.priority_, RECLAIM_PRIORITY_BACKGROUND);
607 ASSERT_EQ(proc2.priority_, RECLAIM_PRIORITY_BACKGROUND);
620 ASSERT_EQ(proc1.priority_, RECLAIM_PRIORITY_BACKGROUND);
[all …]
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_constant.h41 constexpr int RECLAIM_PRIORITY_BACKGROUND = 400; variable
58 { RECLAIM_PRIORITY_BACKGROUND, "Background" },
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dmem_mgr_constant.cpp38 } else if (priority < RECLAIM_PRIORITY_BACKGROUND) { in GetReclaimPriorityString()
41 return ReclaimPriorityMapping.at(RECLAIM_PRIORITY_BACKGROUND); in GetReclaimPriorityString()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dreclaim_priority_constants.h40 constexpr int RECLAIM_PRIORITY_BACKGROUND = 400; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info.h60 constexpr int RECLAIM_PRIORITY_BACKGROUND = 400; variable
73 { RECLAIM_PRIORITY_BACKGROUND, "Background" },
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp591 target.bundleName, target.uid, RECLAIM_PRIORITY_BACKGROUND); in HandleCreateProcess()
828 int32_t minExtensionPriority = RECLAIM_PRIORITY_BACKGROUND; in CalculateExtensionProcPrio()
852 int32_t minExtensionPriority = RECLAIM_PRIORITY_BACKGROUND; in SetConnectExtensionProcPrio()
977 proc.SetPriority(RECLAIM_PRIORITY_BACKGROUND); in UpdatePriorityByProcConnector()
1013 proc.SetPriority(RECLAIM_PRIORITY_BACKGROUND); in UpdatePriorityByProcStatus()
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_memory_test.cpp169 memoryInfo->GetReclaimPriorityString(RECLAIM_PRIORITY_BACKGROUND - 1);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp985 } else if (priority < RECLAIM_PRIORITY_BACKGROUND) { in GetReclaimPriorityString()
988 return ReclaimPriorityMapping.at(RECLAIM_PRIORITY_BACKGROUND); in GetReclaimPriorityString()