Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/memmgr/common/src/config/
H A Dnand_life_config.cpp56 if (!XmlHelper::ParseUnsignedLongLongContent(currNode, dailySwapOutQuotaMb_)) { in ParseConfig()
62 if (!XmlHelper::ParseUnsignedLongLongContent(currNode, totalSwapOutQuotaMb_)) { in ParseConfig()
H A Dswitch_config.cpp46 if (!XmlHelper::ParseUnsignedLongLongContent(currNode, bigMemKillSwitch_)) { in ParseConfig()
/ohos5.0/foundation/resourceschedule/memmgr/common/include/
H A Dxml_helper.h43 static bool ParseUnsignedLongLongContent(const xmlNodePtr &rootNodePtr, unsigned long long &value);
/ohos5.0/foundation/resourceschedule/memmgr/common/src/
H A Dxml_helper.cpp110 bool XmlHelper::ParseUnsignedLongLongContent(const xmlNodePtr &rootNodePtr, unsigned long long &val… in ParseUnsignedLongLongContent() function in OHOS::Memory::XmlHelper