• Home
  • Raw
  • Download

Lines Matching refs:SetInt64

933   fake_prefs_->SetInt64(kPrefsUpdateOverCellularTargetSize, diff_size);  in TEST_F()
967 fake_prefs_->SetInt64(kPrefsUpdateOverCellularTargetSize, new_size); in TEST_F()
1210 ASSERT_TRUE(fake_prefs_->SetInt64(kPrefsUpdateCheckCount, 5)); in TEST_F()
1232 ASSERT_TRUE(fake_prefs_->SetInt64(kPrefsUpdateCheckCount, 5)); in TEST_F()
1247 ASSERT_TRUE(fake_prefs_->SetInt64(kPrefsWallClockStagingWaitPeriod, 6)); in TEST_F()
1924 EXPECT_CALL(prefs, SetInt64(_, _)).Times(AnyNumber()); in PingTest()
1968 EXPECT_CALL(prefs, SetInt64(_, _)).Times(AnyNumber()); in TEST_F()
1993 EXPECT_CALL(prefs, SetInt64(_, _)).Times(AnyNumber()); in TEST_F()
2019 EXPECT_CALL(prefs, SetInt64(_, _)).Times(AnyNumber()); in TEST_F()
2030 EXPECT_CALL(prefs, SetInt64(kPrefsLastActivePingDay, _)) in TEST_F()
2032 EXPECT_CALL(prefs, SetInt64(kPrefsLastRollCallPingDay, _)) in TEST_F()
2053 EXPECT_CALL(prefs, SetInt64(kPrefsLastActivePingDay, _)).Times(0); in TEST_F()
2054 EXPECT_CALL(prefs, SetInt64(kPrefsLastRollCallPingDay, _)).Times(0); in TEST_F()
2070 EXPECT_CALL(prefs, SetInt64(_, _)).Times(AnyNumber()); in TEST_F()
2079 EXPECT_CALL(prefs, SetInt64(kPrefsLastActivePingDay, _)) in TEST_F()
2081 EXPECT_CALL(prefs, SetInt64(kPrefsLastRollCallPingDay, _)) in TEST_F()
2108 EXPECT_CALL(prefs, SetInt64(_, _)).Times(AnyNumber()); in TEST_F()
2110 SetInt64(kPrefsLastActivePingDay, in TEST_F()
2114 SetInt64(kPrefsLastRollCallPingDay, in TEST_F()
2133 EXPECT_CALL(prefs, SetInt64(_, _)).Times(AnyNumber()); in TEST_F()
2134 EXPECT_CALL(prefs, SetInt64(kPrefsLastActivePingDay, _)).Times(0); in TEST_F()
2135 EXPECT_CALL(prefs, SetInt64(kPrefsLastRollCallPingDay, _)).Times(0); in TEST_F()
2152 EXPECT_CALL(prefs, SetInt64(_, _)).Times(AnyNumber()); in TEST_F()
2153 EXPECT_CALL(prefs, SetInt64(kPrefsLastActivePingDay, _)).Times(0); in TEST_F()
2154 EXPECT_CALL(prefs, SetInt64(kPrefsLastRollCallPingDay, _)).Times(0); in TEST_F()
2247 fake_prefs_->SetInt64(kPrefsUpdateFirstSeenAt, t1.ToInternalValue())); in TEST_F()
2610 EXPECT_TRUE(fake_prefs_->SetInt64(kPrefsInstallDateDays, 14)); in TEST_F()
3109 fake_prefs_->SetInt64(active_key_, 0); in TEST_F()
3132 fake_prefs_->SetInt64(active_key_, 0); in TEST_F()