Home
last modified time | relevance | path

Searched refs:SetStringParam (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/common/include/
H A Dxml_helper.h40 static void SetStringParam(std::map<std::string, std::string> &param,
/ohos5.0/foundation/resourceschedule/memmgr/common/src/config/
H A Dpurgeablemem_config.cpp45 XmlHelper::SetStringParam(param, "procName", procName, ""); in ParseConfig()
H A Dreclaim_priority_config.cpp107 XmlHelper::SetStringParam(param, "procName", procName, ""); in ParseReclaimPriorityImportantBgAppsConfig()
/ohos5.0/foundation/resourceschedule/memmgr/common/src/
H A Dxml_helper.cpp132 void XmlHelper::SetStringParam(std::map<std::string, std::string> &param, in SetStringParam() function in OHOS::Memory::XmlHelper