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.cpp229 for (const XMLElement* childElement = rootElement->FirstChildElement(kTagState); in readPerStateBytes() local
291 for (const XMLElement* childElement = rootElement->FirstChildElement(kTagPerStateThreshold); in readPerStateThresholds() local
315 for (const XMLElement* childElement = in readPackageSpecificThresholds() local
332 for (const XMLElement* childElement = in readAppCategorySpecificThresholds() local
349 for (const XMLElement* childElement = rootElement->FirstChildElement(kTagParam); in readIoOveruseAlertThreshold() local
405 const XMLElement* childElement = nullptr; in readIoOveruseConfiguration() local
439 XMLElement* childElement = rootElement->InsertNewChildElement(kTagComponentType); in writeComponentType() local
513 XMLElement* childElement = rootElement->InsertNewChildElement(kTagState); in writePerStateBytes() local
544 XMLElement* childElement = rootElement->InsertNewChildElement(kTagComponentLevelThresholds); in writeComponentLevelThresholds() local
558 XMLElement* childElement = rootElement->InsertNewChildElement(kTagPerStateThreshold); in writePerStateThresholds() local
[all …]