Lines Matching refs:id_string
45 const char* id_string, in NetlinkAttribute() argument
48 : has_a_value_(false), id_(id), id_string_(id_string), datatype_(datatype), in NetlinkAttribute()
418 id_string(), in HeaderToPrint()
451 LOG(ERROR) << "Invalid |input| for " << id_string() << " of type " in InitFromValue()
462 VLOG(7) << "U8 attribute " << id_string() in GetU8Value()
504 LOG(ERROR) << "Invalid |input| for " << id_string() << " of type " in InitFromValue()
516 VLOG(7) << "U16 attribute " << id_string() in GetU16Value()
558 LOG(ERROR) << "Invalid |input| for " << id_string() << " of type " in InitFromValue()
570 VLOG(7) << "U32 attribute " << id_string() in GetU32Value()
612 LOG(ERROR) << "Invalid |input| for " << id_string() << " of type " in InitFromValue()
623 VLOG(7) << "U64 attribute " << id_string() in GetU64Value()
735 VLOG(7) << "String attribute " << id_string() in GetStringValue()
804 const char* id_string) : in NetlinkNestedAttribute() argument
805 NetlinkAttribute(id, id_string, kType, kMyTypeString), in NetlinkNestedAttribute()
1039 VLOG(7) << "Raw attribute " << id_string() in GetRawValue()
1061 VLOG(7) << "Raw attribute " << id_string() in ToString()
1085 const char* NetlinkAttributeGeneric::id_string() const { in id_string() function in shill::NetlinkAttributeGeneric