Searched refs:kPrefsPingLastActive (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/common/ |
D | constants.cc | 72 const char kPrefsPingLastActive[] = "date_last_active"; variable
|
D | constants.h | 74 extern const char kPrefsPingLastActive[];
|
/system/update_engine/cros/ |
D | update_attempter_unittest.cc | 2292 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastActive}); in TEST_F() 2332 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastActive}); in TEST_F() 2363 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastActive}); in TEST_F() 2390 {kDlcPrefsSubDir, dlc_id, kPrefsPingLastActive}); in TEST_F() 2427 kPrefsPingActive, kPrefsPingLastActive, kPrefsPingLastRollcall}; in TEST_F()
|
D | update_attempter.cc | 623 {kPrefsPingActive, kPrefsPingLastActive, kPrefsPingLastRollcall}) { in ResetDlcPrefs() 719 prefs_->CreateSubKey({kDlcPrefsSubDir, dlc_id, kPrefsPingLastActive}); in CalculateDlcParams()
|
D | omaha_request_action.cc | 501 prefs->CreateSubKey({kDlcPrefsSubDir, dlc_id, kPrefsPingLastActive}); in StorePingReply()
|
D | omaha_request_action_unittest.cc | 484 {kDlcPrefsSubDir, dlc_id_, kPrefsPingLastActive}); in SetUp()
|