Lines Matching refs:kAttrId
97 constexpr const char kAttrId[] = "id"; variable
232 if (childElement->QueryStringAttribute(kAttrId, &state) != XML_SUCCESS) { in readPerStateBytes()
233 return Error() << "Failed to read '" << kAttrId << "' attribute in '" << kTagState in readPerStateBytes()
296 childElement->QueryStringAttribute(kAttrId, &name) != XML_SUCCESS) { in readPerStateThresholds()
297 return Error() << "Failed to read '" << kAttrId << "' attribute"; in readPerStateThresholds()
299 return Error() << "Must provide non-empty value in '" << kAttrId << "' attribute"; in readPerStateThresholds()
352 if (childElement->QueryStringAttribute(kAttrId, ¶m) != XML_SUCCESS) { in readIoOveruseAlertThreshold()
353 return Error() << "Failed to read '" << kAttrId << "' attribute in '" << kTagParam in readIoOveruseAlertThreshold()
517 childElement->SetAttribute(kAttrId, state); in writePerStateBytes()
563 childElement->SetAttribute(kAttrId, thresholds.name.c_str()); in writePerStateThresholds()
616 innerElement->SetAttribute(kAttrId, param); in writeAlertThresholds()