Home
last modified time | relevance | path

Searched refs:CreateDataChannelOrError (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_interface_unittest.cc1966 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 Dpeer_connection_data_channel_unittest.cc162 EXPECT_TRUE(wrapper->pc()->CreateDataChannelOrError("dc", nullptr).ok()); in CreatePeerConnectionWithDataChannel()
225 caller->pc()->CreateDataChannelOrError("dc", nullptr); in TEST_P()
H A Dpeer_connection_proxy.h86 CreateDataChannelOrError,
H A Dpeer_connection_wrapper.cc316 auto result = pc()->CreateDataChannelOrError(label, nullptr); in CreateDataChannel()
H A Dpeer_connection.h161 RTCErrorOr<rtc::scoped_refptr<DataChannelInterface>> CreateDataChannelOrError(
H A Dpeer_connection.cc1385 PeerConnection::CreateDataChannelOrError(const std::string& label, in CreateDataChannelOrError() function in webrtc::PeerConnection
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/
H A DRTCPeerConnection+DataChannel.mm26 auto result = self.nativePeerConnection->CreateDataChannelOrError(labelString, &nativeInit);
/aosp_15_r20/external/webrtc/api/
H A Dpeer_connection_interface.h971 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 Dmock_peerconnectioninterface.h114 CreateDataChannelOrError,
/aosp_15_r20/external/webrtc/rtc_tools/data_channel_benchmark/
H A Ddata_channel_benchmark.cc173 peer_connection->CreateDataChannelOrError("benchmark", nullptr); in RunServer()
/aosp_15_r20/external/webrtc/pc/test/
H A Dmock_peer_connection_internal.h105 CreateDataChannelOrError,
H A Dfake_peer_connection_base.h128 RTCErrorOr<rtc::scoped_refptr<DataChannelInterface>> CreateDataChannelOrError( in CreateDataChannelOrError() function
H A Dpeer_connection_test_wrapper.cc146 auto result = peer_connection_->CreateDataChannelOrError(label, &init); in CreateDataChannel()
H A Dintegration_test_helpers.h427 auto data_channel_or_error = pc()->CreateDataChannelOrError(label, init); in CreateDataChannel()
/aosp_15_r20/external/webrtc/examples/unityplugin/
H A Dsimple_peer_connection.cc497 auto result = peer_connection_->CreateDataChannelOrError("Hello", &init); in CreateDataChannel()
/aosp_15_r20/external/webrtc/sdk/android/src/jni/pc/
H A Dpeer_connection.cc562 auto result = ExtractNativePC(jni, j_pc)->CreateDataChannelOrError( in JNI_PeerConnection_CreateDataChannel()