Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc89 const char kPrefsUpdateCompletedOnBootId[] = "update-completed-on-boot-id"; variable
Dconstants.h92 extern const char kPrefsUpdateCompletedOnBootId[];
/system/update_engine/aosp/
Dupdate_attempter_android.cc408 if (!prefs_->Delete(kPrefsUpdateCompletedOnBootId)) in ResetStatus()
789 prefs_->SetString(kPrefsUpdateCompletedOnBootId, boot_id); in WriteUpdateCompletedMarker()
801 return (prefs_->Exists(kPrefsUpdateCompletedOnBootId) && in UpdateCompletedOnThisBoot()
802 prefs_->GetString(kPrefsUpdateCompletedOnBootId, in UpdateCompletedOnThisBoot()
/system/update_engine/cros/
Dupdate_attempter.cc1016 prefs_->SetString(kPrefsUpdateCompletedOnBootId, boot_id); in WriteUpdateCompletedMarker()
1416 ret_value = prefs_->Delete(kPrefsUpdateCompletedOnBootId) && ret_value; in ResetStatus()
1789 if (!prefs_->Exists(kPrefsUpdateCompletedOnBootId) || in GetBootTimeAtUpdate()
1790 !prefs_->GetString(kPrefsUpdateCompletedOnBootId, in GetBootTimeAtUpdate()
Dupdate_attempter_unittest.cc616 FakeSystemState::Get()->fake_prefs()->SetString(kPrefsUpdateCompletedOnBootId, in TEST_F()