Home
last modified time | relevance | path

Searched refs:RTCErrorDetailType (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/peerconnection/
H A Drtc_error.cc13 String RTCErrorDetailToString(webrtc::RTCErrorDetailType detail) { in RTCErrorDetailToString()
15 case webrtc::RTCErrorDetailType::NONE: in RTCErrorDetailToString()
19 case webrtc::RTCErrorDetailType::DATA_CHANNEL_FAILURE: in RTCErrorDetailToString()
21 case webrtc::RTCErrorDetailType::DTLS_FAILURE: in RTCErrorDetailToString()
23 case webrtc::RTCErrorDetailType::FINGERPRINT_FAILURE: in RTCErrorDetailToString()
25 case webrtc::RTCErrorDetailType::SCTP_FAILURE: in RTCErrorDetailToString()
27 case webrtc::RTCErrorDetailType::SDP_SYNTAX_ERROR: in RTCErrorDetailToString()
29 case webrtc::RTCErrorDetailType::HARDWARE_ENCODER_NOT_AVAILABLE: in RTCErrorDetailToString()
31 case webrtc::RTCErrorDetailType::HARDWARE_ENCODER_ERROR: in RTCErrorDetailToString()
H A Drtc_error.idl6 enum RTCErrorDetailType {
29 readonly attribute RTCErrorDetailType errorDetail;
H A Drtc_error_init.idl7 required RTCErrorDetailType errorDetail;
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/
H A Drtc_error.h87 enum class RTCErrorDetailType { enum
138 RTCErrorDetailType error_detail() const { return error_detail_; } in error_detail()
139 void set_error_detail(RTCErrorDetailType detail) { error_detail_ = detail; } in set_error_detail()
152 RTCErrorDetailType error_detail_ = RTCErrorDetailType::NONE;
162 RTC_EXPORT const char* ToString(RTCErrorDetailType error);
173 RTCErrorDetailType error) {
H A Drtc_error.cc48 static_cast<int>(webrtc::RTCErrorDetailType::HARDWARE_ENCODER_ERROR) ==
75 const char* ToString(RTCErrorDetailType error) { in ToString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/
H A Drtc_error.h87 enum class RTCErrorDetailType { enum
138 RTCErrorDetailType error_detail() const { return error_detail_; } in error_detail()
139 void set_error_detail(RTCErrorDetailType detail) { error_detail_ = detail; } in set_error_detail()
152 RTCErrorDetailType error_detail_ = RTCErrorDetailType::NONE;
162 RTC_EXPORT const char* ToString(RTCErrorDetailType error);
173 RTCErrorDetailType error) {
H A Drtc_error.cc48 static_cast<int>(webrtc::RTCErrorDetailType::HARDWARE_ENCODER_ERROR) ==
75 const char* ToString(RTCErrorDetailType error) { in ToString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/
H A Drtc_error.h87 enum class RTCErrorDetailType { enum
138 RTCErrorDetailType error_detail() const { return error_detail_; } in error_detail()
139 void set_error_detail(RTCErrorDetailType detail) { error_detail_ = detail; } in set_error_detail()
152 RTCErrorDetailType error_detail_ = RTCErrorDetailType::NONE;
162 RTC_EXPORT const char* ToString(RTCErrorDetailType error);
173 RTCErrorDetailType error) {
H A Drtc_error.cc48 static_cast<int>(webrtc::RTCErrorDetailType::HARDWARE_ENCODER_ERROR) ==
75 const char* ToString(RTCErrorDetailType error) { in ToString()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/api/
H A Drtc_error.h87 enum class RTCErrorDetailType { enum
138 RTCErrorDetailType error_detail() const { return error_detail_; } in error_detail()
139 void set_error_detail(RTCErrorDetailType detail) { error_detail_ = detail; } in set_error_detail()
152 RTCErrorDetailType error_detail_ = RTCErrorDetailType::NONE;
162 RTC_EXPORT const char* ToString(RTCErrorDetailType error);
173 RTCErrorDetailType error) {
H A Drtc_error.cc48 static_cast<int>(webrtc::RTCErrorDetailType::HARDWARE_ENCODER_ERROR) ==
75 const char* ToString(RTCErrorDetailType error) { in ToString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/
H A Drtc_error.idl6 enum RTCErrorDetailType {
29 readonly attribute RTCErrorDetailType errorDetail;
H A Drtc_error_init.idl7 required RTCErrorDetailType errorDetail;
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/interfaces/
H A Dwebrtc-identity.idl77 // This is an extension of RTCErrorDetailType from [[WEBRTC-PC]]
80 // partial enum RTCErrorDetailType {
H A Dwebrtc.idl594 readonly attribute RTCErrorDetailType errorDetail;
602 required RTCErrorDetailType errorDetail;
609 enum RTCErrorDetailType {
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/interfaces/
H A Dwebrtc-identity.idl75 // This is an extension of RTCErrorDetailType from [[WEBRTC-PC]]
78 // partial enum RTCErrorDetailType {
H A Dwebrtc.idl593 readonly attribute RTCErrorDetailType errorDetail;
601 required RTCErrorDetailType errorDetail;
608 enum RTCErrorDetailType {
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/interfaces/
H A Dwebrtc-identity.idl77 // This is an extension of RTCErrorDetailType from [[WEBRTC-PC]]
80 // partial enum RTCErrorDetailType {
H A Dwebrtc.idl594 readonly attribute RTCErrorDetailType errorDetail;
602 required RTCErrorDetailType errorDetail;
609 enum RTCErrorDetailType {
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/interfaces/
H A Dwebrtc-identity.idl77 // This is an extension of RTCErrorDetailType from [[WEBRTC-PC]]
80 // partial enum RTCErrorDetailType {
H A Dwebrtc.idl595 readonly attribute RTCErrorDetailType errorDetail;
603 required RTCErrorDetailType errorDetail;
610 enum RTCErrorDetailType {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Ddata_channel_unittest.cc568 EXPECT_EQ(webrtc::RTCErrorDetailType::NONE, in TEST_F()
590 EXPECT_EQ(webrtc::RTCErrorDetailType::NONE, in TEST_F()
635 EXPECT_EQ(webrtc::RTCErrorDetailType::NONE, in TEST_F()
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Ddata_channel_unittest.cc576 EXPECT_EQ(webrtc::RTCErrorDetailType::NONE, in TEST_F()
598 EXPECT_EQ(webrtc::RTCErrorDetailType::NONE, in TEST_F()
643 EXPECT_EQ(webrtc::RTCErrorDetailType::SCTP_FAILURE, in TEST_F()
H A Dsctp_data_channel.cc387 error.set_error_detail(RTCErrorDetailType::SCTP_FAILURE); in OnTransportChannelClosed()
502 error.set_error_detail(RTCErrorDetailType::DATA_CHANNEL_FAILURE); in CloseAbruptlyWithDataChannelFailure()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Ddata_channel_unittest.cc576 EXPECT_EQ(webrtc::RTCErrorDetailType::NONE, in TEST_F()
598 EXPECT_EQ(webrtc::RTCErrorDetailType::NONE, in TEST_F()
643 EXPECT_EQ(webrtc::RTCErrorDetailType::SCTP_FAILURE, in TEST_F()

12