Home
last modified time | relevance | path

Searched defs:aLevel (Results 1 – 4 of 4) sorted by relevance

/external/ot-br-posix/src/common/
Dlogging.cpp66 void otbrLogSetLevel(otbrLogLevel aLevel) in otbrLogSetLevel()
73 void otbrLogInit(const char *aIdent, otbrLogLevel aLevel, bool aPrintStderr) in otbrLogInit()
108 void otbrLog(otbrLogLevel aLevel, const char *aLogTag, const char *aFormat, ...) in otbrLog()
127 void otbrLogv(otbrLogLevel aLevel, const char *aFormat, va_list aArgList) in otbrLogv()
137 void otbrLogvNoFilter(otbrLogLevel aLevel, const char *aFormat, va_list aArgList) in otbrLogvNoFilter()
143 void otbrDump(otbrLogLevel aLevel, const char *aLogTag, const char *aPrefix, const void *aMemory, s… in otbrDump()
/external/openthread/src/core/meshcop/
Ddtls.cpp959 void Dtls::HandleMbedtlsDebug(void *aContext, int aLevel, const char *aFile, int aLine, const char … in HandleMbedtlsDebug()
964 void Dtls::HandleMbedtlsDebug(int aLevel, const char *aFile, int aLine, const char *aStr) in HandleMbedtlsDebug()
/external/ot-br-posix/src/ncp/
Dncp_openthread.cpp123 otLogLevel ControllerOpenThread::ConvertToOtLogLevel(otbrLogLevel aLevel) in ConvertToOtLogLevel()
/external/openthread/src/core/common/
Dlog.hpp61 #define OT_SHOULD_LOG_AT(aLevel) (OT_SHOULD_LOG && (OPENTHREAD_CONFIG_LOG_LEVEL >= (aLevel))) argument