/external/webrtc/pc/test/ |
D | fake_peer_connection_for_stats.h | 137 const std::string& transport_name) { in AddVoiceChannel() 155 const std::string& transport_name) { in AddVideoChannel() 187 void SetTransportStats(const std::string& transport_name, in SetTransportStats() 195 const std::string& transport_name, in SetTransportStats() 206 const std::string& transport_name, in SetLocalCertificate() 211 void SetRemoteCertChain(const std::string& transport_name, in SetRemoteCertChain() 290 for (const std::string& transport_name : transport_names) { in GetTransportStatsByNames() local 300 const std::string& transport_name, in GetLocalCertificate() 312 const std::string& transport_name) override { in GetRemoteSSLCertChain() 323 const std::string& transport_name) { in GetTransportStatsByName()
|
D | fake_peer_connection_base.h | 277 const std::string& transport_name, in GetLocalCertificate() 283 const std::string& transport_name) override { in GetRemoteSSLCertChain()
|
/external/webrtc/pc/ |
D | jsep_transport_controller.cc | 304 const std::string& transport_name, in AddRemoteCandidates() 351 const std::string& transport_name = kv.first; in RemoveRemoteCandidates() local 373 bool JsepTransportController::GetStats(const std::string& transport_name, in GetStats() 421 JsepTransportController::CreateIceTransport(const std::string& transport_name, in CreateIceTransport() 488 const std::string& transport_name, in CreateUnencryptedRtpTransport() 503 const std::string& transport_name, in CreateSdesTransport() 522 const std::string& transport_name, in CreateDtlsSrtpTransport() 951 const std::string& transport_name) { in GetJsepTransportByName() 1154 std::string transport_name = transport->transport_name(); in OnTransportCandidateGathered_n() local
|
D | transport_stats.h | 43 std::string transport_name; member
|
D | channel.h | 102 const std::string& transport_name() const override { return transport_name_; } in transport_name() function 166 void set_transport_name_for_testing(const std::string& transport_name) { in set_transport_name_for_testing()
|
D | dtls_srtp_transport.cc | 51 const std::string transport_name = in SetDtlsTransports() local
|
D | composite_rtp_transport.cc | 88 const std::string& CompositeRtpTransport::transport_name() const { in transport_name() function in webrtc::CompositeRtpTransport
|
D | rtc_stats_collector.h | 151 absl::optional<std::string> transport_name; member
|
D | rtp_transport.cc | 35 const std::string& RtpTransport::transport_name() const { in transport_name() function in webrtc::RtpTransport
|
D | rtc_stats_collector.cc | 75 const std::string& transport_name, in RTCTransportStatsIDFromTransportChannel() 1357 const std::string& transport_name = entry.first; in ProduceIceCandidateAndPairStats_n() local 1777 const std::string& transport_name = entry.first; in ProduceTransportStats_n() local 1876 const std::string& transport_name = entry.first; in PrepareTransportCertificateStats_n() local
|
D | jsep_session_description.cc | 338 const std::string& transport_name = candidate.transport_name(); in GetMediasectionIndex() local
|
D | jsep_transport_controller_unittest.cc | 48 const std::string& transport_name, in CreateIceTransport() 218 Candidate CreateCandidate(const std::string& transport_name, int component) { in CreateCandidate() 301 void OnCandidatesGathered(const std::string& transport_name, in OnCandidatesGathered()
|
D | stats_collector.cc | 840 const std::string& transport_name = entry.first; in ExtractSessionInfo() local 965 std::string transport_name; member in webrtc::__anon395824f90311::MediaChannelStatsGatherer
|
D | peer_connection.cc | 6075 absl::optional<std::string> transport_name = sctp_transport_name(); in GetTransportNamesByMid() local 6093 for (const std::string& transport_name : transport_names) { in GetTransportStatsByNames() local 6108 const std::string& transport_name, in GetLocalCertificate() 6118 const std::string& transport_name) { in GetRemoteSSLCertChain() 6192 const std::string& transport_name, in OnTransportControllerCandidatesGathered() 6924 std::string transport_name = GetTransportName(result.value()->name); in ReadyToUseRemoteCandidate() local 6948 const std::string& transport_name = in ReportTransportStats() local 6959 absl::optional<std::string> transport_name = sctp_transport_name(); in ReportTransportStats() local 6966 const std::string& transport_name = entry.first; in ReportTransportStats() local
|
/external/webrtc/p2p/base/ |
D | fake_packet_transport.h | 26 explicit FakePacketTransport(const std::string& transport_name) in FakePacketTransport() 62 const std::string& transport_name() const override { return transport_name_; } in transport_name() function
|
D | default_ice_transport_factory.cc | 43 const std::string& transport_name, in CreateIceTransport()
|
D | mock_ice_transport.h | 57 const std::string& transport_name() const override { return transport_name_; } in transport_name() function
|
D | p2p_transport_channel.cc | 124 P2PTransportChannel::P2PTransportChannel(const std::string& transport_name, in P2PTransportChannel() 134 const std::string& transport_name, in P2PTransportChannel() 341 const std::string& P2PTransportChannel::transport_name() const { in transport_name() function in cricket::P2PTransportChannel
|
D | fake_dtls_transport.h | 131 const std::string& transport_name() const override { return transport_name_; } in transport_name() function
|
D | fake_ice_transport.h | 111 const std::string& transport_name() const override { return name_; } in transport_name() function
|
D | dtls_transport.cc | 154 const std::string& DtlsTransport::transport_name() const { in transport_name() function in cricket::DtlsTransport
|
/external/webrtc/api/ |
D | candidate.h | 142 const std::string& transport_name() const { return transport_name_; } in transport_name() function 143 void set_transport_name(const std::string& transport_name) { in set_transport_name()
|
/external/grpc-grpc/test/core/channel/ |
D | minimal_stack_is_minimal_test.cc | 115 static int check_stack(const char* file, int line, const char* transport_name, in check_stack()
|
/external/grpc-grpc/src/core/ext/filters/http/client/ |
D | http_client_filter.cc | 489 const char* transport_name) { in user_agent_from_args()
|
/external/webrtc/call/ |
D | rtp_transport_controller_send.cc | 278 const std::string& transport_name, in OnNetworkRouteChanged()
|