Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_params.h105 inline std::string hwid() const { return hwid_; } in hwid() function
291 void set_hwid(const std::string& hwid) { hwid_ = hwid; } in set_hwid() argument
Domaha_request_builder_xml.cc350 "hardware_class=\"" + XmlEncodeWithDefault(params_->hwid()) + "\" " + in GetApp()