Home
last modified time | relevance | path

Searched defs:aArgs (Results 1 – 25 of 58) sorted by relevance

123

/external/openthread/src/cli/
Dcli.cpp190 template <> otError Interpreter::Process<Cmd("diag")>(Arg aArgs[]) in Process()
218 template <> otError Interpreter::Process<Cmd("version")>(Arg aArgs[]) in Process()
259 template <> otError Interpreter::Process<Cmd("reset")>(Arg aArgs[]) in Process()
369 otError Interpreter::ProcessUserCommands(Arg aArgs[]) in ProcessUserCommands()
426 template <> otError Interpreter::Process<Cmd("attachtime")>(Arg aArgs[]) in Process()
442 template <> otError Interpreter::Process<Cmd("history")>(Arg aArgs[]) { return mHistory.Process(aAr… in Process()
446 template <> otError Interpreter::Process<Cmd("ba")>(Arg aArgs[]) in Process()
768 template <> otError Interpreter::Process<Cmd("br")>(Arg aArgs[]) { return mBr.Process(aArgs); } in Process()
772 template <> otError Interpreter::Process<Cmd("nat64")>(Arg aArgs[]) in Process()
1072 template <> otError Interpreter::Process<Cmd("bbr")>(Arg aArgs[]) { return mBbr.Process(aArgs); } in Process()
[all …]
Dcli_dataset.cpp422 otError Dataset::ParseActiveTimestamp(Arg *&aArgs, otOperationalDataset &aDataset) in ParseActiveTimestamp()
434 otError Dataset::ParseChannel(Arg *&aArgs, otOperationalDataset &aDataset) in ParseChannel()
439 otError Dataset::ParseWakeupChannel(Arg *&aArgs, otOperationalDataset &aDataset) in ParseWakeupChannel()
444 otError Dataset::ParseChannelMask(Arg *&aArgs, otOperationalDataset &aDataset) in ParseChannelMask()
449 otError Dataset::ParseDelay(Arg *&aArgs, otOperationalDataset &aDataset) in ParseDelay()
454 otError Dataset::ParseExtendedPanId(Arg *&aArgs, otOperationalDataset &aDataset) in ParseExtendedPanId()
459 otError Dataset::ParseMeshLocalPrefix(Arg *&aArgs, otOperationalDataset &aDataset) in ParseMeshLocalPrefix()
472 otError Dataset::ParseNetworkKey(Arg *&aArgs, otOperationalDataset &aDataset) in ParseNetworkKey()
477 otError Dataset::ParseNetworkName(Arg *&aArgs, otOperationalDataset &aDataset) in ParseNetworkName()
488 otError Dataset::ParsePanId(Arg *&aArgs, otOperationalDataset &aDataset) in ParsePanId()
[all …]
Dcli_br.cpp56 template <> otError Br::Process<Cmd("init")>(Arg aArgs[]) in Process()
81 template <> otError Br::Process<Cmd("enable")>(Arg aArgs[]) in Process()
102 template <> otError Br::Process<Cmd("disable")>(Arg aArgs[]) in Process()
122 template <> otError Br::Process<Cmd("state")>(Arg aArgs[]) in Process()
146 otError Br::ParsePrefixTypeArgs(Arg aArgs[], PrefixType &aFlags) in ParsePrefixTypeArgs()
190 template <> otError Br::Process<Cmd("omrprefix")>(Arg aArgs[]) in Process()
256 template <> otError Br::Process<Cmd("onlinkprefix")>(Arg aArgs[]) in Process()
335 template <> otError Br::Process<Cmd("nat64prefix")>(Arg aArgs[]) in Process()
392 template <> otError Br::Process<Cmd("peers")>(Arg aArgs[]) in Process()
494 template <> otError Br::Process<Cmd("prefixtable")>(Arg aArgs[]) in Process()
[all …]
Dcli_srp_server.cpp66 template <> otError SrpServer::Process<Cmd("addrmode")>(Arg aArgs[]) in Process()
130 template <> otError SrpServer::Process<Cmd("auto")>(Arg aArgs[]) in Process()
153 template <> otError SrpServer::Process<Cmd("domain")>(Arg aArgs[]) in Process()
203 template <> otError SrpServer::Process<Cmd("faststart")>(Arg aArgs[]) in Process()
244 template <> otError SrpServer::Process<Cmd("state")>(Arg aArgs[]) in Process()
263 template <> otError SrpServer::Process<Cmd("enable")>(Arg aArgs[]) in Process()
283 template <> otError SrpServer::Process<Cmd("disable")>(Arg aArgs[]) in Process()
292 template <> otError SrpServer::Process<Cmd("ttl")>(Arg aArgs[]) in Process()
336 template <> otError SrpServer::Process<Cmd("lease")>(Arg aArgs[]) in Process()
382 template <> otError SrpServer::Process<Cmd("host")>(Arg aArgs[]) in Process()
[all …]
Dcli_bbr.cpp54 template <> otError Bbr::Process<Cmd("mlr")>(Arg aArgs[]) in Process()
168 template <> otError Bbr::Process<Cmd("mgmt")>(Arg aArgs[]) in Process()
247 template <> otError Bbr::Process<Cmd("enable")>(Arg aArgs[]) in Process()
264 template <> otError Bbr::Process<Cmd("disable")>(Arg aArgs[]) in Process()
291 template <> otError Bbr::Process<Cmd("jitter")>(Arg aArgs[]) in Process()
305 template <> otError Bbr::Process<Cmd("register")>(Arg aArgs[]) in Process()
334 template <> otError Bbr::Process<Cmd("state")>(Arg aArgs[]) in Process()
366 template <> otError Bbr::Process<Cmd("config")>(Arg aArgs[]) in Process()
425 otError Bbr::Process(Arg aArgs[]) in Process()
Dcli_mdns.cpp46 template <> otError Mdns::Process<Cmd("enable")>(Arg aArgs[]) in Process()
62 template <> otError Mdns::Process<Cmd("disable")>(Arg aArgs[]) in Process()
73 template <> otError Mdns::Process<Cmd("state")>(Arg aArgs[]) in Process()
84 template <> otError Mdns::Process<Cmd("unicastquestion")>(Arg aArgs[]) in Process()
180 template <> otError Mdns::Process<Cmd("register")>(Arg aArgs[]) in Process()
224 otError Mdns::ProcessRegisterHost(Arg aArgs[]) in ProcessRegisterHost()
271 otError Mdns::ProcessRegisterService(Arg aArgs[]) in ProcessRegisterService()
288 otError Mdns::ParseServiceArgs(Arg aArgs[], otMdnsService &aService, Buffers &aBuffers) in ParseServiceArgs()
372 otError Mdns::ProcessRegisterKey(Arg aArgs[]) in ProcessRegisterKey()
441 template <> otError Mdns::Process<Cmd("unregister")>(Arg aArgs[]) in Process()
[all …]
Dcli_coap_secure.cpp109 template <> otError CoapSecure::Process<Cmd("resource")>(Arg aArgs[]) in Process()
157 template <> otError CoapSecure::Process<Cmd("set")>(Arg aArgs[]) in Process()
215 template <> otError CoapSecure::Process<Cmd("start")>(Arg aArgs[]) in Process()
261 template <> otError CoapSecure::Process<Cmd("stop")>(Arg aArgs[]) in Process()
295 template <> otError CoapSecure::Process<Cmd("isclosed")>(Arg aArgs[]) in Process()
311 template <> otError CoapSecure::Process<Cmd("isconnected")>(Arg aArgs[]) in Process()
329 template <> otError CoapSecure::Process<Cmd("isconnactive")>(Arg aArgs[]) in Process()
334 otError CoapSecure::ProcessIsRequest(Arg aArgs[], bool (*IsChecker)(otInstance *)) in ProcessIsRequest()
368 template <> otError CoapSecure::Process<Cmd("get")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_… in Process()
400 template <> otError CoapSecure::Process<Cmd("post")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT… in Process()
[all …]
Dcli_commissioner.cpp61 template <> otError Commissioner::Process<Cmd("announce")>(Arg aArgs[]) in Process()
101 template <> otError Commissioner::Process<Cmd("energy")>(Arg aArgs[]) in Process()
123 template <> otError Commissioner::Process<Cmd("joiner")>(Arg aArgs[]) in Process()
311 template <> otError Commissioner::Process<Cmd("mgmtget")>(Arg aArgs[]) in Process()
377 template <> otError Commissioner::Process<Cmd("mgmtset")>(Arg aArgs[]) in Process()
458 template <> otError Commissioner::Process<Cmd("panid")>(Arg aArgs[]) in Process()
486 template <> otError Commissioner::Process<Cmd("provisioningurl")>(Arg aArgs[]) in Process()
504 template <> otError Commissioner::Process<Cmd("sessionid")>(Arg aArgs[]) in Process()
529 template <> otError Commissioner::Process<Cmd("id")>(Arg aArgs[]) in Process()
560 template <> otError Commissioner::Process<Cmd("start")>(Arg aArgs[]) in Process()
[all …]
Dcli_srp_client.cpp69 template <> otError SrpClient::Process<Cmd("autostart")>(Arg aArgs[]) in Process()
166 template <> otError SrpClient::Process<Cmd("callback")>(Arg aArgs[]) in Process()
182 template <> otError SrpClient::Process<Cmd("host")>(Arg aArgs[]) in Process()
454 template <> otError SrpClient::Process<Cmd("leaseinterval")>(Arg aArgs[]) in Process()
476 template <> otError SrpClient::Process<Cmd("keyleaseinterval")>(Arg aArgs[]) in Process()
481 template <> otError SrpClient::Process<Cmd("server")>(Arg aArgs[]) in Process()
544 template <> otError SrpClient::Process<Cmd("service")>(Arg aArgs[]) in Process()
679 otError SrpClient::ProcessServiceAdd(Arg aArgs[]) in ProcessServiceAdd()
854 template <> otError SrpClient::Process<Cmd("start")>(Arg aArgs[]) in Process()
880 template <> otError SrpClient::Process<Cmd("state")>(Arg aArgs[]) in Process()
[all …]
Dcli_joiner.cpp45 template <> otError Joiner::Process<Cmd("discerner")>(Arg aArgs[]) in Process()
130 template <> otError Joiner::Process<Cmd("id")>(Arg aArgs[]) in Process()
153 template <> otError Joiner::Process<Cmd("start")>(Arg aArgs[]) in Process()
181 template <> otError Joiner::Process<Cmd("stop")>(Arg aArgs[]) in Process()
208 template <> otError Joiner::Process<Cmd("state")>(Arg aArgs[]) in Process()
217 otError Joiner::Process(Arg aArgs[]) in Process()
Dcli_dns.cpp45 template <> otError Dns::Process<Cmd("compression")>(Arg aArgs[]) in Process()
109 template <> otError Dns::Process<Cmd("config")>(Arg aArgs[]) in Process()
241 template <> otError Dns::Process<Cmd("resolve")>(Arg aArgs[]) in Process()
258 template <> otError Dns::Process<Cmd("resolve4")>(Arg aArgs[]) in Process()
322 template <> otError Dns::Process<Cmd("browse")>(Arg aArgs[]) in Process()
361 template <> otError Dns::Process<Cmd("service")>(Arg aArgs[]) in Process()
390 template <> otError Dns::Process<Cmd("servicehost")>(Arg aArgs[]) in Process()
395 otError Dns::ProcessService(Arg aArgs[], ResolveServiceFn aResolveServiceFn) in ProcessService()
417 otError Dns::GetDnsConfig(Arg aArgs[], otDnsQueryConfig *&aConfig) in GetDnsConfig()
657 template <> otError Dns::Process<Cmd("server")>(Arg aArgs[]) in Process()
[all …]
Dcli_coap.cpp156 template <> otError Coap::Process<Cmd("cancel")>(Arg aArgs[]) in Process()
181 template <> otError Coap::Process<Cmd("resource")>(Arg aArgs[]) in Process()
234 template <> otError Coap::Process<Cmd("set")>(Arg aArgs[]) in Process()
305 template <> otError Coap::Process<Cmd("start")>(Arg aArgs[]) in Process()
321 template <> otError Coap::Process<Cmd("stop")>(Arg aArgs[]) in Process()
381 template <> otError Coap::Process<Cmd("parameters")>(Arg aArgs[]) in Process()
462 template <> otError Coap::Process<Cmd("get")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_COAP_C… in Process()
497 template <> otError Coap::Process<Cmd("post")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_COAP_… in Process()
532 template <> otError Coap::Process<Cmd("put")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_COAP_C… in Process()
550 template <> otError Coap::Process<Cmd("delete")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_COA… in Process()
[all …]
Dcli_udp.cpp87 template <> otError UdpExample::Process<Cmd("bind")>(Arg aArgs[]) in Process()
141 template <> otError UdpExample::Process<Cmd("connect")>(Arg aArgs[]) in Process()
173 template <> otError UdpExample::Process<Cmd("close")>(Arg aArgs[]) in Process()
189 template <> otError UdpExample::Process<Cmd("open")>(Arg aArgs[]) in Process()
262 template <> otError UdpExample::Process<Cmd("send")>(Arg aArgs[]) in Process()
341 template <> otError UdpExample::Process<Cmd("linksecurity")>(Arg aArgs[]) in Process()
434 otError UdpExample::Process(Arg aArgs[]) in Process()
Dcli_history.cpp50 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()
[all …]
Dcli_network_data.cpp186 template <> otError NetworkData::Process<Cmd("length")>(Arg aArgs[]) in Process()
197 template <> otError NetworkData::Process<Cmd("maxlength")>(Arg aArgs[]) in Process()
237 template <> otError NetworkData::Process<Cmd("publish")>(Arg aArgs[]) in Process()
428 template <> otError NetworkData::Process<Cmd("unpublish")>(Arg aArgs[]) in Process()
497 template <> otError NetworkData::Process<Cmd("register")>(Arg aArgs[]) in Process()
514 template <> otError NetworkData::Process<Cmd("steeringdata")>(Arg aArgs[]) in Process()
820 template <> otError NetworkData::Process<Cmd("show")>(Arg aArgs[]) in Process()
884 template <> otError NetworkData::Process<Cmd("full")>(Arg aArgs[]) in Process()
935 otError NetworkData::Process(Arg aArgs[]) in Process()
Dcli_tcat.cpp158 template <> otError Tcat::Process<Cmd("advid")>(Arg aArgs[]) in Process()
244 template <> otError Tcat::Process<Cmd("devid")>(Arg aArgs[]) in Process()
288 template <> otError Tcat::Process<Cmd("start")>(Arg aArgs[]) in Process()
337 template <> otError Tcat::Process<Cmd("stop")>(Arg aArgs[]) in Process()
346 otError Tcat::Process(Arg aArgs[]) in Process()
Dcli_tcp.cpp115 template <> otError TcpExample::Process<Cmd("init")>(Arg aArgs[]) in Process()
289 template <> otError TcpExample::Process<Cmd("deinit")>(Arg aArgs[]) in Process()
346 template <> otError TcpExample::Process<Cmd("bind")>(Arg aArgs[]) in Process()
391 template <> otError TcpExample::Process<Cmd("connect")>(Arg aArgs[]) in Process()
479 template <> otError TcpExample::Process<Cmd("send")>(Arg aArgs[]) in Process()
545 template <> otError TcpExample::Process<Cmd("benchmark")>(Arg aArgs[]) in Process()
677 template <> otError TcpExample::Process<Cmd("sendend")>(Arg aArgs[]) in Process()
702 template <> otError TcpExample::Process<Cmd("abort")>(Arg aArgs[]) in Process()
736 template <> otError TcpExample::Process<Cmd("listen")>(Arg aArgs[]) in Process()
764 template <> otError TcpExample::Process<Cmd("stoplistening")>(Arg aArgs[]) in Process()
[all …]
Dcli_link_metrics.cpp55 template <> otError LinkMetrics::Process<Cmd("query")>(Arg aArgs[]) in Process()
62 template <> otError LinkMetrics::Process<Cmd("request")>(Arg aArgs[]) in Process()
148 template <> otError LinkMetrics::Process<Cmd("mgmt")>(Arg aArgs[]) in Process()
155 template <> otError LinkMetrics::Process<Cmd("config")>(Arg aArgs[]) in Process()
348 template <> otError LinkMetrics::Process<Cmd("probe")>(Arg aArgs[]) in Process()
378 otError LinkMetrics::Process(Arg aArgs[]) in Process()
Dcli_mesh_diag.cpp52 template <> otError MeshDiag::Process<Cmd("topology")>(Arg aArgs[]) in Process()
131 template <> otError MeshDiag::Process<Cmd("childtable")>(Arg aArgs[]) in Process()
190 template <> otError MeshDiag::Process<Cmd("childip6")>(Arg aArgs[]) in Process()
226 template <> otError MeshDiag::Process<Cmd("routerneighbortable")>(Arg aArgs[]) in Process()
269 otError MeshDiag::Process(Arg aArgs[]) in Process()
Dcli_utils.hpp532 template <typename ValueType> otError ProcessGet(Arg aArgs[], GetHandler<ValueType> aGetHandler) in ProcessGet()
549 template <typename ValueType> otError ProcessSet(Arg aArgs[], SetHandler<ValueType> aSetHandler) in ProcessSet()
563 …template <typename ValueType> otError ProcessSet(Arg aArgs[], SetHandlerFailable<ValueType> aSetHa… in ProcessSet()
578 …otError ProcessGetSet(Arg aArgs[], GetHandler<ValueType> aGetHandler, SetHandler<ValueType> aSetHa… in ProcessGetSet()
590 …otError ProcessGetSet(Arg aArgs[], GetHandler<ValueType> aGetHandler, SetHandlerFailable<ValueType… in ProcessGetSet()
745 template <> inline otError Utils::ProcessGet<uint32_t>(Arg aArgs[], GetHandler<uint32_t> aGetHandle… in ProcessGet()
756 template <> inline otError Utils::ProcessGet<int32_t>(Arg aArgs[], GetHandler<int32_t> aGetHandler) in ProcessGet()
Dcli_extension_example.c37 static otError helloWorldCommand(void *aContext, uint8_t aArgsLength, char *aArgs[]) in helloWorldCommand()
43 static otError threadCommand(void *aContext, uint8_t aArgsLength, char *aArgs[]) in threadCommand()
Dcli_mac_filter.cpp135 template <> otError MacFilter::Process<Cmd("addr")>(Arg aArgs[]) in Process()
311 template <> otError MacFilter::Process<Cmd("rss")>(Arg aArgs[]) in Process()
446 otError MacFilter::Process(Arg aArgs[]) in Process()
/external/openthread/src/core/diags/
Dfactory_diags.cpp49 otError otPlatDiagProcess(otInstance *aInstance, uint8_t aArgsLength, char *aArgs[]) in otPlatDiagProcess()
83 Error Diags::ProcessChannel(uint8_t aArgsLength, char *aArgs[]) in ProcessChannel()
99 Error Diags::ProcessPower(uint8_t aArgsLength, char *aArgs[]) in ProcessPower()
114 Error Diags::ProcessEcho(uint8_t aArgsLength, char *aArgs[]) in ProcessEcho()
152 Error Diags::ProcessStart(uint8_t aArgsLength, char *aArgs[]) in ProcessStart()
162 Error Diags::ProcessStop(uint8_t aArgsLength, char *aArgs[]) in ProcessStop()
945 Error Diags::ProcessContinuousWave(uint8_t aArgsLength, char *aArgs[]) in ProcessContinuousWave()
964 Error Diags::ProcessStream(uint8_t aArgsLength, char *aArgs[]) in ProcessStream()
991 Error Diags::ProcessPowerSettings(uint8_t aArgsLength, char *aArgs[]) in ProcessPowerSettings()
1048 Error Diags::ProcessRawPowerSetting(uint8_t aArgsLength, char *aArgs[]) in ProcessRawPowerSetting()
[all …]
/external/openthread/src/core/common/
Downing_list.hpp118 template <typename... Args> OwnedPtr<Type> RemoveMatching(const Args &...aArgs) in RemoveMatching()
136 … template <typename... Args> void RemoveAllMatching(OwningList &aRemovedList, const Args &...aArgs) in RemoveAllMatching()
154 template <typename... Args> bool RemoveAndFreeAllMatching(const Args &...aArgs) in RemoveAndFreeAllMatching()
Dheap_allocatable.hpp71 template <typename... Args> static Type *Allocate(Args &&...aArgs) in Allocate()
89 template <typename... Args> static Type *AllocateAndInit(Args &&...aArgs) in AllocateAndInit()

123