|
void | PrepareChannel (P2PTransportChannel *ch) |
|
Connection * | WaitForConnectionTo (P2PTransportChannel *ch, const std::string &ip, int port_num, rtc::FakeClock *clock=nullptr) |
|
Port * | GetPort (P2PTransportChannel *ch) |
|
Port * | GetPrunedPort (P2PTransportChannel *ch) |
|
Connection * | GetConnectionTo (P2PTransportChannel *ch, const std::string &ip, int port_num) |
|
Connection * | FindNextPingableConnectionAndPingIt (P2PTransportChannel *ch) |
|
int | SendData (IceTransportInternal &channel, const char *data, size_t len, int packet_id) |
|
Connection * | CreateConnectionWithCandidate (P2PTransportChannel &channel, rtc::ScopedFakeClock &clock, const std::string &ip_addr, int port, int priority, bool writable) |
|
void | NominateConnection (Connection *conn, uint32_t remote_nomination=1U) |
|
void | OnSelectedCandidatePairChanged (IceTransportInternal *transport_channel, CandidatePairInterface *selected_candidate_pair, int last_sent_packet_id, bool ready_to_send) |
|
void | ReceivePingOnConnection (Connection *conn, const std::string &remote_ufrag, int priority, uint32_t nomination=0) |
|
void | OnReadyToSend (rtc::PacketTransportInternal *transport) |
|
void | OnChannelStateChanged (IceTransportInternal *channel) |
|
CandidatePairInterface * | last_selected_candidate_pair () |
|
int | last_sent_packet_id () |
|
bool | channel_ready_to_send () |
|
void | reset_channel_ready_to_send () |
|
IceTransportState | channel_state () |
|
int | reset_selected_candidate_pair_switches () |
|
| Test () |
|
virtual void | SetUp () |
|
virtual void | TearDown () |
|
| 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 () |
|
◆ P2PTransportChannelPingTest()
cricket::P2PTransportChannelPingTest::P2PTransportChannelPingTest |
( |
| ) |
|
|
inline |
◆ channel_ready_to_send()
bool cricket::P2PTransportChannelPingTest::channel_ready_to_send |
( |
| ) |
|
|
inlineprotected |
◆ channel_state()
◆ CreateConnectionWithCandidate()
◆ FindNextPingableConnectionAndPingIt()
◆ GetConnectionTo()
◆ GetPort()
◆ GetPrunedPort()
◆ last_selected_candidate_pair()
◆ last_sent_packet_id()
int cricket::P2PTransportChannelPingTest::last_sent_packet_id |
( |
| ) |
|
|
inlineprotected |
◆ NominateConnection()
void cricket::P2PTransportChannelPingTest::NominateConnection |
( |
Connection * |
conn, |
|
|
uint32_t |
remote_nomination = 1U |
|
) |
| |
|
inlineprotected |
◆ OnChannelStateChanged()
◆ OnReadyToSend()
◆ OnSelectedCandidatePairChanged()
◆ PrepareChannel()
◆ ReceivePingOnConnection()
◆ reset_channel_ready_to_send()
void cricket::P2PTransportChannelPingTest::reset_channel_ready_to_send |
( |
| ) |
|
|
inlineprotected |
◆ reset_selected_candidate_pair_switches()
int cricket::P2PTransportChannelPingTest::reset_selected_candidate_pair_switches |
( |
| ) |
|
|
inlineprotected |
◆ SendData()
int cricket::P2PTransportChannelPingTest::SendData |
( |
IceTransportInternal & |
channel, |
|
|
const char * |
data, |
|
|
size_t |
len, |
|
|
int |
packet_id |
|
) |
| |
|
inlineprotected |
◆ WaitForConnectionTo()
The documentation for this class was generated from the following file: