Searched refs:new_low_source (Results 1 – 2 of 2) sorted by relevance
59 int new_low_source = entropy_state.GetLowEntropySource(); in TEST_F() local60 EXPECT_TRUE(EntropyState::IsValidLowEntropySource(new_low_source)) in TEST_F()61 << new_low_source; in TEST_F()71 EXPECT_TRUE(base::EndsWith(high_source, base::NumberToString(new_low_source), in TEST_F()79 const int new_low_source = 1234; in TEST_F() local80 prefs_.SetInteger(prefs::kMetricsLowEntropySource, new_low_source); in TEST_F()84 EXPECT_EQ(new_low_source, entropy_state.GetLowEntropySource()); in TEST_F()91 EXPECT_TRUE(base::EndsWith(high_source, base::NumberToString(new_low_source), in TEST_F()105 int new_low_source = entropy_state.GetLowEntropySource(); in TEST_F() local106 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()