/aosp_15_r20/external/webrtc/pc/ |
H A D | peer_connection_interface_unittest.cc | 1966 auto channel = pc_->CreateDataChannelOrError("1", &config); in TEST_P() 1973 channel = pc_->CreateDataChannelOrError("2", &config); in TEST_P() 1980 channel = pc_->CreateDataChannelOrError("3", &config); in TEST_P() 1987 channel = pc_->CreateDataChannelOrError("4", &config); in TEST_P() 2002 auto channel = pc_->CreateDataChannelOrError("1", &config); in TEST_P() 2018 auto channel = pc_->CreateDataChannelOrError(label, &config); in TEST_P() 2033 auto channel = pc_->CreateDataChannelOrError("1", &config); in TEST_P() 2037 channel = pc_->CreateDataChannelOrError("x", &config); in TEST_P() 2042 channel = pc_->CreateDataChannelOrError("max", &config); in TEST_P() 2048 channel = pc_->CreateDataChannelOrError("x", &config); in TEST_P() [all …]
|
H A D | peer_connection_data_channel_unittest.cc | 162 EXPECT_TRUE(wrapper->pc()->CreateDataChannelOrError("dc", nullptr).ok()); in CreatePeerConnectionWithDataChannel() 225 caller->pc()->CreateDataChannelOrError("dc", nullptr); in TEST_P()
|
H A D | peer_connection_proxy.h | 86 CreateDataChannelOrError,
|
H A D | peer_connection_wrapper.cc | 316 auto result = pc()->CreateDataChannelOrError(label, nullptr); in CreateDataChannel()
|
H A D | peer_connection.h | 161 RTCErrorOr<rtc::scoped_refptr<DataChannelInterface>> CreateDataChannelOrError(
|
H A D | peer_connection.cc | 1385 PeerConnection::CreateDataChannelOrError(const std::string& label, in CreateDataChannelOrError() function in webrtc::PeerConnection
|
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/ |
H A D | RTCPeerConnection+DataChannel.mm | 26 auto result = self.nativePeerConnection->CreateDataChannelOrError(labelString, &nativeInit);
|
/aosp_15_r20/external/webrtc/api/ |
H A D | peer_connection_interface.h | 971 CreateDataChannelOrError(const std::string& label, in CreateDataChannelOrError() function 981 auto result = CreateDataChannelOrError(label, config); in CreateDataChannel()
|
/aosp_15_r20/external/webrtc/api/test/ |
H A D | mock_peerconnectioninterface.h | 114 CreateDataChannelOrError,
|
/aosp_15_r20/external/webrtc/rtc_tools/data_channel_benchmark/ |
H A D | data_channel_benchmark.cc | 173 peer_connection->CreateDataChannelOrError("benchmark", nullptr); in RunServer()
|
/aosp_15_r20/external/webrtc/pc/test/ |
H A D | mock_peer_connection_internal.h | 105 CreateDataChannelOrError,
|
H A D | fake_peer_connection_base.h | 128 RTCErrorOr<rtc::scoped_refptr<DataChannelInterface>> CreateDataChannelOrError( in CreateDataChannelOrError() function
|
H A D | peer_connection_test_wrapper.cc | 146 auto result = peer_connection_->CreateDataChannelOrError(label, &init); in CreateDataChannel()
|
H A D | integration_test_helpers.h | 427 auto data_channel_or_error = pc()->CreateDataChannelOrError(label, init); in CreateDataChannel()
|
/aosp_15_r20/external/webrtc/examples/unityplugin/ |
H A D | simple_peer_connection.cc | 497 auto result = peer_connection_->CreateDataChannelOrError("Hello", &init); in CreateDataChannel()
|
/aosp_15_r20/external/webrtc/sdk/android/src/jni/pc/ |
H A D | peer_connection.cc | 562 auto result = ExtractNativePC(jni, j_pc)->CreateDataChannelOrError( in JNI_PeerConnection_CreateDataChannel()
|