Home
last modified time | relevance | path

Searched refs:kPrefsUpdateCompletedOnBootId (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/aosp/
Dupdate_attempter_android.cc829 prefs_->SetString(kPrefsUpdateCompletedOnBootId, boot_id)); in WriteUpdateCompletedMarker()
837 TEST_AND_RETURN_FALSE(prefs_->Delete(kPrefsUpdateCompletedOnBootId)); in ClearUpdateCompletedMarker()
850 return (prefs_->Exists(kPrefsUpdateCompletedOnBootId) && in UpdateCompletedOnThisBoot()
851 prefs_->GetString(kPrefsUpdateCompletedOnBootId, in UpdateCompletedOnThisBoot()
976 auto slot_switch_attempted = prefs_->Exists(kPrefsUpdateCompletedOnBootId); in GetOTAUpdateResult()
1006 prefs_->GetString(kPrefsUpdateCompletedOnBootId, &slot_switch_indicator); in UpdateStateAfterReboot()
/system/update_engine/common/
Dconstants.h118 static constexpr const auto& kPrefsUpdateCompletedOnBootId = variable