Home
last modified time | relevance | path

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

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