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,
83 os_version_ = OmahaRequestParams::kOsVersion;
124 bool OmahaRequestParams::IsUpdateUrlOfficial() const {
129 bool OmahaRequestParams::CollectECFWVersions() const {
143 bool OmahaRequestParams::SetTargetChannel(const string& new_target_channel,
170 void OmahaRequestParams::UpdateDownloadChannel() {
177 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();
359 // DISALLOW_COPY_AND_ASSIGN(OmahaRequestParams);

Completed in 5050 milliseconds