Searched refs:GetPersistedValue (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/
H A Dpayload_state.cc785 int64_t PayloadState::GetPersistedValue(const string& key) { function in class:chromeos_update_engine::PayloadState
847 SetPayloadAttemptNumber(GetPersistedValue(kPrefsPayloadAttemptNumber));
851 SetFullPayloadAttemptNumber(GetPersistedValue(
872 SetUrlIndex(GetPersistedValue(kPrefsCurrentUrlIndex));
888 TimeDelta::FromSeconds(GetPersistedValue(kPrefsWallClockWaitPeriod)));
905 SetUrlSwitchCount(GetPersistedValue(kPrefsUrlSwitchCount));
916 SetUrlFailureCount(GetPersistedValue(kPrefsCurrentUrlFailureCount));
1050 SetNumReboots(GetPersistedValue(kPrefsNumReboots));
1102 SetCurrentBytesDownloaded(source, GetPersistedValue(key), true);
1126 SetTotalBytesDownloaded(source, GetPersistedValue(ke
[all...]
H A Dpayload_state.h241 int64_t GetPersistedValue(const std::string& key);

Completed in 56 milliseconds