Searched refs:kPrefsPingLastRollcall (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/common/ |
D | constants.cc | 73 const char kPrefsPingLastRollcall[] = "date_last_rollcall"; variable
|
D | constants.h | 75 extern const char kPrefsPingLastRollcall[];
|
/system/update_engine/cros/ |
D | update_attempter_unittest.cc | 2295 {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()
|
D | update_attempter.cc | 623 {kPrefsPingActive, kPrefsPingLastActive, kPrefsPingLastRollcall}) { in ResetDlcPrefs() 723 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastRollcall}); in CalculateDlcParams()
|
D | omaha_request_action.cc | 492 prefs->CreateSubKey({kDlcPrefsSubDir, dlc_id, kPrefsPingLastRollcall}); in StorePingReply()
|
D | omaha_request_action_unittest.cc | 486 {kDlcPrefsSubDir, dlc_id_, kPrefsPingLastRollcall}); in SetUp()
|