Searched refs:otLogWarnMeshCoP (Results 1 – 5 of 5) sorted by relevance
/openthread-2.7.6/src/core/meshcop/ |
D | border_agent.cpp | 213 …otLogWarnMeshCoP("Commissioner request[%hu] failed: %s", aForwardContext.GetMessageId(), ErrorToSt… in HandleCoapResponse() 614 …otLogWarnMeshCoP("failed to start Border Agent on port %d: %s", kBorderAgentUdpPort, ErrorToString… in Start() 628 otLogWarnMeshCoP("Reset commissioner session"); in HandleTimeout()
|
D | meshcop.cpp | 362 otLogWarnMeshCoP("Failed to %s: %s", aActionText, ErrorToString(aError)); in LogError()
|
D | dataset.cpp | 544 … otLogWarnMeshCoP("DatasetManager::ApplyConfiguration() Failed to set channel to %d (%s)", channel, in ApplyConfiguration()
|
D | dtls.cpp | 601 otLogWarnMeshCoP("Dtls::HandleMbedtlsTransmit: %s error", ErrorToString(error)); in HandleMbedtlsTransmit()
|
/openthread-2.7.6/src/core/common/ |
D | logging.hpp | 331 #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__)
|