Home
last modified time | relevance | path

Searched refs:ErrorName (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Dhttpcommon.cc941 << ErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()
1007 << ErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()
1018 << ErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()
1033 << ErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()
Dlogging.h85 std::string ErrorName(int err, const ConstantLabel* err_table);
Dlogging.cc76 std::string ErrorName(int err, const ConstantLabel* err_table) { in ErrorName() function
/external/webrtc/webrtc/libjingle/xmpp/
Dxmpplogintask.cc89 << rtc::ErrorName(state_, LOGINTASK_STATES); in Advance()