Home
last modified time | relevance | path

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

/aosp12/system/update_engine/client_library/
H A Dclient_dbus.cc142 bool DBusUpdateEngineClient::GetPrevVersion(string* prev_version) const { in GetPrevVersion() function in update_engine::internal::DBusUpdateEngineClient
143 return proxy_->GetPrevVersion(prev_version, nullptr); in GetPrevVersion()
H A Dclient_dbus.h67 bool GetPrevVersion(std::string* prev_version) const override;
/aosp12/system/update_engine/cros/
H A Ddbus_service.cc180 bool DBusUpdateEngineService::GetPrevVersion(ErrorPtr* error, in GetPrevVersion() function in chromeos_update_engine::DBusUpdateEngineService
182 return common_->GetPrevVersion(error, out_prev_version); in GetPrevVersion()
H A Dcommon_service.cc375 bool UpdateEngineService::GetPrevVersion(ErrorPtr* /* error */, in GetPrevVersion() function in chromeos_update_engine::UpdateEngineService
377 *out_prev_version = SystemState::Get()->update_attempter()->GetPrevVersion(); in GetPrevVersion()
H A Dcommon_service.h153 bool GetPrevVersion(brillo::ErrorPtr* error, std::string* out_prev_version);
H A Ddbus_service.h146 bool GetPrevVersion(brillo::ErrorPtr* error,
H A Dupdate_attempter.h192 const std::string& GetPrevVersion() const { return prev_version_; } in GetPrevVersion() function
H A Dupdate_engine_client.cc534 if (!client_->GetPrevVersion(&prev_version)) { in ProcessFlags()
/aosp12/system/update_engine/client_library/include/update_engine/
H A Dclient.h93 virtual bool GetPrevVersion(std::string* prev_version) const = 0;