Home
last modified time | relevance | path

Searched refs:logging_label_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dsslsocketfactory.cc144 if (!logging_label_.empty() && binary_mode_) { in CreateProxySocket()
146 logging_label_.c_str(), binary_mode_); in CreateProxySocket()
186 if (!logging_label_.empty() && !binary_mode_) { in CreateProxySocket()
188 logging_label_.c_str(), binary_mode_); in CreateProxySocket()
Dsslsocketfactory.h49 logging_label_ = label;
68 std::string hostname_, logging_label_; variable