Searched refs:mTitle (Results 1 – 4 of 4) sorted by relevance
185 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()
266 …const char *mTitle; ///< Title string to add table header (MUST NOT b… member
543 const char *mTitle; // Title to output. in Print() member573 OutputFormat("%s: ", title.mTitle); in Print()
5649 info.mTitle = (aIsTx) ? "TX" : "RX"; in HandleLinkPcapReceive()