Searched refs:ProbeControllerConfig (Results 1 – 2 of 2) sorted by relevance
30 struct ProbeControllerConfig { struct31 explicit ProbeControllerConfig(const WebRtcKeyValueConfig* key_value_config);32 ProbeControllerConfig(const ProbeControllerConfig&);33 ProbeControllerConfig& operator=(const ProbeControllerConfig&) = default; argument34 ~ProbeControllerConfig();145 ProbeControllerConfig config_;
93 ProbeControllerConfig::ProbeControllerConfig( in ProbeControllerConfig() function in webrtc::ProbeControllerConfig126 ProbeControllerConfig::ProbeControllerConfig(const ProbeControllerConfig&) =128 ProbeControllerConfig::~ProbeControllerConfig() = default;140 config_(ProbeControllerConfig(key_value_config)) { in ProbeController()