Home
last modified time | relevance | path

Searched refs:SessionId (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel.h122 const std::string SessionId() const override { return channel_->SessionId(); } in SessionId() function
Dtransportchannel.h68 virtual const std::string SessionId() const { return std::string(); } in SessionId() function
Dp2ptransportchannel.cc425 SessionId(), transport_name(), component(), ice_ufrag_, ice_pwd_)); in MaybeStartGathering()