Lines Matching refs:kAttrId
96 constexpr const char kAttrId[] = "id"; variable
231 if (childElement->QueryStringAttribute(kAttrId, &state) != XML_SUCCESS) { in readPerStateBytes()
232 return Error() << "Failed to read '" << kAttrId << "' attribute in '" << kTagState in readPerStateBytes()
295 childElement->QueryStringAttribute(kAttrId, &name) != XML_SUCCESS) { in readPerStateThresholds()
296 return Error() << "Failed to read '" << kAttrId << "' attribute"; in readPerStateThresholds()
298 return Error() << "Must provide non-empty value in '" << kAttrId << "' attribute"; in readPerStateThresholds()
351 if (childElement->QueryStringAttribute(kAttrId, ¶m) != XML_SUCCESS) { in readIoOveruseAlertThreshold()
352 return Error() << "Failed to read '" << kAttrId << "' attribute in '" << kTagParam in readIoOveruseAlertThreshold()
516 childElement->SetAttribute(kAttrId, state); in writePerStateBytes()
562 childElement->SetAttribute(kAttrId, thresholds.name.c_str()); in writePerStateThresholds()
615 innerElement->SetAttribute(kAttrId, param); in writeAlertThresholds()