|
| void | SetupConnectedTransportsWithTwoStreams () |
| |
| bool | AddStream (int sid) |
| |
| SctpTransport * | CreateTransport (FakeDtlsTransport *fake_dtls, SctpFakeDataReceiver *recv) |
| |
| bool | SendData (SctpTransport *chan, int sid, const std::string &msg, SendDataResult *result) |
| |
| bool | ReceivedData (const SctpFakeDataReceiver *recv, int sid, const std::string &msg) |
| |
| bool | ProcessMessagesUntilIdle () |
| |
| SctpTransport * | transport1 () |
| |
| SctpTransport * | transport2 () |
| |
| SctpFakeDataReceiver * | receiver1 () |
| |
| SctpFakeDataReceiver * | receiver2 () |
| |
| FakeDtlsTransport * | fake_dtls1 () |
| |
| FakeDtlsTransport * | fake_dtls2 () |
| |
| int | transport1_ready_to_send_count () |
| |
| int | transport2_ready_to_send_count () |
| |
| | 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 () |
| |
◆ AddStream()
| bool cricket::SctpTransportTest::AddStream |
( |
int |
sid | ) |
|
|
inlineprotected |
◆ CreateTransport()
◆ fake_dtls1()
◆ fake_dtls2()
◆ ProcessMessagesUntilIdle()
| bool cricket::SctpTransportTest::ProcessMessagesUntilIdle |
( |
| ) |
|
|
inlineprotected |
◆ ReceivedData()
◆ receiver1()
◆ receiver2()
◆ SendData()
◆ SetupConnectedTransportsWithTwoStreams()
| void cricket::SctpTransportTest::SetupConnectedTransportsWithTwoStreams |
( |
| ) |
|
|
inlineprotected |
◆ SetUpTestCase()
| static void cricket::SctpTransportTest::SetUpTestCase |
( |
| ) |
|
|
inlinestaticprotected |
◆ transport1()
◆ transport1_ready_to_send_count()
| int cricket::SctpTransportTest::transport1_ready_to_send_count |
( |
| ) |
|
|
inlineprotected |
◆ transport2()
◆ transport2_ready_to_send_count()
| int cricket::SctpTransportTest::transport2_ready_to_send_count |
( |
| ) |
|
|
inlineprotected |
The documentation for this class was generated from the following file: