HomeSort by relevance Sort by last modified time
    Searched defs:OmahaRequestParams (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
omaha_request_params.cc 48 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::GetMachineType() const
    [all...]
omaha_request_params.h 44 class OmahaRequestParams {
46 explicit OmahaRequestParams(SystemState* system_state)
57 OmahaRequestParams(SystemState* system_state,
98 virtual ~OmahaRequestParams();
359 // DISALLOW_COPY_AND_ASSIGN(OmahaRequestParams);

Completed in 62 milliseconds