Lines Matching defs:aArgs
50 otError History::ParseArgs(Arg aArgs[], bool &aIsList, uint16_t &aNumEntries) const in ParseArgs()
130 template <> otError History::Process<Cmd("ipaddr")>(Arg aArgs[]) in Process()
241 template <> otError History::Process<Cmd("ipmaddr")>(Arg aArgs[]) in Process()
354 template <> otError History::Process<Cmd("neighbor")>(Arg aArgs[]) in Process()
500 template <> otError History::Process<Cmd("router")>(Arg aArgs[]) in Process()
641 template <> otError History::Process<Cmd("netinfo")>(Arg aArgs[]) in Process()
791 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()
1301 template <> otError History::Process<Cmd("prefix")>(Arg aArgs[]) in Process()
1390 template <> otError History::Process<Cmd("route")>(Arg aArgs[]) in Process()
1440 otError History::Process(Arg aArgs[]) in Process()