Home
last modified time | relevance | path

Searched refs:SetUnsignedIntParam (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/common/src/config/
H A Dsystem_memory_level_config.cpp85 XmlHelper::SetUnsignedIntParam(param, "purgeable", purgeable, MEMORY_LEVEL_PURGEABLE_DEFAULT); in ParseConfig()
86 XmlHelper::SetUnsignedIntParam(param, "moderate", moderate, MEMORY_LEVEL_MODERATE_DEFAULT); in ParseConfig()
87 XmlHelper::SetUnsignedIntParam(param, "low", low, MEMORY_LEVEL_LOW_DEFAULT); in ParseConfig()
88 XmlHelper::SetUnsignedIntParam(param, "critical", critical, MEMORY_LEVEL_CRITICAL_DEFAULT); in ParseConfig()
H A Davail_buffer_config.cpp66 XmlHelper::SetUnsignedIntParam(param, "availBuffer", availBuffer_, AVAIL_BUFFER); in SetAvailBufferConfig()
67 XmlHelper::SetUnsignedIntParam(param, "minAvailBuffer", minAvailBuffer_, MIN_AVAIL_BUFFER); in SetAvailBufferConfig()
68 XmlHelper::SetUnsignedIntParam(param, "highAvailBuffer", highAvailBuffer_, HIGH_AVAIL_BUFFER); in SetAvailBufferConfig()
69 XmlHelper::SetUnsignedIntParam(param, "swapReserve", swapReserve_, SWAP_RESERVE); in SetAvailBufferConfig()
H A Dreclaim_config.cpp70 XmlHelper::SetUnsignedIntParam(param, "mem2zramRatio", mem2zramRatio, MEMCG_MEM_2_ZRAM_RATIO); in SetZswapdParamConfig()
71 XmlHelper::SetUnsignedIntParam(param, "zram2ufsRatio", zram2ufsRatio, MEMCG_ZRAM_2_UFS_RATIO); in SetZswapdParamConfig()
72 …XmlHelper::SetUnsignedIntParam(param, "refaultThreshold", refaultThreshold, MEMCG_REFAULT_THRESHOL… in SetZswapdParamConfig()
H A Dkill_config.cpp85 XmlHelper::SetUnsignedIntParam(param, "memoryMB", memoryMB, 0); in ParseKillLevelNode()
/ohos5.0/foundation/resourceschedule/memmgr/common/include/
H A Dxml_helper.h38 static void SetUnsignedIntParam(std::map<std::string, std::string> &param,
/ohos5.0/foundation/resourceschedule/memmgr/common/src/
H A Dxml_helper.cpp67 void XmlHelper::SetUnsignedIntParam(std::map<std::string, std::string> &param, in SetUnsignedIntParam() function in OHOS::Memory::XmlHelper