Searched refs:aFile (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/src/posix/ |
D | client.cpp | 134 bool DoWrite(int aFile, const void *aBuffer, size_t aSize) in DoWrite() argument 140 ssize_t rval = write(aFile, aBuffer, aSize); in DoWrite()
|
/openthread-latest/src/core/meshcop/ |
D | secure_transport.hpp | 731 …static void HandleMbedtlsDebug(void *aContext, int aLevel, const char *aFile, int aLine, const cha… 732 void HandleMbedtlsDebug(int aLevel, const char *aFile, int aLine, const char *aStr);
|
D | secure_transport.cpp | 1014 void SecureTransport::HandleMbedtlsDebug(void *aContext, int aLevel, const char *aFile, int aLine, … 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 1045 OT_UNUSED_VARIABLE(aFile); in HandleMbedtlsDebug()
|