Searched refs:kPrefsUpdateCompletedOnBootId (Results 1 – 5 of 5) sorted by relevance
86 const char kPrefsUpdateCompletedOnBootId[] = "update-completed-on-boot-id"; variable
87 extern const char kPrefsUpdateCompletedOnBootId[];
384 if (!prefs_->Delete(kPrefsUpdateCompletedOnBootId)) in ResetStatus()766 prefs_->SetString(kPrefsUpdateCompletedOnBootId, boot_id); in WriteUpdateCompletedMarker()778 return (prefs_->Exists(kPrefsUpdateCompletedOnBootId) && in UpdateCompletedOnThisBoot()779 prefs_->GetString(kPrefsUpdateCompletedOnBootId, in UpdateCompletedOnThisBoot()
1061 prefs_->SetString(kPrefsUpdateCompletedOnBootId, boot_id); in WriteUpdateCompletedMarker()1463 ret_value = prefs_->Delete(kPrefsUpdateCompletedOnBootId) && ret_value; in ResetStatus()1821 if (!prefs_->Exists(kPrefsUpdateCompletedOnBootId) || in GetBootTimeAtUpdate()1822 !prefs_->GetString(kPrefsUpdateCompletedOnBootId, in GetBootTimeAtUpdate()
647 fake_prefs.SetString(kPrefsUpdateCompletedOnBootId, boot_id); in TEST_F()