Home
last modified time | relevance | path

Searched refs:pPolicy (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/cpp/powerpolicy/server/src/
DPolicyManager.cpp175 Result<void> readComponents(const XMLElement* pPolicy, CarPowerPolicyPtr policy, in readComponents() argument
177 for (const XMLElement* pComponent = pPolicy->FirstChildElement(kTagComponent); in readComponents()
209 Result<void> readOtherComponents(const XMLElement* pPolicy, CarPowerPolicyPtr policy, in readOtherComponents() argument
212 const XMLElement* pElement = pPolicy->FirstChildElement(kTagOtherComponents); in readOtherComponents()
251 for (const XMLElement* pPolicy = pPolicies->FirstChildElement(kTagPolicy); pPolicy != nullptr; in readPolicies() local
252 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()