Lines Matching refs:OmahaRequestParams
48 const char OmahaRequestParams::kOsVersion[] = "Indy";
58 OmahaRequestParams::~OmahaRequestParams() { in ~OmahaRequestParams()
63 bool OmahaRequestParams::Init(const string& in_app_version, in Init()
86 os_version_ = OmahaRequestParams::kOsVersion; in Init()
132 bool OmahaRequestParams::IsUpdateUrlOfficial() const { in IsUpdateUrlOfficial()
137 bool OmahaRequestParams::CollectECFWVersions() const { in CollectECFWVersions()
145 bool OmahaRequestParams::SetTargetChannel(const string& new_target_channel, in SetTargetChannel()
172 void OmahaRequestParams::UpdateDownloadChannel() { in UpdateDownloadChannel()
179 string OmahaRequestParams::GetMachineType() const { in GetMachineType()
187 bool OmahaRequestParams::IsValidChannel(const string& channel, in IsValidChannel()
214 void OmahaRequestParams::set_root(const string& root) { in set_root()
219 int OmahaRequestParams::GetChannelIndex(const string& channel) const { in GetChannelIndex()
227 bool OmahaRequestParams::ToMoreStableChannel() const { in ToMoreStableChannel()
234 bool OmahaRequestParams::ShouldPowerwash() const { in ShouldPowerwash()
245 string OmahaRequestParams::GetAppId() const { in GetAppId()