Searched refs:pPolicy (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | PolicyManager.cpp | 199 Result<void> readComponents(const XMLElement* pPolicy, CarPowerPolicyPtr policy, in readComponents() argument 220 for (const XMLElement* pComponent = pPolicy->FirstChildElement(kTagComponent); in readComponents() 272 Result<void> readOtherComponents(const XMLElement* pPolicy, CarPowerPolicyPtr policy, in readOtherComponents() argument 277 const XMLElement* pElement = pPolicy->FirstChildElement(kTagOtherComponents); in readOtherComponents() 335 for (const XMLElement* pPolicy = pPolicies->FirstChildElement(kTagPolicy); pPolicy != nullptr; in readPolicies() local 336 pPolicy = pPolicy->NextSiblingElement(kTagPolicy)) { in readPolicies() 341 if (pPolicy->QueryStringAttribute(kAttrId, &policyId) != XML_SUCCESS) { in readPolicies() 351 auto ret = readComponents(pPolicy, policy, &visited, &visitedCustomComponents, in readPolicies() 357 ret = readOtherComponents(pPolicy, policy, visited, customComponents, in readPolicies()
|