Searched refs:kPrefsPingLastRollcall (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/common/ |
D | constants.cc | 71 const char kPrefsPingLastRollcall[] = "date_last_rollcall"; variable
|
D | constants.h | 72 extern const char kPrefsPingLastRollcall[];
|
/system/update_engine/ |
D | update_attempter_unittest.cc | 2407 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastRollcall}); in TEST_F() 2448 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastRollcall}); in TEST_F() 2481 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastRollcall}); in TEST_F() 2510 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastRollcall}); in TEST_F() 2549 kPrefsPingActive, kPrefsPingLastActive, kPrefsPingLastRollcall}; in TEST_F()
|
D | update_attempter.cc | 666 {kPrefsPingActive, kPrefsPingLastActive, kPrefsPingLastRollcall}) { in ResetDlcPrefs() 754 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastRollcall}); in CalculateDlcParams()
|
D | omaha_request_action.cc | 431 prefs->CreateSubKey({kDlcPrefsSubDir, dlc_id, kPrefsPingLastRollcall}); in StorePingReply()
|
D | omaha_request_action_unittest.cc | 467 {kDlcPrefsSubDir, dlc_id_, kPrefsPingLastRollcall}); in SetUp()
|