Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DOveruseConfigurationXmlHelper.cpp97 constexpr const char kAttrType[] = "type"; variable
205 if (innerElement->QueryStringAttribute(kAttrType, &type) != XML_SUCCESS) { in readPackageToAppCategoryTypes()
206 return Error() << "Failed to read '" << kAttrType << "' attribute in '" in readPackageToAppCategoryTypes()
504 innerElement->SetAttribute(kAttrType, toString(meta.appCategoryType).c_str()); in writePackageToAppCategoryTypes()