Home
last modified time | relevance | path

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

12

/external/webrtc/pc/test/
Dfake_peer_connection_for_stats.h93 std::string transport_name) in VoiceChannelForTesting()
105 absl::string_view transport_name() const override { in transport_name() function
122 std::string transport_name) in VideoChannelForTesting()
134 absl::string_view transport_name() const override { in transport_name() function
285 void SetTransportStats(const std::string& transport_name, in SetTransportStats()
293 const std::string& transport_name, in SetTransportStats()
304 const std::string& transport_name, in SetLocalCertificate()
309 void SetRemoteCertChain(const std::string& transport_name, in SetRemoteCertChain()
376 for (const std::string& transport_name : transport_names) { in GetTransportStatsByNames() local
386 const std::string& transport_name, in GetLocalCertificate()
[all …]
Dfake_peer_connection_base.h277 const std::string& transport_name, in GetLocalCertificate()
283 const std::string& transport_name) override { in GetRemoteSSLCertChain()
/external/python/python-api-core/tests/unit/operations_v1/
Dtest_operations_rest_client.py255 client_class, transport_class, transport_name argument
280 client_class, transport_class, transport_name argument
387 client_class, transport_class, transport_name, use_client_cert_env argument
492 client_class, transport_class, transport_name argument
523 client_class, transport_class, transport_name argument
/external/grpc-grpc/test/core/channel/
Dminimal_stack_is_minimal_test.cc61 explicit FakeTransport(absl::string_view transport_name) in FakeTransport()
84 std::vector<std::string> MakeStack(const char* transport_name, in MakeStack()
/external/webrtc/pc/
Djsep_transport_controller.cc288 const std::string& transport_name, in AddRemoteCandidates()
328 const std::string& transport_name = kv.first; in RemoveRemoteCandidates() local
350 bool JsepTransportController::GetStats(const std::string& transport_name, in GetStats()
392 JsepTransportController::CreateIceTransport(const std::string& transport_name, in CreateIceTransport()
465 const std::string& transport_name, in CreateUnencryptedRtpTransport()
480 const std::string& transport_name, in CreateSdesTransport()
499 const std::string& transport_name, in CreateDtlsSrtpTransport()
1021 const std::string& transport_name) { in GetJsepTransportByName()
Dtransport_stats.h45 std::string transport_name; member
Dchannel.h96 absl::string_view transport_name() const override { in transport_name() function
Drtc_stats_collector.h171 absl::optional<std::string> transport_name; member
Ddtls_srtp_transport.cc53 const std::string transport_name = in SetDtlsTransports() local
Drtp_transport.cc35 const std::string& RtpTransport::transport_name() const { in transport_name() function in webrtc::RtpTransport
Dpeer_connection.cc2325 for (const std::string& transport_name : transport_names) { in GetTransportStatsByNames() local
2340 const std::string& transport_name, in GetLocalCertificate()
2351 const std::string& transport_name) { in GetRemoteSSLCertChain()
2414 const std::string& transport_name, in OnTransportControllerCandidatesGathered()
2741 std::string transport_name( in ReportTransportStats() local
2759 const std::string& transport_name = entry.first; in ReportTransportStats() local
Djsep_session_description.cc361 const std::string& transport_name = candidate.transport_name(); in GetMediasectionIndex() local
Djsep_transport_collection.cc202 const std::string& transport_name) { in GetTransportByName()
Drtc_stats_collector.cc112 const std::string& transport_name, in RTCTransportStatsIDFromTransportChannel()
1661 const std::string& transport_name = entry.first; in ProduceIceCandidateAndPairStats_n() local
2171 const std::string& transport_name = entry.first; in ProduceTransportStats_n() local
2296 const std::string& transport_name = entry.first; in PrepareTransportCertificateStats_n() local
/external/webrtc/p2p/base/
Dfake_packet_transport.h25 explicit FakePacketTransport(const std::string& transport_name) in FakePacketTransport()
56 const std::string& transport_name() const override { return transport_name_; } in transport_name() function
Ddefault_ice_transport_factory.cc44 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.cc126 absl::string_view transport_name, in Create()
146 absl::string_view transport_name, in P2PTransportChannel()
162 absl::string_view transport_name, in P2PTransportChannel()
389 const std::string& P2PTransportChannel::transport_name() const { in transport_name() function in cricket::P2PTransportChannel
Dfake_ice_transport.h146 const std::string& transport_name() const override { return name_; } in transport_name() function
Dfake_dtls_transport.h139 const std::string& transport_name() const override { return transport_name_; } in transport_name() function
Ddtls_transport.cc155 const std::string& DtlsTransport::transport_name() const { in transport_name() function in cricket::DtlsTransport
/external/webrtc/api/
Dcandidate.h154 const std::string& transport_name() const { return transport_name_; } in transport_name() function
155 void set_transport_name(absl::string_view transport_name) { in set_transport_name()
/external/grpc-grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc97 absl::string_view transport_name) { in UserAgentFromArgs()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc94 Slice UserAgentFromArgs(const ChannelArgs& args, const char* transport_name) { in UserAgentFromArgs()
/external/webrtc/call/
Drtp_transport_controller_send.cc273 absl::string_view transport_name, in OnNetworkRouteChanged()

12