Home
last modified time | relevance | path

Searched refs:RECLAIM_PRIORITY_UNKNOWN (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dbundle_priority_info.cpp28 this->priority_ = RECLAIM_PRIORITY_UNKNOWN; in BundlePriorityInfo()
90 int min_priority = RECLAIM_PRIORITY_UNKNOWN; in GetMinProcPriority()
H A Dreclaim_priority_manager.cpp978 int minPriority = RECLAIM_PRIORITY_UNKNOWN; in UpdatePriorityByProcConnector()
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_constant.h43 constexpr int RECLAIM_PRIORITY_UNKNOWN = 1000; variable
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dmem_mgr_constant.cpp22 if (priority < RECLAIM_PRIORITY_SYSTEM || priority > RECLAIM_PRIORITY_UNKNOWN) { in GetReclaimPriorityString()
H A Dmem_mgr_proxy.cpp391 int32_t curPriority = RECLAIM_PRIORITY_UNKNOWN + 1; in GetReclaimPriorityByPid()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dreclaim_priority_constants.h50 constexpr int RECLAIM_PRIORITY_UNKNOWN = 1000; variable
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/kill_strategy_manager/
H A Dlow_memory_killer.cpp130 int minPrio = RECLAIM_PRIORITY_UNKNOWN + 1; in QueryKillMemoryPriorityPair()
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_memory_test.cpp168 memoryInfo->GetReclaimPriorityString(RECLAIM_PRIORITY_UNKNOWN + 1);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info.h62 constexpr int RECLAIM_PRIORITY_UNKNOWN = 1000; variable
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/
H A Dmem_mgr_stub.cpp283 int32_t priority = RECLAIM_PRIORITY_UNKNOWN + 1; in HandleGetReclaimPriorityByPid()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp625 int value = RECLAIM_PRIORITY_UNKNOWN; in GetProcessAdjLabel()
969 if (priority < RECLAIM_PRIORITY_SYSTEM || priority > RECLAIM_PRIORITY_UNKNOWN) { in GetReclaimPriorityString()