Home
last modified time | relevance | path

Searched defs:LogDebg (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openthread/src/core/common/
H A Dlog.hpp160 #define LogDebg(...) Logger::LogAtLevel<kLogLevelDebg>(kLogModuleName, __VA_ARGS__) macro
162 #define LogDebg(...) macro
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dlogger.hpp128 static void LogDebg(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2) in LogDebg() function in ot::Posix::Logger
H A Dtrel.cpp116 static void LogDebg(const char *aFormat, ...) in LogDebg() function
H A Dnetif.cpp328 static void LogDebg(const char *aFormat, ...) in LogDebg() function
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dlogger.cpp102 void Logger::LogDebg(const char *aFormat, ...) in LogDebg() function in ot::Spinel::Logger