Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter.cc784 forced_omaha_url_.clear(); in UpdateAttempter()
791 forced_omaha_url_ = omaha_url; in UpdateAttempter()
794 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL; in UpdateAttempter()
800 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL; in UpdateAttempter()
866 Update(forced_app_version_, forced_omaha_url_, params.target_channel, in UpdateAttempter()
871 forced_omaha_url_.clear(); in UpdateAttempter()
Dupdate_attempter.h512 std::string forced_omaha_url_; variable
Dupdate_attempter_unittest.cc105 const string& forced_omaha_url() const { return forced_omaha_url_; } in forced_omaha_url()