Home
last modified time | relevance | path

Searched refs:GetErrorCode (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Drelayserver_unittest.cc202 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()
Dturnport.cc1088 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()
Dstunport.cc75 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnErrorResponse()
Dstun.h158 const StunErrorCodeAttribute* GetErrorCode() const;
Dport.cc388 if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) { in GetStunMessage()
1234 const StunErrorCodeAttribute* error_attr = response->GetErrorCode(); in OnConnectionRequestErrorResponse()
Dport_unittest.cc130 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()
Drelayport.cc828 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnErrorResponse()
Dstun.cc118 const StunErrorCodeAttribute* StunMessage::GetErrorCode() const { in GetErrorCode() function in cricket::StunMessage
Dstun_unittest.cc1007 const StunErrorCodeAttribute* errorcode = msg.GetErrorCode(); in TEST_F()
/external/python/cpython2/Include/
Dpyexpat.h19 enum XML_Error (*GetErrorCode)(XML_Parser parser); member
/external/python/cpython3/Include/
Dpyexpat.h19 enum XML_Error (*GetErrorCode)(XML_Parser parser); member
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Daudio_decoder_isac_t_impl.h94 return T::GetErrorCode(isac_state_); in ErrorCode()
Daudio_encoder_isac_t_impl.h132 << T::GetErrorCode(isac_state_) << ")"; in EncodeInternal()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disac_fix_type.h72 static inline int16_t GetErrorCode(instance_type* inst) { in GetErrorCode() function
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac_float_type.h71 static inline int16_t GetErrorCode(instance_type* inst) { in GetErrorCode() function
/external/python/cpython3/Modules/
Dpyexpat.c1867 capi.GetErrorCode = XML_GetErrorCode; in MODULE_INITFUNC()
D_elementtree.c3497 EXPAT(GetErrorCode)(self->parser), in expat_parse()
/external/python/cpython2/Modules/
Dpyexpat.c2031 capi.GetErrorCode = XML_GetErrorCode; in MODULE_INITFUNC()
D_elementtree.c2710 EXPAT(ErrorString)(EXPAT(GetErrorCode)(self->parser)),