Home
last modified time | relevance | path

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

/system/update_engine/
Dmock_update_attempter.h33 const std::string& omaha_url,
50 const std::string& omaha_url,
Dimage_properties_chromeos_unittest.cc68 EXPECT_EQ("http://www.google.com", props.omaha_url); in TEST_F()
107 EXPECT_EQ("https://www.google.com", props.omaha_url); in TEST_F()
128 EXPECT_EQ("https://www.google.com", props.omaha_url); in TEST_F()
Dupdate_attempter.h93 const std::string& omaha_url,
143 const std::string& omaha_url,
327 const std::string& omaha_url,
Dimage_properties.h59 std::string omaha_url; member
Domaha_request_params.cc115 update_url_ = image_props_.omaha_url; in Init()
126 update_url_ == image_props_.omaha_url); in IsUpdateUrlOfficial()
Dbinder_service_brillo.cc61 const String16& app_version, const String16& omaha_url, int flags) { in AttemptUpdate() argument
64 NormalString(omaha_url), in AttemptUpdate()
Dupdate_attempter.cc248 const string& omaha_url, in UpdateAttempter() argument
285 omaha_url, in UpdateAttempter()
361 const string& omaha_url, in UpdateAttempter() argument
391 omaha_url, in UpdateAttempter()
775 const string& omaha_url, in UpdateAttempter() argument
786 forced_omaha_url_ = omaha_url; in UpdateAttempter()
788 if (omaha_url == kScheduledAUTestURLRequest) { in UpdateAttempter()
794 } else if (omaha_url == kAUTestURLRequest) { in UpdateAttempter()
Dimage_properties_android_unittest.cc65 EXPECT_EQ(constants::kOmahaDefaultProductionURL, props.omaha_url); in TEST_F()
Dimage_properties_android.cc124 result.omaha_url = constants::kOmahaDefaultProductionURL; in LoadImageProperties()
Dimage_properties_chromeos.cc115 result.omaha_url = in LoadImageProperties()
Dbinder_service_brillo.h58 const android::String16& omaha_url,
Dupdate_engine_client.cc242 DEFINE_string(omaha_url, "", "The URL of the Omaha update server."); in ProcessFlags()
/system/update_engine/binder_bindings/android/brillo/
DIUpdateEngine.aidl23 void AttemptUpdate(in String app_version, in String omaha_url, in int flags); in AttemptUpdate() argument
/system/update_engine/client_library/include/update_engine/
Dclient.h47 const std::string& omaha_url,
/system/update_engine/client_library/
Dclient_dbus.h41 const std::string& omaha_url,
Dclient_binder.h47 const std::string& omaha_url,