Searched refs:aStr (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/meshcop/ |
D | secure_transport.cpp | 1014 …ort::HandleMbedtlsDebug(void *aContext, int aLevel, const char *aFile, int aLine, const char *aStr) in HandleMbedtlsDebug() argument 1016 static_cast<SecureTransport *>(aContext)->HandleMbedtlsDebug(aLevel, aFile, aLine, aStr); in HandleMbedtlsDebug() 1019 void SecureTransport::HandleMbedtlsDebug(int aLevel, const char *aFile, int aLine, const char *aStr) in HandleMbedtlsDebug() argument 1042 LogAt(logLevel, "[%u] %s", mSocket.GetSockName().mPort, aStr); in HandleMbedtlsDebug() 1044 OT_UNUSED_VARIABLE(aStr); in HandleMbedtlsDebug()
|
D | secure_transport.hpp | 731 …oid HandleMbedtlsDebug(void *aContext, int aLevel, const char *aFile, int aLine, const char *aStr); 732 void HandleMbedtlsDebug(int aLevel, const char *aFile, int aLine, const char *aStr);
|