Searched refs:low_entropy_source (Results 1 – 6 of 6) sorted by relevance
46 static const int low_entropy_source = in GenerateLowEntropySource()48 return low_entropy_source; in GenerateLowEntropySource()108 int low_entropy_source, in SetExternalPrefs() argument124 local_state->SetInteger(prefs::kMetricsLowEntropySource, low_entropy_source); in SetExternalPrefs()152 int low_entropy_source = GetOldLowEntropySource(); in GetHighEntropySource() local153 if (low_entropy_source == kLowEntropySourceNotSet) in GetHighEntropySource()154 low_entropy_source = GetLowEntropySource(); in GetHighEntropySource()156 return initial_client_id + base::NumberToString(low_entropy_source); in GetHighEntropySource()
41 EXPECT_EQ(new_low_source, system_profile.low_entropy_source()); in TEST_F()
41 int low_entropy_source,
367 int low_entropy_source = state_manager->GetLowEntropySource(); in TEST_F() local389 EXPECT_EQ(state_manager->GetLowEntropySource(), low_entropy_source); in TEST_F()
126 optional int32 low_entropy_source = 31; field135 // A pseudo low entropy value. The actual low_entropy_source value is used for138 // pseudo low entropy value is generated identically to low_entropy_source,
8019 int32_t low_entropy_source() const; in Swap()15140 inline int32_t SystemProfileProto::low_entropy_source() const { in low_entropy_source() function