Home
last modified time | relevance | path

Searched refs:forced_omaha_url_ (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/cros/
Dupdate_attempter.cc400 forced_app_version_, forced_omaha_url_, params)) { in CalculateUpdateParams()
925 forced_omaha_url_.clear(); in CheckForUpdate()
932 forced_omaha_url_ = omaha_url; in CheckForUpdate()
935 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL; in CheckForUpdate()
941 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL; in CheckForUpdate()
977 forced_omaha_url_.clear(); in CheckForInstall()
983 forced_omaha_url_ = omaha_url; in CheckForInstall()
988 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL; in CheckForInstall()
1062 forced_omaha_url_.clear(); in OnUpdateScheduled()
Dupdate_attempter.h551 std::string forced_omaha_url_; variable
Dupdate_attempter_unittest.cc204 const string& forced_omaha_url() const { return forced_omaha_url_; } in forced_omaha_url()