Home
last modified time | relevance | path

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

/system/update_engine/cros/
Domaha_request_params.h99 inline std::string hwid() const { return hwid_; } in hwid() function
288 void set_hwid(const std::string& hwid) { hwid_ = hwid; } in set_hwid() argument
Domaha_request_builder_xml.cc386 "hardware_class=\"" + XmlEncodeWithDefault(params->hwid()) + "\" " + in GetApp()