Home
last modified time | relevance | path

Searched defs:app_version (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/binder_bindings/android/brillo/
DIUpdateEngine.aidl24 boolean AttemptUpdate(in String app_version, in String omaha_url, in int flags); in AttemptUpdate()
/system/update_engine/
Dupdate_attempter.cc237 void UpdateAttempter::Update(const string& app_version, in Update()
345 bool UpdateAttempter::CalculateUpdateParams(const string& app_version, in CalculateUpdateParams()
790 bool UpdateAttempter::CheckForUpdate(const string& app_version, in CheckForUpdate()
Dbinder_service_brillo.cc66 const String16& app_version, in AttemptUpdate()
Dupdate_engine_client.cc537 string app_version = FLAGS_app_version; in ProcessFlags() local
Domaha_request_params.h91 inline std::string app_version() const { return image_props_.version; } in app_version() function