Home
last modified time | relevance | path

Searched refs:omaha_url (Results 1 – 22 of 22) sorted by relevance

/system/update_engine/
Dmock_update_attempter.h35 const std::string& omaha_url,
52 const std::string& omaha_url,
57 const std::string& omaha_url));
Dimage_properties_chromeos_unittest.cc69 EXPECT_EQ("http://www.google.com", props.omaha_url); in TEST_F()
109 EXPECT_EQ("https://www.google.com", props.omaha_url); in TEST_F()
131 EXPECT_EQ("https://www.google.com", props.omaha_url); in TEST_F()
Dupdate_attempter.h83 const std::string& omaha_url,
136 const std::string& omaha_url,
141 const std::string& omaha_url);
338 const std::string& omaha_url,
Dimage_properties.h66 std::string omaha_url; member
Dupdate_attempter.cc238 const string& omaha_url, in Update() argument
273 omaha_url, in Update()
346 const string& omaha_url, in CalculateUpdateParams() argument
387 if (!omaha_request_params_->Init(app_version, omaha_url, interactive)) { in CalculateUpdateParams()
791 const string& omaha_url, in CheckForUpdate() argument
815 forced_omaha_url_ = omaha_url; in CheckForUpdate()
817 if (omaha_url == kScheduledAUTestURLRequest) { in CheckForUpdate()
823 } else if (omaha_url == kAUTestURLRequest) { in CheckForUpdate()
849 const string& omaha_url) { in CheckForInstall() argument
858 forced_omaha_url_ = omaha_url; in CheckForInstall()
[all …]
Domaha_request_params.cc119 update_url_ = image_props_.omaha_url; in Init()
134 update_url_ == image_props_.omaha_url); in IsUpdateUrlOfficial()
Dbinder_service_brillo.cc67 const String16& omaha_url, in AttemptUpdate() argument
72 NormalString(omaha_url), in AttemptUpdate()
Dcommon_service.h60 const std::string& omaha_url,
Dimage_properties_android_unittest.cc74 EXPECT_EQ(constants::kOmahaDefaultProductionURL, props.omaha_url); in TEST_F()
Dcommon_service.cc111 const string& omaha_url, in AttemptInstall() argument
114 omaha_url)) { in AttemptInstall()
Dbinder_service_brillo.h56 const android::String16& omaha_url,
Dimage_properties_chromeos.cc116 result.omaha_url = in LoadImageProperties()
Dimage_properties_android.cc216 result.omaha_url = constants::kOmahaDefaultProductionURL; in LoadImageProperties()
Ddbus_service.cc85 error, dlc_parameters.omaha_url(), dlc_module_ids); in AttemptInstall()
Dupdate_engine_client.cc272 DEFINE_string(omaha_url, "", "The URL of the Omaha update server."); in ProcessFlags()
/system/update_engine/client_library/include/update_engine/
Dclient.h48 const std::string& omaha_url,
60 const std::string& omaha_url,
/system/update_engine/client_library/
Dclient_dbus.h41 const std::string& omaha_url,
44 bool AttemptInstall(const std::string& omaha_url,
Dclient_binder.h47 const std::string& omaha_url,
50 bool AttemptInstall(const std::string& omaha_url,
Dclient_dbus.cc61 const string& omaha_url, const vector<string>& dlc_module_ids) { in AttemptInstall() argument
64 dlc_parameters.set_omaha_url(omaha_url); in AttemptInstall()
Dclient_binder.cc63 const string& omaha_url, const std::vector<string>& dlc_module_ids) { in AttemptInstall() argument
/system/update_engine/binder_bindings/android/brillo/
DIUpdateEngine.aidl24 boolean AttemptUpdate(in String app_version, in String omaha_url, in int flags); in AttemptUpdate() argument
/system/update_engine/scripts/
Dupdate_device.py294 def OmahaUpdateCommand(omaha_url): argument
297 '--omaha_url=%s' % omaha_url]