Home
last modified time | relevance | path

Searched refs:Process (Results 1 – 25 of 81) sorted by relevance

1234

/openthread-latest/src/cli/
Dcli.cpp190 template <> otError Interpreter::Process<Cmd("diag")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
218 template <> otError Interpreter::Process<Cmd("version")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
259 template <> otError Interpreter::Process<Cmd("reset")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
423 template <> otError Interpreter::Process<Cmd("attachtime")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
439 template <> otError Interpreter::Process<Cmd("history")>(Arg aArgs[]) { return mHistory.Process(aAr… in Process() function in ot::Cli::Interpreter
443 template <> otError Interpreter::Process<Cmd("ba")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
727 template <> otError Interpreter::Process<Cmd("br")>(Arg aArgs[]) { return mBr.Process(aArgs); } in Process() function in ot::Cli::Interpreter
731 template <> otError Interpreter::Process<Cmd("nat64")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
1023 template <> otError Interpreter::Process<Cmd("bbr")>(Arg aArgs[]) { return mBbr.Process(aArgs); } in Process() function in ot::Cli::Interpreter
1035 template <> otError Interpreter::Process<Cmd("domainname")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
[all …]
Dcli_bbr.cpp54 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
[all …]
Dcli_srp_server.cpp66 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
[all …]
Dcli_br.cpp56 template <> otError Br::Process<Cmd("init")>(Arg aArgs[]) in Process() function in ot::Cli::Br
81 template <> otError Br::Process<Cmd("enable")>(Arg aArgs[]) in Process() function in ot::Cli::Br
102 template <> otError Br::Process<Cmd("disable")>(Arg aArgs[]) in Process() function in ot::Cli::Br
122 template <> otError Br::Process<Cmd("state")>(Arg aArgs[]) in Process() function in ot::Cli::Br
190 template <> otError Br::Process<Cmd("omrprefix")>(Arg aArgs[]) in Process() function in ot::Cli::Br
256 template <> otError Br::Process<Cmd("onlinkprefix")>(Arg aArgs[]) in Process() function in ot::Cli::Br
335 template <> otError Br::Process<Cmd("nat64prefix")>(Arg aArgs[]) in Process() function in ot::Cli::Br
392 template <> otError Br::Process<Cmd("peers")>(Arg aArgs[]) in Process() function in ot::Cli::Br
494 template <> otError Br::Process<Cmd("prefixtable")>(Arg aArgs[]) in Process() function in ot::Cli::Br
530 template <> otError Br::Process<Cmd("pd")>(Arg aArgs[]) in Process() function in ot::Cli::Br
[all …]
Dcli_joiner.cpp45 template <> otError Joiner::Process<Cmd("discerner")>(Arg aArgs[]) in Process() function in ot::Cli::Joiner
130 template <> otError Joiner::Process<Cmd("id")>(Arg aArgs[]) in Process() function in ot::Cli::Joiner
153 template <> otError Joiner::Process<Cmd("start")>(Arg aArgs[]) in Process() function in ot::Cli::Joiner
181 template <> otError Joiner::Process<Cmd("stop")>(Arg aArgs[]) in Process() function in ot::Cli::Joiner
208 template <> otError Joiner::Process<Cmd("state")>(Arg aArgs[]) in Process() function in ot::Cli::Joiner
217 otError Joiner::Process(Arg aArgs[]) in Process() function in ot::Cli::Joiner
221 aCommandString, &Joiner::Process<Cmd(aCommandString)> \ in Process()
Dcli_commissioner.cpp61 template <> otError Commissioner::Process<Cmd("announce")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
101 template <> otError Commissioner::Process<Cmd("energy")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
123 template <> otError Commissioner::Process<Cmd("joiner")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
311 template <> otError Commissioner::Process<Cmd("mgmtget")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
377 template <> otError Commissioner::Process<Cmd("mgmtset")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
458 template <> otError Commissioner::Process<Cmd("panid")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
486 template <> otError Commissioner::Process<Cmd("provisioningurl")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
504 template <> otError Commissioner::Process<Cmd("sessionid")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
529 template <> otError Commissioner::Process<Cmd("id")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
560 template <> otError Commissioner::Process<Cmd("start")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
[all …]
Dcli_coap_secure.cpp109 template <> otError CoapSecure::Process<Cmd("resource")>(Arg aArgs[]) in Process() function in ot::Cli::CoapSecure
157 template <> otError CoapSecure::Process<Cmd("set")>(Arg aArgs[]) in Process() function in ot::Cli::CoapSecure
215 template <> otError CoapSecure::Process<Cmd("start")>(Arg aArgs[]) in Process() function in ot::Cli::CoapSecure
261 template <> otError CoapSecure::Process<Cmd("stop")>(Arg aArgs[]) in Process() function in ot::Cli::CoapSecure
295 template <> otError CoapSecure::Process<Cmd("isclosed")>(Arg aArgs[]) in Process() function in ot::Cli::CoapSecure
311 template <> otError CoapSecure::Process<Cmd("isconnected")>(Arg aArgs[]) in Process() function in ot::Cli::CoapSecure
329 template <> otError CoapSecure::Process<Cmd("isconnactive")>(Arg aArgs[]) in Process() function in ot::Cli::CoapSecure
368 template <> otError CoapSecure::Process<Cmd("get")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_… in Process() function in ot::Cli::CoapSecure
400 template <> otError CoapSecure::Process<Cmd("post")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT… in Process() function in ot::Cli::CoapSecure
432 template <> otError CoapSecure::Process<Cmd("put")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_… in Process() function in ot::Cli::CoapSecure
[all …]
Dcli_udp.cpp82 template <> otError UdpExample::Process<Cmd("bind")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
131 template <> otError UdpExample::Process<Cmd("connect")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
163 template <> otError UdpExample::Process<Cmd("close")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
179 template <> otError UdpExample::Process<Cmd("open")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
252 template <> otError UdpExample::Process<Cmd("send")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
331 template <> otError UdpExample::Process<Cmd("linksecurity")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
424 otError UdpExample::Process(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
428 aCommandString, &UdpExample::Process<Cmd(aCommandString)> \ in Process()
Dcli_srp_client.cpp69 template <> otError SrpClient::Process<Cmd("autostart")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
166 template <> otError SrpClient::Process<Cmd("callback")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
182 template <> otError SrpClient::Process<Cmd("host")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
454 template <> otError SrpClient::Process<Cmd("leaseinterval")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
476 template <> otError SrpClient::Process<Cmd("keyleaseinterval")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
481 template <> otError SrpClient::Process<Cmd("server")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
544 template <> otError SrpClient::Process<Cmd("service")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
854 template <> otError SrpClient::Process<Cmd("start")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
880 template <> otError SrpClient::Process<Cmd("state")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
901 template <> otError SrpClient::Process<Cmd("stop")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
[all …]
Dcli_mdns.cpp46 template <> otError Mdns::Process<Cmd("enable")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
62 template <> otError Mdns::Process<Cmd("disable")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
73 template <> otError Mdns::Process<Cmd("state")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
84 template <> otError Mdns::Process<Cmd("unicastquestion")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
180 template <> otError Mdns::Process<Cmd("register")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
441 template <> otError Mdns::Process<Cmd("unregister")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
492 template <> otError Mdns::Process<Cmd("hosts")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
529 template <> otError Mdns::Process<Cmd("services")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
566 template <> otError Mdns::Process<Cmd("keys")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
625 template <> otError Mdns::Process<Cmd("browser")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
[all …]
Dcli_tcat.cpp158 template <> otError Tcat::Process<Cmd("advid")>(Arg aArgs[]) in Process() function in ot::Cli::Tcat
244 template <> otError Tcat::Process<Cmd("devid")>(Arg aArgs[]) in Process() function in ot::Cli::Tcat
288 template <> otError Tcat::Process<Cmd("start")>(Arg aArgs[]) in Process() function in ot::Cli::Tcat
337 template <> otError Tcat::Process<Cmd("stop")>(Arg aArgs[]) in Process() function in ot::Cli::Tcat
346 otError Tcat::Process(Arg aArgs[]) in Process() function in ot::Cli::Tcat
350 aCommandString, &Tcat::Process<Cmd(aCommandString)> \ in Process()
Dcli_dns.cpp45 template <> otError Dns::Process<Cmd("compression")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
109 template <> otError Dns::Process<Cmd("config")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
241 template <> otError Dns::Process<Cmd("resolve")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
258 template <> otError Dns::Process<Cmd("resolve4")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
322 template <> otError Dns::Process<Cmd("browse")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
361 template <> otError Dns::Process<Cmd("service")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
390 template <> otError Dns::Process<Cmd("servicehost")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
657 template <> otError Dns::Process<Cmd("server")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
702 otError Dns::Process(Arg aArgs[]) in Process() function in ot::Cli::Dns
706 aCommandString, &Dns::Process<Cmd(aCommandString)> \ in Process()
Dcli_network_data.cpp186 template <> otError NetworkData::Process<Cmd("length")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
197 template <> otError NetworkData::Process<Cmd("maxlength")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
237 template <> otError NetworkData::Process<Cmd("publish")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
428 template <> otError NetworkData::Process<Cmd("unpublish")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
497 template <> otError NetworkData::Process<Cmd("register")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
514 template <> otError NetworkData::Process<Cmd("steeringdata")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
820 template <> otError NetworkData::Process<Cmd("show")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
884 template <> otError NetworkData::Process<Cmd("full")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
935 otError NetworkData::Process(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
939 aCommandString, &NetworkData::Process<Cmd(aCommandString)> \ in Process()
Dcli_dataset.cpp640 template <> otError Dataset::Process<Cmd("init")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
698 template <> otError Dataset::Process<Cmd("active")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
722 template <> otError Dataset::Process<Cmd("pending")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
755 template <> otError Dataset::Process<Cmd("clear")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
763 template <> otError Dataset::Process<Cmd("commit")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
801 template <> otError Dataset::Process<Cmd("mgmtsetcommand")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
885 template <> otError Dataset::Process<Cmd("mgmtgetcommand")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
1121 template <> otError Dataset::Process<Cmd("set")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
1155 template <> otError Dataset::Process<Cmd("tlvs")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
1168 template <> otError Dataset::Process<Cmd("updater")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
[all …]
Dcli_history.cpp130 template <> otError History::Process<Cmd("ipaddr")>(Arg aArgs[]) in Process() function in ot::Cli::History
241 template <> otError History::Process<Cmd("ipmaddr")>(Arg aArgs[]) in Process() function in ot::Cli::History
354 template <> otError History::Process<Cmd("neighbor")>(Arg aArgs[]) in Process() function in ot::Cli::History
500 template <> otError History::Process<Cmd("router")>(Arg aArgs[]) in Process() function in ot::Cli::History
641 template <> otError History::Process<Cmd("netinfo")>(Arg aArgs[]) in Process() function in ot::Cli::History
791 template <> otError History::Process<Cmd("rx")>(Arg aArgs[]) { return ProcessRxTxHistory(kRx, aArgs… in Process() function in ot::Cli::History
917 template <> otError History::Process<Cmd("rxtx")>(Arg aArgs[]) { return ProcessRxTxHistory(kRxTx, a… in Process() function in ot::Cli::History
1002 template <> otError History::Process<Cmd("tx")>(Arg aArgs[]) { return ProcessRxTxHistory(kTx, aArgs… in Process() function in ot::Cli::History
1301 template <> otError History::Process<Cmd("prefix")>(Arg aArgs[]) in Process() function in ot::Cli::History
1390 template <> otError History::Process<Cmd("route")>(Arg aArgs[]) in Process() function in ot::Cli::History
[all …]
Dcli_link_metrics.cpp55 template <> otError LinkMetrics::Process<Cmd("query")>(Arg aArgs[]) in Process() function in ot::Cli::LinkMetrics
62 template <> otError LinkMetrics::Process<Cmd("request")>(Arg aArgs[]) in Process() function in ot::Cli::LinkMetrics
148 template <> otError LinkMetrics::Process<Cmd("mgmt")>(Arg aArgs[]) in Process() function in ot::Cli::LinkMetrics
155 template <> otError LinkMetrics::Process<Cmd("config")>(Arg aArgs[]) in Process() function in ot::Cli::LinkMetrics
348 template <> otError LinkMetrics::Process<Cmd("probe")>(Arg aArgs[]) in Process() function in ot::Cli::LinkMetrics
378 otError LinkMetrics::Process(Arg aArgs[]) in Process() function in ot::Cli::LinkMetrics
382 aCommandString, &LinkMetrics::Process<Cmd(aCommandString)> \ in Process()
Dcli_coap.cpp156 template <> otError Coap::Process<Cmd("cancel")>(Arg aArgs[]) in Process() function in ot::Cli::Coap
181 template <> otError Coap::Process<Cmd("resource")>(Arg aArgs[]) in Process() function in ot::Cli::Coap
234 template <> otError Coap::Process<Cmd("set")>(Arg aArgs[]) in Process() function in ot::Cli::Coap
305 template <> otError Coap::Process<Cmd("start")>(Arg aArgs[]) in Process() function in ot::Cli::Coap
321 template <> otError Coap::Process<Cmd("stop")>(Arg aArgs[]) in Process() function in ot::Cli::Coap
381 template <> otError Coap::Process<Cmd("parameters")>(Arg aArgs[]) in Process() function in ot::Cli::Coap
462 template <> otError Coap::Process<Cmd("get")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_COAP_C… in Process() function in ot::Cli::Coap
497 template <> otError Coap::Process<Cmd("post")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_COAP_… in Process() function in ot::Cli::Coap
532 template <> otError Coap::Process<Cmd("put")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_COAP_C… in Process() function in ot::Cli::Coap
550 template <> otError Coap::Process<Cmd("delete")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_COA… in Process() function in ot::Cli::Coap
[all …]
Dcli_tcat.hpp72 otError Process(Arg aArgs[]);
77 template <CommandId kCommandId> otError Process(Arg aArgs[]);
Dcli_bbr.hpp78 otError Process(Arg aArgs[]);
83 template <CommandId kCommandId> otError Process(Arg aArgs[]);
Dcli_srp_server.hpp76 otError Process(Arg aArgs[]);
83 template <CommandId kCommandId> otError Process(Arg aArgs[]);
Dcli_joiner.hpp76 otError Process(Arg aArgs[]);
81 template <CommandId kCommandId> otError Process(Arg aArgs[]);
Dcli_mesh_diag.cpp52 template <> otError MeshDiag::Process<Cmd("topology")>(Arg aArgs[]) in Process() function in ot::Cli::MeshDiag
131 template <> otError MeshDiag::Process<Cmd("childtable")>(Arg aArgs[]) in Process() function in ot::Cli::MeshDiag
190 template <> otError MeshDiag::Process<Cmd("childip6")>(Arg aArgs[]) in Process() function in ot::Cli::MeshDiag
226 template <> otError MeshDiag::Process<Cmd("routerneighbortable")>(Arg aArgs[]) in Process() function in ot::Cli::MeshDiag
269 otError MeshDiag::Process(Arg aArgs[]) in Process() function in ot::Cli::MeshDiag
273 aCommandString, &MeshDiag::Process<Cmd(aCommandString)> \ in Process()
Dcli_tcp.cpp115 template <> otError TcpExample::Process<Cmd("init")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
289 template <> otError TcpExample::Process<Cmd("deinit")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
346 template <> otError TcpExample::Process<Cmd("bind")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
391 template <> otError TcpExample::Process<Cmd("connect")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
473 template <> otError TcpExample::Process<Cmd("send")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
523 template <> otError TcpExample::Process<Cmd("benchmark")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
655 template <> otError TcpExample::Process<Cmd("sendend")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
680 template <> otError TcpExample::Process<Cmd("abort")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
714 template <> otError TcpExample::Process<Cmd("listen")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
742 template <> otError TcpExample::Process<Cmd("stoplistening")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
[all …]
Dcli_br.hpp77 otError Process(Arg aArgs[]);
95 template <CommandId kCommandId> otError Process(Arg aArgs[]);
/openthread-latest/src/posix/platform/
Dmainloop.hpp63 virtual void Process(const otSysMainloopContext &aContext) = 0;
92 void Process(const otSysMainloopContext &aContext);

1234