Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/common/
H A Dlog.hpp136 #define LogNote(...) Logger::LogAtLevel<kLogLevelNote>(kLogModuleName, __VA_ARGS__) macro
138 #define LogNote(...) macro
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dlogger.hpp96 static void LogNote(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2) in LogNote() function in ot::Posix::Logger
H A Dtrel.cpp98 static void LogNote(const char *aFormat, ...) in LogNote() function
H A Dnetif.cpp310 static void LogNote(const char *aFormat, ...) in LogNote() function
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dlogger.cpp84 void Logger::LogNote(const char *aFormat, ...) in LogNote() function in ot::Spinel::Logger