Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc72 const char kPrefsPingLastActive[] = "date_last_active"; variable
Dconstants.h74 extern const char kPrefsPingLastActive[];
/system/update_engine/cros/
Dupdate_attempter_unittest.cc2292 {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()
Dupdate_attempter.cc623 {kPrefsPingActive, kPrefsPingLastActive, kPrefsPingLastRollcall}) { in ResetDlcPrefs()
719 prefs_->CreateSubKey({kDlcPrefsSubDir, dlc_id, kPrefsPingLastActive}); in CalculateDlcParams()
Domaha_request_action.cc501 prefs->CreateSubKey({kDlcPrefsSubDir, dlc_id, kPrefsPingLastActive}); in StorePingReply()
Domaha_request_action_unittest.cc484 {kDlcPrefsSubDir, dlc_id_, kPrefsPingLastActive}); in SetUp()