Home
last modified time | relevance | path

Searched refs:aFile (Results 1 – 3 of 3) sorted by relevance

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