Home
last modified time | relevance | path

Searched refs:kOmahaDefaultAUTestURL (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/common/
Dplatform_constants_android.cc24 const char kOmahaDefaultAUTestURL[] = variable
Dplatform_constants_chromeos.cc24 const char kOmahaDefaultAUTestURL[] = variable
Dplatform_constants.h27 extern const char kOmahaDefaultAUTestURL[];
/system/update_engine/
Domaha_request_params.cc122 return (update_url_ == constants::kOmahaDefaultAUTestURL || in IsUpdateUrlOfficial()
Domaha_response_handler_action_unittest.cc417 params.set_update_url(constants::kOmahaDefaultAUTestURL); in TEST_F()
Dupdate_attempter.cc804 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL; in CheckForUpdate()
810 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL; in CheckForUpdate()
Dupdate_attempter_unittest.cc1000 EXPECT_EQ(constants::kOmahaDefaultAUTestURL, attempter_.forced_omaha_url()); in TEST_F()
1007 EXPECT_EQ(constants::kOmahaDefaultAUTestURL, attempter_.forced_omaha_url()); in TEST_F()