Lines Matching refs:SetInt64

654   prefs_->SetInt64(kPrefsDeltaUpdateFailures,  in TEST_F()
658 prefs_->SetInt64(kPrefsDeltaUpdateFailures, in TEST_F()
669 EXPECT_TRUE(prefs_->SetInt64(kPrefsDeltaUpdateFailures, -1)); in TEST_F()
679 EXPECT_TRUE(prefs_->SetInt64(kPrefsDeltaUpdateFailures, in TEST_F()
1103 EXPECT_TRUE(fake_prefs->SetInt64(kPrefsUpdateCheckCount, initial_value)); in DecrementUpdateCheckCountTestStart()
1133 EXPECT_TRUE(fake_prefs->SetInt64(kPrefsUpdateCheckCount, initial_value)); in DecrementUpdateCheckCountTestStart()
1159 fake_prefs->SetInt64(kPrefsWallClockScatteringWaitPeriod, initial_value)); in NoScatteringDoneDuringManualUpdateTestStart()
1160 EXPECT_TRUE(fake_prefs->SetInt64(kPrefsUpdateCheckCount, initial_value)); in NoScatteringDoneDuringManualUpdateTestStart()
1197 prefs_->SetInt64(kPrefsWallClockScatteringWaitPeriod, initial_value)); in SetUpStagingTest()
1198 EXPECT_TRUE(prefs_->SetInt64(kPrefsUpdateCheckCount, initial_value)); in SetUpStagingTest()
1931 FakeSystemState::Get()->fake_prefs()->SetInt64( in TEST_F()
1956 FakeSystemState::Get()->fake_prefs()->SetInt64( in TEST_F()
2367 FakeSystemState::Get()->prefs()->SetInt64(active_key, 1); in TEST_F()
2368 FakeSystemState::Get()->prefs()->SetInt64(last_active_key, 78); in TEST_F()
2369 FakeSystemState::Get()->prefs()->SetInt64(last_rollcall_key, 99); in TEST_F()
2393 FakeSystemState::Get()->prefs()->SetInt64(active_key, kPingInactiveValue); in TEST_F()
2394 FakeSystemState::Get()->prefs()->SetInt64(last_active_key, 0); in TEST_F()
2395 FakeSystemState::Get()->prefs()->SetInt64(last_rollcall_key, 0); in TEST_F()
2430 FakeSystemState::Get()->prefs()->SetInt64(key, 1); in TEST_F()