Home
last modified time | relevance | path

Searched defs:childElement (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DOveruseConfigurationXmlHelper.cpp228 for (const XMLElement* childElement = rootElement->FirstChildElement(kTagState); in readPerStateBytes() local
290 for (const XMLElement* childElement = rootElement->FirstChildElement(kTagPerStateThreshold); in readPerStateThresholds() local
314 for (const XMLElement* childElement = in readPackageSpecificThresholds() local
331 for (const XMLElement* childElement = in readAppCategorySpecificThresholds() local
348 for (const XMLElement* childElement = rootElement->FirstChildElement(kTagParam); in readIoOveruseAlertThreshold() local
404 const XMLElement* childElement = nullptr; in readIoOveruseConfiguration() local
438 XMLElement* childElement = rootElement->InsertNewChildElement(kTagComponentType); in writeComponentType() local
512 XMLElement* childElement = rootElement->InsertNewChildElement(kTagState); in writePerStateBytes() local
543 XMLElement* childElement = rootElement->InsertNewChildElement(kTagComponentLevelThresholds); in writeComponentLevelThresholds() local
557 XMLElement* childElement = rootElement->InsertNewChildElement(kTagPerStateThreshold); in writePerStateThresholds() local
[all …]