Home
last modified time | relevance | path

Searched defs:transport_name (Results 1 – 25 of 34) sorted by relevance

12

/external/webrtc/pc/test/
Dfake_peer_connection_for_stats.h137 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()
Dfake_peer_connection_base.h277 const std::string& transport_name, in GetLocalCertificate()
283 const std::string& transport_name) override { in GetRemoteSSLCertChain()
/external/webrtc/pc/
Djsep_transport_controller.cc304 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
Dtransport_stats.h43 std::string transport_name; member
Dchannel.h102 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()
Ddtls_srtp_transport.cc51 const std::string transport_name = in SetDtlsTransports() local
Dcomposite_rtp_transport.cc88 const std::string& CompositeRtpTransport::transport_name() const { in transport_name() function in webrtc::CompositeRtpTransport
Drtc_stats_collector.h151 absl::optional<std::string> transport_name; member
Drtp_transport.cc35 const std::string& RtpTransport::transport_name() const { in transport_name() function in webrtc::RtpTransport
Drtc_stats_collector.cc75 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
Djsep_session_description.cc338 const std::string& transport_name = candidate.transport_name(); in GetMediasectionIndex() local
Djsep_transport_controller_unittest.cc48 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()
Dstats_collector.cc840 const std::string& transport_name = entry.first; in ExtractSessionInfo() local
965 std::string transport_name; member in webrtc::__anon395824f90311::MediaChannelStatsGatherer
Dpeer_connection.cc6075 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/
Dfake_packet_transport.h26 explicit FakePacketTransport(const std::string& transport_name) in FakePacketTransport()
62 const std::string& transport_name() const override { return transport_name_; } in transport_name() function
Ddefault_ice_transport_factory.cc43 const std::string& transport_name, in CreateIceTransport()
Dmock_ice_transport.h57 const std::string& transport_name() const override { return transport_name_; } in transport_name() function
Dp2p_transport_channel.cc124 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
Dfake_dtls_transport.h131 const std::string& transport_name() const override { return transport_name_; } in transport_name() function
Dfake_ice_transport.h111 const std::string& transport_name() const override { return name_; } in transport_name() function
Ddtls_transport.cc154 const std::string& DtlsTransport::transport_name() const { in transport_name() function in cricket::DtlsTransport
/external/webrtc/api/
Dcandidate.h142 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/
Dminimal_stack_is_minimal_test.cc115 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/
Dhttp_client_filter.cc489 const char* transport_name) { in user_agent_from_args()
/external/webrtc/call/
Drtp_transport_controller_send.cc278 const std::string& transport_name, in OnNetworkRouteChanged()

12