Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc73 const char kPrefsPingLastRollcall[] = "date_last_rollcall"; variable
Dconstants.h75 extern const char kPrefsPingLastRollcall[];
/system/update_engine/cros/
Dupdate_attempter_unittest.cc2295 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastRollcall}); in TEST_F()
2334 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastRollcall}); in TEST_F()
2365 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastRollcall}); in TEST_F()
2392 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastRollcall}); in TEST_F()
2427 kPrefsPingActive, kPrefsPingLastActive, kPrefsPingLastRollcall}; in TEST_F()
2451 string key2 = kPrefsPingLastRollcall; in TEST_F()
Dupdate_attempter.cc623 {kPrefsPingActive, kPrefsPingLastActive, kPrefsPingLastRollcall}) { in ResetDlcPrefs()
723 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastRollcall}); in CalculateDlcParams()
Domaha_request_action.cc492 prefs->CreateSubKey({kDlcPrefsSubDir, dlc_id, kPrefsPingLastRollcall}); in StorePingReply()
Domaha_request_action_unittest.cc486 {kDlcPrefsSubDir, dlc_id_, kPrefsPingLastRollcall}); in SetUp()