Lines Matching refs:kAttrId
70 constexpr const char kAttrId[] = "id"; variable
223 if (pComponent->QueryStringAttribute(kAttrId, &id) != XML_SUCCESS) { in readComponents()
224 return Error() << StringPrintf("Failed to read |%s| attribute in |%s| tag", kAttrId, in readComponents()
237 safePtrPrint(id), kAttrId, kTagComponent); in readComponents()
245 toString(componentId).c_str(), kAttrId, kTagComponent); in readComponents()
341 if (pPolicy->QueryStringAttribute(kAttrId, &policyId) != XML_SUCCESS) { in readPolicies()
342 return Error() << StringPrintf("Failed to read |%s| attribute in |%s| tag", kAttrId, in readPolicies()
385 if (pDefaultPolicy->QueryStringAttribute(kAttrId, &policyId) != XML_SUCCESS) { in readPolicyGroup()
386 return Error() << StringPrintf("Failed to read |%s| attribute in |%s| tag", kAttrId, in readPolicyGroup()
440 if (pPolicyGroup->QueryStringAttribute(kAttrId, &policyGroupId) != XML_SUCCESS) { in readPolicyGroups()
441 return Error() << StringPrintf("Failed to read |%s| attribute in |%s| tag", kAttrId, in readPolicyGroups()