Home
last modified time | relevance | path

Searched refs:ResetInternalIdAllocatorForTesting (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/pc/
Drtp_data_channel.h156 static void ResetInternalIdAllocatorForTesting(int new_value);
Dsctp_data_channel.h217 static void ResetInternalIdAllocatorForTesting(int new_value);
Drtp_data_channel.cc390 void RtpDataChannel::ResetInternalIdAllocatorForTesting(int new_value) { in ResetInternalIdAllocatorForTesting() function in webrtc::RtpDataChannel
Dsctp_data_channel.cc729 void SctpDataChannel::ResetInternalIdAllocatorForTesting(int new_value) { in ResetInternalIdAllocatorForTesting() function in webrtc::SctpDataChannel
Drtc_stats_collector_unittest.cc991 SctpDataChannel::ResetInternalIdAllocatorForTesting(-1); in TEST_F()