Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter.cc962 forced_omaha_url_.clear(); in CheckForUpdate()
969 forced_omaha_url_ = omaha_url; in CheckForUpdate()
972 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL; in CheckForUpdate()
978 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL; in CheckForUpdate()
1014 forced_omaha_url_.clear(); in CheckForInstall()
1020 forced_omaha_url_ = omaha_url; in CheckForInstall()
1025 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL; in CheckForInstall()
1104 forced_omaha_url_, in OnUpdateScheduled()
1115 forced_omaha_url_.clear(); in OnUpdateScheduled()
Dupdate_attempter.h563 std::string forced_omaha_url_; variable
Dupdate_attempter_unittest.cc222 const string& forced_omaha_url() const { return forced_omaha_url_; } in forced_omaha_url()