Home
last modified time | relevance | path

Searched refs:OutputTableSeparator (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/cli/
Dcli_utils.hpp472 …template <uint8_t kTableNumColumns> void OutputTableSeparator(const uint8_t (&aWidths)[kTableNumCo… in OutputTableSeparator() function in ot::Cli::Utils
474 OutputTableSeparator(kTableNumColumns, &aWidths[0]); in OutputTableSeparator()
721 void OutputTableSeparator(uint8_t aNumColumns, const uint8_t aWidths[]);
Dcli_utils.cpp412 OutputTableSeparator(aNumColumns, aWidths); in OutputTableHeader()
415 void Utils::OutputTableSeparator(uint8_t aNumColumns, const uint8_t aWidths[]) in OutputTableSeparator() function in ot::Cli::Utils
Dcli_history.cpp1165 OutputTableSeparator(kTableColumnWidths); in ProcessRxTxHistory()