Searched refs:RadioTypeToString (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/src/core/mac/ |
D | mac_types.cpp | 192 string.Append("%s%s", addComma ? ", " : " ", RadioTypeToString(kRadioTypeIeee802154)); in ToString() 200 string.Append("%s%s", addComma ? ", " : " ", RadioTypeToString(kRadioTypeTrel)); in ToString() 212 const char *RadioTypeToString(RadioType aRadioType) in RadioTypeToString() function
|
D | mac_types.hpp | 754 const char *RadioTypeToString(RadioType aRadioType);
|
D | mac_frame.cpp | 1646 string.Append(", radio:%s", RadioTypeToString(GetRadioType())); in ToInfoString()
|
D | mac.cpp | 1400 … LogDebg("Frame tx failed on required radio link %s with error %s", RadioTypeToString(radio), in HandleTransmitDone()
|
/openthread-latest/src/cli/ |
D | cli_history.hpp | 101 static const char *RadioTypeToString(const otHistoryTrackerMessageInfo &aInfo);
|
D | cli_history.cpp | 1021 const char *History::RadioTypeToString(const otHistoryTrackerMessageInfo &aInfo) in RadioTypeToString() function in ot::Cli::History 1197 …ine(" %s:0x%04x radio:%s", aIsRx ? "from" : "to", aInfo.mNeighborRloc16, RadioTypeToString(aInfo)); in OutputRxTxEntryListFormat() 1240 OutputLine("| %5.5s |", RadioTypeToString(aInfo)); in OutputRxTxEntryTableFormat()
|
/openthread-latest/src/core/thread/ |
D | radio_selector.cpp | 370 preferenceString.Append("%s%s:%d", isFirstEntry ? "" : " ", RadioTypeToString(radio), in Log() 377 …RadioTypeToString(aRadioType), aNeighbor.GetExtAddress().ToString().AsCString(), aNeighbor.GetRloc… in Log()
|
D | mesh_forwarder.cpp | 1904 …aString.Append(", radio:%s", aMessage.IsRadioTypeSet() ? RadioTypeToString(aMessage.GetRadioType()… in AppendSecErrorPrioRssRadioLabelsToLogString()
|