Lines Matching defs:aArgs
50 otError History::ParseArgs(Arg aArgs[], bool &aIsList, uint16_t &aNumEntries) const in ParseArgs()
74 template <> otError History::Process<Cmd("ipaddr")>(Arg aArgs[]) in Process()
137 template <> otError History::Process<Cmd("ipmaddr")>(Arg aArgs[]) in Process()
194 template <> otError History::Process<Cmd("neighbor")>(Arg aArgs[]) in Process()
259 template <> otError History::Process<Cmd("netinfo")>(Arg aArgs[]) in Process()
302 template <> otError History::Process<Cmd("rx")>(Arg aArgs[]) in Process()
307 template <> otError History::Process<Cmd("rxtx")>(Arg aArgs[]) in Process()
312 template <> otError History::Process<Cmd("tx")>(Arg aArgs[]) in Process()
389 otError History::ProcessRxTxHistory(RxTx aRxTx, Arg aArgs[]) in ProcessRxTxHistory()
562 template <> otError History::Process<Cmd("prefix")>(Arg aArgs[]) in Process()
612 template <> otError History::Process<Cmd("route")>(Arg aArgs[]) in Process()
662 otError History::Process(Arg aArgs[]) in Process()