Home
last modified time | relevance | path

Searched refs:kPrefsP2PFirstAttemptTimestamp (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/update_engine/common/
H A Dconstants.cc64 const char kPrefsP2PFirstAttemptTimestamp[] = "p2p-first-attempt-timestamp"; variable
H A Dconstants.h69 extern const char kPrefsP2PFirstAttemptTimestamp[];
/aosp12/system/update_engine/cros/
H A Dpayload_state.cc1381 prefs_->SetInt64(kPrefsP2PFirstAttemptTimestamp, stored_value); in SetP2PFirstAttemptTimestamp()
1386 GetPersistedValue(kPrefsP2PFirstAttemptTimestamp, prefs_); in LoadP2PFirstAttemptTimestamp()