Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter.cc808 forced_omaha_url_.clear(); in CheckForUpdate()
815 forced_omaha_url_ = omaha_url; in CheckForUpdate()
818 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL; in CheckForUpdate()
824 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL; in CheckForUpdate()
852 forced_omaha_url_.clear(); in CheckForInstall()
858 forced_omaha_url_ = omaha_url; in CheckForInstall()
861 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL; in CheckForInstall()
863 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL; in CheckForInstall()
945 forced_omaha_url_, in OnUpdateScheduled()
954 forced_omaha_url_.clear(); in OnUpdateScheduled()
Dupdate_attempter.h509 std::string forced_omaha_url_; variable
Dupdate_attempter_unittest.cc119 const string& forced_omaha_url() const { return forced_omaha_url_; } in forced_omaha_url()