Searched refs:pPolicy (Results 1 – 1 of 1) sorted by relevance
175 Result<void> readComponents(const XMLElement* pPolicy, CarPowerPolicyPtr policy, in readComponents() argument177 for (const XMLElement* pComponent = pPolicy->FirstChildElement(kTagComponent); in readComponents()209 Result<void> readOtherComponents(const XMLElement* pPolicy, CarPowerPolicyPtr policy, in readOtherComponents() argument212 const XMLElement* pElement = pPolicy->FirstChildElement(kTagOtherComponents); in readOtherComponents()251 for (const XMLElement* pPolicy = pPolicies->FirstChildElement(kTagPolicy); pPolicy != nullptr; in readPolicies() local252 pPolicy = pPolicy->NextSiblingElement(kTagPolicy)) { in readPolicies()255 if (pPolicy->QueryStringAttribute(kAttrId, &policyId) != XML_SUCCESS) { in readPolicies()265 auto ret = readComponents(pPolicy, policy, &visited); in readPolicies()270 ret = readOtherComponents(pPolicy, policy, visited); in readPolicies()