Searched refs:new_low_source (Results 1 – 2 of 2) sorted by relevance
57 int new_low_source = entropy_state.GetLowEntropySource(); in TEST_F() local58 EXPECT_TRUE(EntropyState::IsValidLowEntropySource(new_low_source)) in TEST_F()59 << new_low_source; in TEST_F()69 EXPECT_TRUE(base::EndsWith(high_source, base::NumberToString(new_low_source), in TEST_F()76 const int new_low_source = 1234; in TEST_F() local77 prefs_.SetInteger(prefs::kMetricsLowEntropySource, new_low_source); in TEST_F()81 EXPECT_EQ(new_low_source, entropy_state.GetLowEntropySource()); in TEST_F()88 EXPECT_TRUE(base::EndsWith(high_source, base::NumberToString(new_low_source), in TEST_F()101 int new_low_source = entropy_state.GetLowEntropySource(); in TEST_F() local102 EXPECT_TRUE(EntropyState::IsValidLowEntropySource(new_low_source)) in TEST_F()[all …]
29 const int new_low_source = 1234; in TEST_F() local32 prefs_.SetInteger(prefs::kMetricsLowEntropySource, new_low_source); in TEST_F()41 EXPECT_EQ(new_low_source, system_profile.low_entropy_source()); in TEST_F()