Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Domaha_request_params.h99 inline std::string hwid() const { return hwid_; } in hwid()
288 void set_hwid(const std::string& hwid) { hwid_ = hwid; } in set_hwid()
360 std::string hwid_; // Hardware Qualification ID of the client variable
H A Domaha_request_params.cc87 hwid_ = SystemState::Get()->hardware()->GetHardwareClass(); in Init()