Home
last modified time | relevance | path

Searched refs:aStr (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp1014 …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()
Dsecure_transport.hpp731 …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);