Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_params.h85 inline std::string fw_version() const { return fw_version_; } in fw_version() function
234 void set_fw_version(const std::string& fw_version) { in set_fw_version() argument
235 fw_version_ = fw_version; in set_fw_version()
Domaha_request_action.cc381 "fw_version=\"" + XmlEncodeWithDefault(params->fw_version(), "") + "\" " + in GetAppXml()