Home
last modified time | relevance | path

Searched refs:OT_LOG_REGION_COAP (Results 1 – 3 of 3) sorted by relevance

/openthread-2.7.6/include/openthread/platform/
Dlogging.h134 OT_LOG_REGION_COAP = 14, ///< CoAP enumerator
/openthread-2.7.6/src/core/common/
Dlogging.hpp1307 #define otLogCritCoap(...) otLogCrit(OT_LOG_REGION_COAP, _OT_REGION_COAP_PREFIX, __VA_ARGS__)
1308 #define otLogWarnCoap(...) otLogWarn(OT_LOG_REGION_COAP, _OT_REGION_COAP_PREFIX, __VA_ARGS__)
1309 #define otLogNoteCoap(...) otLogNote(OT_LOG_REGION_COAP, _OT_REGION_COAP_PREFIX, __VA_ARGS__)
1310 #define otLogInfoCoap(...) otLogInfo(OT_LOG_REGION_COAP, _OT_REGION_COAP_PREFIX, __VA_ARGS__)
1311 #define otLogDebgCoap(...) otLogDebg(OT_LOG_REGION_COAP, _OT_REGION_COAP_PREFIX, __VA_ARGS__)
/openthread-2.7.6/src/ncp/
Dncp_base.cpp622 case OT_LOG_REGION_COAP: in ConvertLogRegion()