Searched refs:pRootElement (Results 1 – 1 of 1) sorted by relevance
760 const XMLElement* pRootElement = xmlDoc.RootElement(); in readPowerPolicyFromXml() local761 if (!pRootElement || strcmp(pRootElement->Name(), kTagRoot)) { in readPowerPolicyFromXml()766 const auto& customComponents = readCustomComponents(pRootElement); in readPowerPolicyFromXml()775 readPolicies(pRootElement, kTagPolicies, true, mCustomComponents); in readPowerPolicyFromXml()787 const auto& policyGroups = readPolicyGroups(pRootElement, registeredPoliciesMap); in readPowerPolicyFromXml()793 const auto& systemPolicyOverrides = readSystemPolicyOverrides(pRootElement, mCustomComponents); in readPowerPolicyFromXml()