Searched refs:kPrefsPingLastActive (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/common/ |
D | constants.cc | 70 const char kPrefsPingLastActive[] = "date_last_active"; variable
|
D | constants.h | 71 extern const char kPrefsPingLastActive[];
|
/system/update_engine/ |
D | update_attempter_unittest.cc | 2404 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastActive}); in TEST_F() 2446 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastActive}); in TEST_F() 2479 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastActive}); in TEST_F() 2508 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastActive}); in TEST_F() 2549 kPrefsPingActive, kPrefsPingLastActive, kPrefsPingLastRollcall}; in TEST_F()
|
D | update_attempter.cc | 666 {kPrefsPingActive, kPrefsPingLastActive, kPrefsPingLastRollcall}) { in ResetDlcPrefs() 750 prefs->CreateSubKey({kDlcPrefsSubDir, dlc_id, kPrefsPingLastActive}); in CalculateDlcParams()
|
D | omaha_request_action.cc | 440 prefs->CreateSubKey({kDlcPrefsSubDir, dlc_id, kPrefsPingLastActive}); in StorePingReply()
|
D | omaha_request_action_unittest.cc | 465 {kDlcPrefsSubDir, dlc_id_, kPrefsPingLastActive}); in SetUp()
|