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.aidl41 String GetPrevVersion(); in GetPrevVersion() method
/system/update_engine/
Ddbus_service.cc179 bool DBusUpdateEngineService::GetPrevVersion(ErrorPtr* error, in GetPrevVersion() function in chromeos_update_engine::DBusUpdateEngineService
181 return common_->GetPrevVersion(error, out_prev_version); in GetPrevVersion()
Dbinder_service_brillo.cc176 Status BinderUpdateEngineBrilloService::GetPrevVersion( in GetPrevVersion() function in chromeos_update_engine::BinderUpdateEngineBrilloService
180 CallCommonHandler(&UpdateEngineService::GetPrevVersion, &version_string); in GetPrevVersion()
Dcommon_service.h146 bool GetPrevVersion(brillo::ErrorPtr* error, std::string* out_prev_version);
Dcommon_service.cc379 bool UpdateEngineService::GetPrevVersion(ErrorPtr* /* error */, in GetPrevVersion() function in chromeos_update_engine::UpdateEngineService
381 *out_prev_version = system_state_->update_attempter()->GetPrevVersion(); in GetPrevVersion()
Dbinder_service_brillo.h84 android::binder::Status GetPrevVersion(
Ddbus_service.h141 bool GetPrevVersion(brillo::ErrorPtr* error,
Dupdate_attempter.h194 const std::string& GetPrevVersion() const { return prev_version_; } in GetPrevVersion() function
Dupdate_engine_client.cc595 if (!client_->GetPrevVersion(&prev_version)) { in ProcessFlags()
/system/update_engine/client_library/
Dclient_dbus.cc131 bool DBusUpdateEngineClient::GetPrevVersion(string* prev_version) const { in GetPrevVersion() function in update_engine::internal::DBusUpdateEngineClient
132 return proxy_->GetPrevVersion(prev_version, nullptr); in GetPrevVersion()
Dclient_binder.cc132 bool BinderUpdateEngineClient::GetPrevVersion(string* prev_version) const { in GetPrevVersion() function in update_engine::internal::BinderUpdateEngineClient
135 if (!service_->GetPrevVersion(&out_as_string16).isOk()) in GetPrevVersion()
Dclient_dbus.h68 bool GetPrevVersion(std::string* prev_version) const override;
Dclient_binder.h74 bool GetPrevVersion(std::string* prev_version) const override;
/system/update_engine/client_library/include/update_engine/
Dclient.h106 virtual bool GetPrevVersion(std::string* prev_version) const = 0;