Home
last modified time | relevance | path

Searched refs:GetHighEntropySource (Results 1 – 5 of 5) sorted by relevance

/external/cronet/components/metrics/
Dentropy_state_unittest.cc67 std::string high_source = entropy_state.GetHighEntropySource( in TEST_F()
86 std::string high_source = entropy_state.GetHighEntropySource( in TEST_F()
107 std::string high_source = entropy_state.GetHighEntropySource( in TEST_F()
131 std::string high_source = entropy_state.GetHighEntropySource( in TEST_F()
Dentropy_state.h38 std::string GetHighEntropySource(const std::string& initial_client_id);
Dmetrics_state_manager.cc546 GetHighEntropySource(), in CreateEntropyProviders()
623 std::string MetricsStateManager::GetHighEntropySource() { in GetHighEntropySource() function in metrics::MetricsStateManager
634 return entropy_state_.GetHighEntropySource(initial_client_id_); in GetHighEntropySource()
Dentropy_state.cc84 std::string EntropyState::GetHighEntropySource( in GetHighEntropySource() function in metrics::EntropyState
Dmetrics_state_manager.h302 std::string GetHighEntropySource();