/system/update_engine/ |
D | mock_update_attempter.h | 35 const std::string& omaha_url, 52 const std::string& omaha_url, 57 const std::string& omaha_url));
|
D | image_properties_chromeos_unittest.cc | 69 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()
|
D | update_attempter.h | 83 const std::string& omaha_url, 136 const std::string& omaha_url, 141 const std::string& omaha_url); 338 const std::string& omaha_url,
|
D | image_properties.h | 66 std::string omaha_url; member
|
D | update_attempter.cc | 238 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 …]
|
D | omaha_request_params.cc | 119 update_url_ = image_props_.omaha_url; in Init() 134 update_url_ == image_props_.omaha_url); in IsUpdateUrlOfficial()
|
D | binder_service_brillo.cc | 67 const String16& omaha_url, in AttemptUpdate() argument 72 NormalString(omaha_url), in AttemptUpdate()
|
D | common_service.h | 60 const std::string& omaha_url,
|
D | image_properties_android_unittest.cc | 74 EXPECT_EQ(constants::kOmahaDefaultProductionURL, props.omaha_url); in TEST_F()
|
D | common_service.cc | 111 const string& omaha_url, in AttemptInstall() argument 114 omaha_url)) { in AttemptInstall()
|
D | binder_service_brillo.h | 56 const android::String16& omaha_url,
|
D | image_properties_chromeos.cc | 116 result.omaha_url = in LoadImageProperties()
|
D | image_properties_android.cc | 216 result.omaha_url = constants::kOmahaDefaultProductionURL; in LoadImageProperties()
|
D | dbus_service.cc | 85 error, dlc_parameters.omaha_url(), dlc_module_ids); in AttemptInstall()
|
D | update_engine_client.cc | 272 DEFINE_string(omaha_url, "", "The URL of the Omaha update server."); in ProcessFlags()
|
/system/update_engine/client_library/include/update_engine/ |
D | client.h | 48 const std::string& omaha_url, 60 const std::string& omaha_url,
|
/system/update_engine/client_library/ |
D | client_dbus.h | 41 const std::string& omaha_url, 44 bool AttemptInstall(const std::string& omaha_url,
|
D | client_binder.h | 47 const std::string& omaha_url, 50 bool AttemptInstall(const std::string& omaha_url,
|
D | client_dbus.cc | 61 const string& omaha_url, const vector<string>& dlc_module_ids) { in AttemptInstall() argument 64 dlc_parameters.set_omaha_url(omaha_url); in AttemptInstall()
|
D | client_binder.cc | 63 const string& omaha_url, const std::vector<string>& dlc_module_ids) { in AttemptInstall() argument
|
/system/update_engine/binder_bindings/android/brillo/ |
D | IUpdateEngine.aidl | 24 boolean AttemptUpdate(in String app_version, in String omaha_url, in int flags); in AttemptUpdate() argument
|
/system/update_engine/scripts/ |
D | update_device.py | 294 def OmahaUpdateCommand(omaha_url): argument 297 '--omaha_url=%s' % omaha_url]
|