Searched refs:in_omaha_url (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/ |
D | dbus_service.cc | 62 const string& in_omaha_url) { in AttemptUpdate() argument 64 error, in_app_version, in_omaha_url, 0 /* no flags */); in AttemptUpdate() 70 const string& in_omaha_url, in AttemptUpdateWithFlags() argument 79 in_omaha_url, in AttemptUpdateWithFlags() 85 const string& in_omaha_url, in AttemptInstall() argument 87 return common_->AttemptInstall(error, in_omaha_url, dlc_ids); in AttemptInstall()
|
D | dbus_service.h | 47 const std::string& in_omaha_url) override; 51 const std::string& in_omaha_url, 55 const std::string& in_omaha_url,
|
D | common_service.cc | 88 const string& in_omaha_url, in AttemptUpdate() argument 96 << "omaha_url=\"" << in_omaha_url << "\" " in AttemptUpdate() 102 in_app_version, in_omaha_url, flags); in AttemptUpdate()
|
D | common_service.h | 52 const std::string& in_omaha_url,
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 77 const string& in_omaha_url, in AttemptUpdate() argument 81 in_omaha_url, in AttemptUpdate()
|