Searched refs:GetErrorCode (Results 1 – 19 of 19) sorted by relevance
202 const StunErrorCodeAttribute* err = res->GetErrorCode(); in TEST_F()222 const StunErrorCodeAttribute* err = res->GetErrorCode(); in TEST_F()348 const StunErrorCodeAttribute* err = res->GetErrorCode(); in TEST_F()372 const StunErrorCodeAttribute* err = res->GetErrorCode(); in TEST_F()397 const StunErrorCodeAttribute* err = res->GetErrorCode(); in TEST_F()422 const StunErrorCodeAttribute* err = res->GetErrorCode(); in TEST_F()446 const StunErrorCodeAttribute* err = res->GetErrorCode(); in TEST_F()520 const StunErrorCodeAttribute* err = res->GetErrorCode(); in TEST_F()
1088 const StunErrorCodeAttribute* error_code = response->GetErrorCode(); in OnErrorResponse()1242 const StunErrorCodeAttribute* error_code = response->GetErrorCode(); in OnErrorResponse()1301 const StunErrorCodeAttribute* error_code = response->GetErrorCode(); in OnErrorResponse()1371 const StunErrorCodeAttribute* error_code = response->GetErrorCode(); in OnErrorResponse()
75 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnErrorResponse()
158 const StunErrorCodeAttribute* GetErrorCode() const;
388 if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) { in GetStunMessage()1234 const StunErrorCodeAttribute* error_attr = response->GetErrorCode(); in OnConnectionRequestErrorResponse()
130 const StunErrorCodeAttribute* error_attr = last_stun_msg_->GetErrorCode(); in last_stun_error_code()1684 const StunErrorCodeAttribute* error_attr = msg->GetErrorCode(); in TEST_F()1804 ASSERT_TRUE(out_msg->GetErrorCode() != NULL); in TEST_F()1805 EXPECT_EQ(STUN_ERROR_SERVER_ERROR, out_msg->GetErrorCode()->code()); in TEST_F()1807 out_msg->GetErrorCode()->reason()); in TEST_F()
828 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnErrorResponse()
118 const StunErrorCodeAttribute* StunMessage::GetErrorCode() const { in GetErrorCode() function in cricket::StunMessage
1007 const StunErrorCodeAttribute* errorcode = msg.GetErrorCode(); in TEST_F()
19 enum XML_Error (*GetErrorCode)(XML_Parser parser); member
94 return T::GetErrorCode(isac_state_); in ErrorCode()
132 << T::GetErrorCode(isac_state_) << ")"; in EncodeInternal()
72 static inline int16_t GetErrorCode(instance_type* inst) { in GetErrorCode() function
71 static inline int16_t GetErrorCode(instance_type* inst) { in GetErrorCode() function
1867 capi.GetErrorCode = XML_GetErrorCode; in MODULE_INITFUNC()
3497 EXPAT(GetErrorCode)(self->parser), in expat_parse()
2031 capi.GetErrorCode = XML_GetErrorCode; in MODULE_INITFUNC()
2710 EXPAT(ErrorString)(EXPAT(GetErrorCode)(self->parser)),