Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DPolicyManager.cpp500 for (const XMLElement* pCustomComponent = in readCustomComponents() local
502 pCustomComponent != nullptr; in readCustomComponents()
503 pCustomComponent = pCustomComponent->NextSiblingElement(kTagCustomComponent)) { in readCustomComponents()
504 const char* componentName = pCustomComponent->GetText(); in readCustomComponents()
507 pCustomComponent->QueryIntAttribute(kAttrValue, &value); in readCustomComponents()