Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyexpat.h19 enum XML_Error (*GetErrorCode)(XML_Parser parser); member
/external/webrtc/api/transport/
Dstun.cc225 const StunErrorCodeAttribute* StunMessage::GetErrorCode() const { in GetErrorCode() function in cricket::StunMessage
231 const StunErrorCodeAttribute* error_attribute = GetErrorCode(); in GetErrorCodeValue()
279 auto* error_attribute = GetErrorCode(); in ValidateMessageIntegrity()
Dstun.h204 const StunErrorCodeAttribute* GetErrorCode() const;
Dstun_unittest.cc1039 const StunErrorCodeAttribute* errorcode = msg.GetErrorCode(); in TEST_F()
/external/webrtc/p2p/base/
Dturn_port.cc1418 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnErrorResponse()
1435 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnAuthChallenge()
1469 const StunErrorCodeAttribute* error_code_attr = response->GetErrorCode(); in OnTryAlternate()
Dstun_port.cc95 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnErrorResponse()
Dport_unittest.cc168 const StunErrorCodeAttribute* error_attr = last_stun_msg_->GetErrorCode(); in last_stun_error_code()
1937 const StunErrorCodeAttribute* error_attr = msg->GetErrorCode(); in TEST_F()
2265 ASSERT_TRUE(out_msg->GetErrorCode() != NULL); in TEST_F()
2266 EXPECT_EQ(STUN_ERROR_SERVER_ERROR, out_msg->GetErrorCode()->code()); in TEST_F()
2268 out_msg->GetErrorCode()->reason()); in TEST_F()
Dport.cc514 if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) { in GetStunMessage()
/external/pigweed/pw_log/
Ddocs.rst36 PW_LOG_CRITICAL("Had trouble booting due to error %d", GetErrorCode());
61 CRT("Had trouble booting due to error %d", GetErrorCode());
/external/python/cpython3/Modules/
Dpyexpat.c2048 capi->GetErrorCode = XML_GetErrorCode; in pyexpat_exec()
D_elementtree.c3838 EXPAT(st, GetErrorCode)(self->parser), in expat_parse()