Home
last modified time | relevance | path

Searched refs:GetErrorCodeValue (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webrtc/p2p/base/
H A Dturn_port.cc1392 int error_code = response->GetErrorCodeValue(); in OnErrorResponse()
1572 int error_code = response->GetErrorCodeValue(); in OnErrorResponse()
1648 int error_code = response->GetErrorCodeValue(); in OnErrorResponse()
1729 int error_code = response->GetErrorCodeValue(); in OnErrorResponse()
H A Dconnection.cc1393 int error_code = response->GetErrorCodeValue(); in OnConnectionRequestErrorResponse()
H A Dport_unittest.cc2470 EXPECT_EQ(STUN_ERROR_UNKNOWN_ATTRIBUTE, error_response->GetErrorCodeValue()); in TEST_F()
/aosp_15_r20/external/webrtc/api/transport/
H A Dstun.h207 int GetErrorCodeValue() const;
H A Dstun_unittest.cc1045 EXPECT_EQ(kTestErrorCode, msg.GetErrorCodeValue()); in TEST_F()
1053 EXPECT_EQ(STUN_ERROR_GLOBAL_FAILURE, msg.GetErrorCodeValue()); in TEST_F()
H A Dstun.cc230 int StunMessage::GetErrorCodeValue() const { in GetErrorCodeValue() function in cricket::StunMessage