Home
last modified time | relevance | path

Searched refs:SessionId (Results 1 – 4 of 4) 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()
/external/perfetto/src/tracing/core/
Dtracing_service_impl_unittest.cc1874 TEST_F(TracingServiceImplTest, SessionId) { in TEST_F() argument