Searched refs:target_version_uid (Results 1 - 5 of 5) sorted by relevance

/system/update_engine/
H A Dmock_payload_state.h48 void(const std::string& target_version_uid));
H A Dpayload_state_interface.h85 // UpdateSuccess(). |target_version_uid| is an unique identifier of the
89 const std::string& target_version_uid) = 0;
H A Dpayload_state.h62 void ExpectRebootInNewVersion(const std::string& target_version_uid) override;
H A Dpayload_state.cc1284 void PayloadState::ExpectRebootInNewVersion(const string& target_version_uid) { argument
1295 stored_target_version_uid == target_version_uid) {
1299 prefs_->SetString(kPrefsTargetVersionUniqueId, target_version_uid);
H A Dupdate_attempter.cc971 const string target_version_uid = local
977 target_version_uid);

Completed in 121 milliseconds