Home
last modified time | relevance | path

Searched refs: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
229 childElement != nullptr; childElement = childElement->NextSiblingElement(kTagState)) { in readPerStateBytes()
231 if (childElement->QueryStringAttribute(kAttrId, &state) != XML_SUCCESS) { in readPerStateBytes()
239 if (const auto text = childElement->GetText(); text == nullptr) { in readPerStateBytes()
290 for (const XMLElement* childElement = rootElement->FirstChildElement(kTagPerStateThreshold); in readPerStateThresholds() local
291 childElement != nullptr; in readPerStateThresholds()
292 childElement = childElement->NextSiblingElement(kTagPerStateThreshold)) { in readPerStateThresholds()
295 childElement->QueryStringAttribute(kAttrId, &name) != XML_SUCCESS) { in readPerStateThresholds()
300 if (const auto result = readPerStateBytes(childElement); result.ok()) { in readPerStateThresholds()
314 for (const XMLElement* childElement = in readPackageSpecificThresholds() local
[all …]