Lines Matching refs:Process
66 template <> otError SrpServer::Process<Cmd("addrmode")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
122 template <> otError SrpServer::Process<Cmd("auto")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
145 template <> otError SrpServer::Process<Cmd("domain")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
180 template <> otError SrpServer::Process<Cmd("state")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
199 template <> otError SrpServer::Process<Cmd("enable")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
219 template <> otError SrpServer::Process<Cmd("disable")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
228 template <> otError SrpServer::Process<Cmd("ttl")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
272 template <> otError SrpServer::Process<Cmd("lease")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
318 template <> otError SrpServer::Process<Cmd("host")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
421 template <> otError SrpServer::Process<Cmd("service")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
512 template <> otError SrpServer::Process<Cmd("seqnum")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
532 otError SrpServer::Process(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
536 aCommandString, &SrpServer::Process<Cmd(aCommandString)> \ in Process()