HomeSort by relevance Sort by last modified time
    Searched refs:GetPrevVersion (Results 1 - 14 of 14) sorted by null

  /system/update_engine/binder_bindings/android/brillo/
IUpdateEngine.aidl 38 String GetPrevVersion();
  /system/update_engine/client_library/include/update_engine/
client.h 93 virtual bool GetPrevVersion(std::string* prev_version) const = 0;
  /system/update_engine/
dbus_service.cc 136 bool DBusUpdateEngineService::GetPrevVersion(ErrorPtr* error,
138 return common_->GetPrevVersion(error, out_prev_version);
common_service.h 133 bool GetPrevVersion(brillo::ErrorPtr* error, std::string* out_prev_version);
binder_service_brillo.h 83 android::binder::Status GetPrevVersion(
dbus_service.h 132 bool GetPrevVersion(brillo::ErrorPtr* error,
binder_service_brillo.cc 167 Status BinderUpdateEngineBrilloService::GetPrevVersion(
171 CallCommonHandler(&UpdateEngineService::GetPrevVersion, &version_string);
common_service.cc 323 bool UpdateEngineService::GetPrevVersion(ErrorPtr* /* error */,
325 *out_prev_version = system_state_->update_attempter()->GetPrevVersion();
update_attempter.h 199 std::string const& GetPrevVersion() const { return prev_version_; }
update_engine_client.cc 526 if (!client_->GetPrevVersion(&prev_version)) {
  /system/update_engine/client_library/
client_binder.h 71 bool GetPrevVersion(std::string* prev_version) const override;
client_dbus.h 65 bool GetPrevVersion(std::string* prev_version) const override;
client_binder.cc 122 bool BinderUpdateEngineClient::GetPrevVersion(string* prev_version) const {
125 if (!service_->GetPrevVersion(&out_as_string16).isOk())
client_dbus.cc 109 bool DBusUpdateEngineClient::GetPrevVersion(string* prev_version) const {
110 return proxy_->GetPrevVersion(prev_version, nullptr);

Completed in 224 milliseconds