Home
last modified time | relevance | path

Searched refs:otLoggingGetLevel (Results 1 – 6 of 6) sorted by relevance

/openthread-3.6.0/include/openthread/
Dlogging.h64 otLogLevel otLoggingGetLevel(void);
/openthread-3.6.0/src/core/api/
Dlogging_api.cpp45 otLogLevel otLoggingGetLevel(void) { return static_cast<otLogLevel>(Instance::GetLogLevel()); } in otLoggingGetLevel() function
/openthread-3.6.0/src/core/common/
Dlog.cpp181 VerifyOrExit(otLoggingGetLevel() >= aLogLevel); in DumpInModule()
/openthread-3.6.0/src/ncp/
Dncp_base.cpp2491 return mEncoder.WriteUint8(ConvertLogLevel(otLoggingGetLevel())); in HandlePropertyGet()
/openthread-3.6.0/src/lib/spinel/
Dradio_spinel.cpp2432 VerifyOrExit(otLoggingGetLevel() >= OT_LOG_LEVEL_DEBG); in LogSpinelFrame()
/openthread-3.6.0/src/cli/
Dcli.cpp2770 OutputLine("%d", otLoggingGetLevel()); in Process()