Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc48 const char kPrefsLastActivePingDay[] = "last-active-ping-day"; variable
Dconstants.h55 extern const char kPrefsLastActivePingDay[];
/system/update_engine/cros/
Domaha_request_action_unittest.cc1932 EXPECT_CALL(prefs, GetInt64(kPrefsLastActivePingDay, _)) in PingTest()
1974 EXPECT_CALL(prefs, GetInt64(kPrefsLastActivePingDay, _)) in TEST_F()
1999 EXPECT_CALL(prefs, GetInt64(kPrefsLastActivePingDay, _)) in TEST_F()
2024 EXPECT_CALL(prefs, GetInt64(kPrefsLastActivePingDay, _)) in TEST_F()
2030 EXPECT_CALL(prefs, SetInt64(kPrefsLastActivePingDay, _)) in TEST_F()
2049 EXPECT_CALL(prefs, GetInt64(kPrefsLastActivePingDay, _)) in TEST_F()
2053 EXPECT_CALL(prefs, SetInt64(kPrefsLastActivePingDay, _)).Times(0); in TEST_F()
2075 EXPECT_CALL(prefs, GetInt64(kPrefsLastActivePingDay, _)) in TEST_F()
2079 EXPECT_CALL(prefs, SetInt64(kPrefsLastActivePingDay, _)) in TEST_F()
2110 SetInt64(kPrefsLastActivePingDay, in TEST_F()
[all …]
Domaha_request_action.cc385 ping_active_days_ = CalculatePingDays(kPrefsLastActivePingDay); in InitPingDays()
589 prefs->SetInt64(kPrefsLastActivePingDay, daystart.ToInternalValue()); in UpdateLastPingDays()
Dupdate_attempter.cc1719 MoveToPrefs({kPrefsLastRollCallPingDay, kPrefsLastActivePingDay}); in UpdateEngineStarted()
Dupdate_attempter_unittest.cc2450 string key1 = kPrefsLastActivePingDay; in TEST_F()