Searched refs:GetErrorCodeValue (Results 1 – 6 of 6) sorted by relevance
1392 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()
1393 int error_code = response->GetErrorCodeValue(); in OnConnectionRequestErrorResponse()
2470 EXPECT_EQ(STUN_ERROR_UNKNOWN_ATTRIBUTE, error_response->GetErrorCodeValue()); in TEST_F()
207 int GetErrorCodeValue() const;
1045 EXPECT_EQ(kTestErrorCode, msg.GetErrorCodeValue()); in TEST_F()1053 EXPECT_EQ(STUN_ERROR_GLOBAL_FAILURE, msg.GetErrorCodeValue()); in TEST_F()
230 int StunMessage::GetErrorCodeValue() const { in GetErrorCodeValue() function in cricket::StunMessage