Home
last modified time | relevance | path

Searched refs:GetPrevVersion (Results 1 – 14 of 14) sorted by relevance

/system/update_engine/binder_bindings/android/brillo/
DIUpdateEngine.aidl38 String GetPrevVersion(); in GetPrevVersion() method
/system/update_engine/
Ddbus_service.cc136 bool DBusUpdateEngineService::GetPrevVersion(ErrorPtr* error, in GetPrevVersion() function in chromeos_update_engine::DBusUpdateEngineService
138 return common_->GetPrevVersion(error, out_prev_version); in GetPrevVersion()
Dbinder_service_brillo.cc167 Status BinderUpdateEngineBrilloService::GetPrevVersion( in GetPrevVersion() function in chromeos_update_engine::BinderUpdateEngineBrilloService
171 CallCommonHandler(&UpdateEngineService::GetPrevVersion, &version_string); in GetPrevVersion()
Dcommon_service.h133 bool GetPrevVersion(brillo::ErrorPtr* error, std::string* out_prev_version);
Dcommon_service.cc325 bool UpdateEngineService::GetPrevVersion(ErrorPtr* /* error */, in GetPrevVersion() function in chromeos_update_engine::UpdateEngineService
327 *out_prev_version = system_state_->update_attempter()->GetPrevVersion(); in GetPrevVersion()
Ddbus_service.h132 bool GetPrevVersion(brillo::ErrorPtr* error,
Dbinder_service_brillo.h85 android::binder::Status GetPrevVersion(
Dupdate_attempter.h208 std::string const& GetPrevVersion() const { return prev_version_; } in GetPrevVersion() function
Dupdate_engine_client.cc526 if (!client_->GetPrevVersion(&prev_version)) { in ProcessFlags()
/system/update_engine/client_library/
Dclient_binder.cc122 bool BinderUpdateEngineClient::GetPrevVersion(string* prev_version) const { in GetPrevVersion() function in update_engine::internal::BinderUpdateEngineClient
125 if (!service_->GetPrevVersion(&out_as_string16).isOk()) in GetPrevVersion()
Dclient_dbus.cc109 bool DBusUpdateEngineClient::GetPrevVersion(string* prev_version) const { in GetPrevVersion() function in update_engine::internal::DBusUpdateEngineClient
110 return proxy_->GetPrevVersion(prev_version, nullptr); in GetPrevVersion()
Dclient_dbus.h65 bool GetPrevVersion(std::string* prev_version) const override;
Dclient_binder.h71 bool GetPrevVersion(std::string* prev_version) const override;
/system/update_engine/client_library/include/update_engine/
Dclient.h93 virtual bool GetPrevVersion(std::string* prev_version) const = 0;