Searched defs:OmahaRequestParams (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/
H A Domaha_request_params.cc48 const char OmahaRequestParams::kOsVersion[] = "Indy";
58 OmahaRequestParams::~OmahaRequestParams() {
63 bool OmahaRequestParams::Init(const string& in_app_version,
80 os_version_ = OmahaRequestParams::kOsVersion;
121 bool OmahaRequestParams::IsUpdateUrlOfficial() const {
126 bool OmahaRequestParams::CollectECFWVersions() const {
140 bool OmahaRequestParams::SetTargetChannel(const string& new_target_channel,
176 void OmahaRequestParams::UpdateDownloadChannel() {
183 string OmahaRequestParams
[all...]
H A Domaha_request_params.h44 class OmahaRequestParams { class in namespace:chromeos_update_engine
46 explicit OmahaRequestParams(SystemState* system_state) function in class:chromeos_update_engine::OmahaRequestParams
57 OmahaRequestParams(SystemState* system_state, function in class:chromeos_update_engine::OmahaRequestParams
98 virtual ~OmahaRequestParams();
331 // DISALLOW_COPY_AND_ASSIGN(OmahaRequestParams);

Completed in 211 milliseconds