Lines Matching refs:Process
54 template <> otError Bbr::Process<Cmd("mlr")>(Arg aArgs[]) in Process() function in ot::Cli::Bbr
168 template <> otError Bbr::Process<Cmd("mgmt")>(Arg aArgs[]) in Process() function in ot::Cli::Bbr
229 error = Process<Cmd("mlr")>(aArgs + 1); in Process()
247 template <> otError Bbr::Process<Cmd("enable")>(Arg aArgs[]) in Process() function in ot::Cli::Bbr
264 template <> otError Bbr::Process<Cmd("disable")>(Arg aArgs[]) in Process() function in ot::Cli::Bbr
291 template <> otError Bbr::Process<Cmd("jitter")>(Arg aArgs[]) in Process() function in ot::Cli::Bbr
305 template <> otError Bbr::Process<Cmd("register")>(Arg aArgs[]) in Process() function in ot::Cli::Bbr
334 template <> otError Bbr::Process<Cmd("state")>(Arg aArgs[]) in Process() function in ot::Cli::Bbr
366 template <> otError Bbr::Process<Cmd("config")>(Arg aArgs[]) in Process() function in ot::Cli::Bbr
425 otError Bbr::Process(Arg aArgs[]) in Process() function in ot::Cli::Bbr
427 #define CmdEntry(aCommandString) {aCommandString, &Bbr::Process<Cmd(aCommandString)>} in Process()