|
| ChannelData * | GetChannelData (rtc::PacketTransportInternal *transport) |
| |
| IceParameters | IceParamsWithRenomination (const IceParameters &ice, bool renomination) |
| |
| void | CreateChannels (const IceConfig &ep1_config, const IceConfig &ep2_config, bool renomination=false) |
| |
| void | CreateChannels () |
| |
| P2PTransportChannel * | CreateChannel (int endpoint, int component, const IceParameters &local_ice, const IceParameters &remote_ice) |
| |
| void | DestroyChannels () |
| |
| P2PTransportChannel * | ep1_ch1 () |
| |
| P2PTransportChannel * | ep1_ch2 () |
| |
| P2PTransportChannel * | ep2_ch1 () |
| |
| P2PTransportChannel * | ep2_ch2 () |
| |
| TestTurnServer * | test_turn_server () |
| |
| rtc::VirtualSocketServer * | virtual_socket_server () |
| |
| rtc::NATSocketServer * | nat () |
| |
| rtc::FirewallSocketServer * | fw () |
| |
| Endpoint * | GetEndpoint (int endpoint) |
| |
| BasicPortAllocator * | GetAllocator (int endpoint) |
| |
| webrtc::FakeMetricsObserver * | GetMetricsObserver (int endpoint) |
| |
| void | AddAddress (int endpoint, const SocketAddress &addr) |
| |
| void | AddAddress (int endpoint, const SocketAddress &addr, const std::string &ifname, rtc::AdapterType adapter_type) |
| |
| void | RemoveAddress (int endpoint, const SocketAddress &addr) |
| |
| void | SetAllocatorFlags (int endpoint, int flags) |
| |
| void | SetIceRole (int endpoint, IceRole role) |
| |
| void | SetIceTiebreaker (int endpoint, uint64_t tiebreaker) |
| |
| bool | GetRoleConflict (int endpoint) |
| |
| void | SetAllocationStepDelay (int endpoint, uint32_t delay) |
| |
| void | SetAllowTcpListen (int endpoint, bool allow_tcp_listen) |
| |
| bool | CheckCandidate1 (const Result &expected) |
| |
| void | ExpectCandidate1 (const Result &expected) |
| |
| bool | CheckCandidate2 (const Result &expected) |
| |
| void | ExpectCandidate2 (const Result &expected) |
| |
| void | Test (const Result &expected) |
| |
| void | TestSendRecv (rtc::FakeClock &clock) |
| |
| void | TestHandleIceUfragPasswordChanged () |
| |
| void | TestSignalRoleConflict () |
| |
| void | OnReadyToSend (rtc::PacketTransportInternal *transport) |
| |
| void | OnCandidateGathered (IceTransportInternal *ch, const Candidate &c) |
| |
| void | OnSelectedCandidatePairChanged (IceTransportInternal *transport_channel, CandidatePairInterface *selected_candidate_pair, int last_sent_packet_id, bool ready_to_send) |
| |
| int | reset_selected_candidate_pair_switches () |
| |
| void | PauseCandidates (int endpoint) |
| |
| void | OnCandidatesRemoved (IceTransportInternal *ch, const std::vector< Candidate > &candidates) |
| |
| void | VerifySavedTcpCandidates (int endpoint, const std::string &tcptype) |
| |
| void | ResumeCandidates (int endpoint) |
| |
| void | OnMessage (rtc::Message *msg) |
| |
| void | OnReadPacket (rtc::PacketTransportInternal *transport, const char *data, size_t len, const rtc::PacketTime &packet_time, int flags) |
| |
| void | OnRoleConflict (IceTransportInternal *channel) |
| |
| int | SendData (IceTransportInternal *channel, const char *data, size_t len) |
| |
| bool | CheckDataOnChannel (IceTransportInternal *channel, const char *data, int len) |
| |
| Endpoint * | GetEndpoint (rtc::PacketTransportInternal *transport) |
| |
| P2PTransportChannel * | GetRemoteChannel (IceTransportInternal *ch) |
| |
| std::list< std::string > & | GetPacketList (rtc::PacketTransportInternal *transport) |
| |
| void | set_remote_ice_parameter_source (RemoteIceParameterSource source) |
| |
| void | set_force_relay (bool relay) |
| |
| void | ConnectSignalNominated (Connection *conn) |
| |
| void | OnNominated (Connection *conn) |
| |
| bool | nominated () |
| |
| | Test () |
| |
| virtual void | SetUp () |
| |
| virtual void | TearDown () |
| |
Protected Member Functions inherited from rtc::MessageHandler |
| | MessageHandler () |
| |
| | MessageHandler () |
| |
| | has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all) |
| |
| virtual | ~has_slots_interface () |
| |
| | has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all) |
| |
| virtual | ~has_slots_interface () |
| |