Searched refs:GetPrevVersion (Results 1 – 9 of 9) sorted by relevance
93 virtual bool GetPrevVersion(std::string* prev_version) const = 0;
142 bool DBusUpdateEngineClient::GetPrevVersion(string* prev_version) const { in GetPrevVersion() function in update_engine::internal::DBusUpdateEngineClient143 return proxy_->GetPrevVersion(prev_version, nullptr); in GetPrevVersion()
67 bool GetPrevVersion(std::string* prev_version) const override;
180 bool DBusUpdateEngineService::GetPrevVersion(ErrorPtr* error, in GetPrevVersion() function in chromeos_update_engine::DBusUpdateEngineService182 return common_->GetPrevVersion(error, out_prev_version); in GetPrevVersion()
154 bool GetPrevVersion(brillo::ErrorPtr* error, std::string* out_prev_version);
385 bool UpdateEngineService::GetPrevVersion(ErrorPtr* /* error */, in GetPrevVersion() function in chromeos_update_engine::UpdateEngineService387 *out_prev_version = system_state_->update_attempter()->GetPrevVersion(); in GetPrevVersion()
146 bool GetPrevVersion(brillo::ErrorPtr* error,
205 const std::string& GetPrevVersion() const { return prev_version_; } in GetPrevVersion() function
534 if (!client_->GetPrevVersion(&prev_version)) { in ProcessFlags()