Home
last modified time | relevance | path

Searched refs:ProcessRxTxHistory (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/cli/
Dcli_history.hpp96 otError ProcessRxTxHistory(RxTx aRxTx, Arg aArgs[]);
Dcli_history.cpp791 template <> otError History::Process<Cmd("rx")>(Arg aArgs[]) { return ProcessRxTxHistory(kRx, aArgs… in Process()
917 template <> otError History::Process<Cmd("rxtx")>(Arg aArgs[]) { return ProcessRxTxHistory(kRxTx, a… in Process()
1002 template <> otError History::Process<Cmd("tx")>(Arg aArgs[]) { return ProcessRxTxHistory(kTx, aArgs… in Process()
1076 otError History::ProcessRxTxHistory(RxTx aRxTx, Arg aArgs[]) in ProcessRxTxHistory() function in ot::Cli::History