Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc70 const char kPrefsPingLastActive[] = "date_last_active"; variable
Dconstants.h71 extern const char kPrefsPingLastActive[];
/system/update_engine/
Dupdate_attempter_unittest.cc2404 {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()
Dupdate_attempter.cc666 {kPrefsPingActive, kPrefsPingLastActive, kPrefsPingLastRollcall}) { in ResetDlcPrefs()
750 prefs->CreateSubKey({kDlcPrefsSubDir, dlc_id, kPrefsPingLastActive}); in CalculateDlcParams()
Domaha_request_action.cc440 prefs->CreateSubKey({kDlcPrefsSubDir, dlc_id, kPrefsPingLastActive}); in StorePingReply()
Domaha_request_action_unittest.cc465 {kDlcPrefsSubDir, dlc_id_, kPrefsPingLastActive}); in SetUp()