Home
last modified time | relevance | path

Searched refs:RadioTypeToString (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_types.cpp161 string.Append("%s%s", addComma ? ", " : " ", RadioTypeToString(kRadioTypeIeee802154)); in ToString()
169 string.Append("%s%s", addComma ? ", " : " ", RadioTypeToString(kRadioTypeTrel)); in ToString()
181 const char *RadioTypeToString(RadioType aRadioType) in RadioTypeToString() function
H A Dmac_types.hpp812 const char *RadioTypeToString(RadioType aRadioType);
H A Dmac_frame.cpp1646 string.Append(", radio:%s", RadioTypeToString(GetRadioType())); in ToInfoString()
H A Dmac.cpp1360 … LogDebg("Frame tx failed on required radio link %s with error %s", RadioTypeToString(radio), in HandleTransmitDone()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_history.cpp1021 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()
H A Dcli_history.hpp104 static const char *RadioTypeToString(const otHistoryTrackerMessageInfo &aInfo);
/aosp_15_r20/external/openthread/src/core/thread/
H A Dradio_selector.cpp374 preferenceString.Append("%s%s:%d", isFirstEntry ? "" : " ", RadioTypeToString(radio), in Log()
381RadioTypeToString(aRadioType), aNeighbor.GetExtAddress().ToString().AsCString(), aNeighbor.GetRloc… in Log()
H A Dmesh_forwarder_ftd.cpp903 radioString = aMessage.IsRadioTypeSet() ? RadioTypeToString(aMessage.GetRadioType()) : "all"; in LogMeshFragmentHeader()
H A Dmesh_forwarder.cpp1928 radioString = aMessage.IsRadioTypeSet() ? RadioTypeToString(aMessage.GetRadioType()) : "all"; in LogIp6Message()