Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/common/
H A Dlog.hpp112 #define LogCrit(...) Logger::LogAtLevel<kLogLevelCrit>(kLogModuleName, __VA_ARGS__) macro
114 #define LogCrit(...) macro
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dlogger.hpp64 static void LogCrit(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2) in LogCrit() function in ot::Posix::Logger
H A Dtrel.cpp80 static void LogCrit(const char *aFormat, ...) in LogCrit() function
H A Dnetif.cpp292 static void LogCrit(const char *aFormat, ...) in LogCrit() function
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dlogger.cpp66 void Logger::LogCrit(const char *aFormat, ...) in LogCrit() function in ot::Spinel::Logger