Home
last modified time | relevance | path

Searched refs:kPrefsOmahaEolDate (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/common/
Dconstants.cc62 const char kPrefsOmahaEolDate[] = "omaha-eol-date"; variable
Dconstants.h67 extern const char kPrefsOmahaEolDate[];
/system/update_engine/cros/
Dupdate_attempter.cc1462 if (SystemState::Get()->prefs()->Exists(kPrefsOmahaEolDate) && in GetStatus()
1463 !SystemState::Get()->prefs()->GetString(kPrefsOmahaEolDate, in GetStatus()
Domaha_request_action_unittest.cc3051 EXPECT_TRUE(FakeSystemState::Get()->prefs()->GetString(kPrefsOmahaEolDate, in TEST_F()
3066 FakeSystemState::Get()->prefs()->SetString(kPrefsOmahaEolDate, kDate); in TEST_F()
3071 EXPECT_TRUE(FakeSystemState::Get()->prefs()->GetString(kPrefsOmahaEolDate, in TEST_F()
3088 EXPECT_TRUE(FakeSystemState::Get()->prefs()->GetString(kPrefsOmahaEolDate, in TEST_F()
Dupdate_attempter_unittest.cc2257 EXPECT_TRUE(prefs_->SetString(kPrefsOmahaEolDate, EolDateToString(eol_date))); in TEST_F()
2265 EXPECT_TRUE(prefs_->SetString(kPrefsOmahaEolDate, EolDateToString(eol_date))); in TEST_F()
Domaha_request_action.cc752 kPrefsOmahaEolDate, platform_app.updatecheck.eol_date)) { in PersistEolInfo()