Home
last modified time | relevance | path

Searched refs:mTitle (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/src/core/common/
Dlog.cpp185 info.mTitle = aText; in DumpInModule()
218 uint16_t txtLen = StringLength(aInfo.mTitle, kWidth - kTitleSuffixLen) + kTitleSuffixLen; in GenerateNextHexDumpLine()
221 writer.Append("[%s len=%03u]", aInfo.mTitle, aInfo.mDataLength); in GenerateNextHexDumpLine()
/openthread-3.6.0/include/openthread/
Dlogging.h266 …const char *mTitle; ///< Title string to add table header (MUST NOT b… member
/openthread-3.6.0/src/cli/
Dcli_dataset.cpp543 const char *mTitle; // Title to output. in Print() member
573 OutputFormat("%s: ", title.mTitle); in Print()
Dcli.cpp5649 info.mTitle = (aIsTx) ? "TX" : "RX"; in HandleLinkPcapReceive()