Home
last modified time | relevance | path

Searched refs:otLogWarnMeshCoP (Results 1 – 5 of 5) sorted by relevance

/openthread-2.7.6/src/core/meshcop/
Dborder_agent.cpp213otLogWarnMeshCoP("Commissioner request[%hu] failed: %s", aForwardContext.GetMessageId(), ErrorToSt… in HandleCoapResponse()
614otLogWarnMeshCoP("failed to start Border Agent on port %d: %s", kBorderAgentUdpPort, ErrorToString… in Start()
628 otLogWarnMeshCoP("Reset commissioner session"); in HandleTimeout()
Dmeshcop.cpp362 otLogWarnMeshCoP("Failed to %s: %s", aActionText, ErrorToString(aError)); in LogError()
Ddataset.cpp544otLogWarnMeshCoP("DatasetManager::ApplyConfiguration() Failed to set channel to %d (%s)", channel, in ApplyConfiguration()
Ddtls.cpp601 otLogWarnMeshCoP("Dtls::HandleMbedtlsTransmit: %s error", ErrorToString(error)); in HandleMbedtlsTransmit()
/openthread-2.7.6/src/core/common/
Dlogging.hpp331 #define otLogWarnMeshCoP(...) otLogWarn(OT_LOG_REGION_MESH_COP, _OT_REGION_MESH_COP_PREFIX, __VA_AR… macro
337 #define otLogWarnMeshCoP(...)
344 #define otLogWarnMbedTls(...) otLogWarnMeshCoP(__VA_ARGS__)