Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp187 template <> otError Interpreter::Process<Cmd("diag")>(Arg aArgs[]) in Process()
205 template <> otError Interpreter::Process<Cmd("version")>(Arg aArgs[]) in Process()
246 template <> otError Interpreter::Process<Cmd("reset")>(Arg aArgs[]) in Process()
323 otError Interpreter::ProcessUserCommands(Arg aArgs[]) in ProcessUserCommands()
368 template <> otError Interpreter::Process<Cmd("history")>(Arg aArgs[]) { return mHistory.Process(aAr… in Process()
372 template <> otError Interpreter::Process<Cmd("ba")>(Arg aArgs[]) in Process()
643 template <> otError Interpreter::Process<Cmd("br")>(Arg aArgs[]) { return mBr.Process(aArgs); } in Process()
647 template <> otError Interpreter::Process<Cmd("nat64")>(Arg aArgs[]) in Process()
945 template <> otError Interpreter::Process<Cmd("bbr")>(Arg aArgs[]) { return mBbr.Process(aArgs); } in Process()
957 template <> otError Interpreter::Process<Cmd("domainname")>(Arg aArgs[]) in Process()
[all …]
H A Dcli_dataset.cpp398 otError Dataset::ParseActiveTimestamp(Arg *&aArgs, otOperationalDataset &aDataset) in ParseActiveTimestamp()
410 otError Dataset::ParseChannel(Arg *&aArgs, otOperationalDataset &aDataset) in ParseChannel()
415 otError Dataset::ParseChannelMask(Arg *&aArgs, otOperationalDataset &aDataset) in ParseChannelMask()
420 otError Dataset::ParseDelay(Arg *&aArgs, otOperationalDataset &aDataset) in ParseDelay()
425 otError Dataset::ParseExtendedPanId(Arg *&aArgs, otOperationalDataset &aDataset) in ParseExtendedPanId()
430 otError Dataset::ParseMeshLocalPrefix(Arg *&aArgs, otOperationalDataset &aDataset) in ParseMeshLocalPrefix()
443 otError Dataset::ParseNetworkKey(Arg *&aArgs, otOperationalDataset &aDataset) in ParseNetworkKey()
448 otError Dataset::ParseNetworkName(Arg *&aArgs, otOperationalDataset &aDataset) in ParseNetworkName()
459 otError Dataset::ParsePanId(Arg *&aArgs, otOperationalDataset &aDataset) in ParsePanId()
464 otError Dataset::ParsePendingTimestamp(Arg *&aArgs, otOperationalDataset &aDataset) in ParsePendingTimestamp()
[all …]
H A 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 …]
H A 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 …]
H A 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 …]
H A Dcli_srp_server.cpp66 template <> otError SrpServer::Process<Cmd("addrmode")>(Arg aArgs[]) in Process()
122 template <> otError SrpServer::Process<Cmd("auto")>(Arg aArgs[]) in Process()
145 template <> otError SrpServer::Process<Cmd("domain")>(Arg aArgs[]) in Process()
180 template <> otError SrpServer::Process<Cmd("state")>(Arg aArgs[]) in Process()
199 template <> otError SrpServer::Process<Cmd("enable")>(Arg aArgs[]) in Process()
219 template <> otError SrpServer::Process<Cmd("disable")>(Arg aArgs[]) in Process()
228 template <> otError SrpServer::Process<Cmd("ttl")>(Arg aArgs[]) in Process()
272 template <> otError SrpServer::Process<Cmd("lease")>(Arg aArgs[]) in Process()
318 template <> otError SrpServer::Process<Cmd("host")>(Arg aArgs[]) in Process()
421 template <> otError SrpServer::Process<Cmd("service")>(Arg aArgs[]) in Process()
[all …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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()
H A 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 …]
H A 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 …]
H A Dcli_tcp.cpp115 template <> otError TcpExample::Process<Cmd("init")>(Arg aArgs[]) in Process()
289 template <> otError TcpExample::Process<Cmd("deinit")>(Arg aArgs[]) in Process()
344 template <> otError TcpExample::Process<Cmd("bind")>(Arg aArgs[]) in Process()
389 template <> otError TcpExample::Process<Cmd("connect")>(Arg aArgs[]) in Process()
471 template <> otError TcpExample::Process<Cmd("send")>(Arg aArgs[]) in Process()
521 template <> otError TcpExample::Process<Cmd("benchmark")>(Arg aArgs[]) in Process()
653 template <> otError TcpExample::Process<Cmd("sendend")>(Arg aArgs[]) in Process()
678 template <> otError TcpExample::Process<Cmd("abort")>(Arg aArgs[]) in Process()
712 template <> otError TcpExample::Process<Cmd("listen")>(Arg aArgs[]) in Process()
740 template <> otError TcpExample::Process<Cmd("stoplistening")>(Arg aArgs[]) in Process()
[all …]
H A 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()
402 template <> otError NetworkData::Process<Cmd("unpublish")>(Arg aArgs[]) in Process()
471 template <> otError NetworkData::Process<Cmd("register")>(Arg aArgs[]) in Process()
488 template <> otError NetworkData::Process<Cmd("steeringdata")>(Arg aArgs[]) in Process()
794 template <> otError NetworkData::Process<Cmd("show")>(Arg aArgs[]) in Process()
858 template <> otError NetworkData::Process<Cmd("full")>(Arg aArgs[]) in Process()
909 otError NetworkData::Process(Arg aArgs[]) in Process()
H A Dcli_udp.cpp82 template <> otError UdpExample::Process<Cmd("bind")>(Arg aArgs[]) in Process()
131 template <> otError UdpExample::Process<Cmd("connect")>(Arg aArgs[]) in Process()
163 template <> otError UdpExample::Process<Cmd("close")>(Arg aArgs[]) in Process()
179 template <> otError UdpExample::Process<Cmd("open")>(Arg aArgs[]) in Process()
252 template <> otError UdpExample::Process<Cmd("send")>(Arg aArgs[]) in Process()
331 template <> otError UdpExample::Process<Cmd("linksecurity")>(Arg aArgs[]) in Process()
424 otError UdpExample::Process(Arg aArgs[]) in Process()
H A 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()
H A Dcli_utils.hpp576 template <typename ValueType> otError ProcessGet(Arg aArgs[], GetHandler<ValueType> aGetHandler) in ProcessGet()
593 template <typename ValueType> otError ProcessSet(Arg aArgs[], SetHandler<ValueType> aSetHandler) in ProcessSet()
607 …template <typename ValueType> otError ProcessSet(Arg aArgs[], SetHandlerFailable<ValueType> aSetHa… in ProcessSet()
622 …otError ProcessGetSet(Arg aArgs[], GetHandler<ValueType> aGetHandler, SetHandler<ValueType> aSetHa… in ProcessGetSet()
634 …otError ProcessGetSet(Arg aArgs[], GetHandler<ValueType> aGetHandler, SetHandlerFailable<ValueType… in ProcessGetSet()
797 template <> inline otError Utils::ProcessGet<uint32_t>(Arg aArgs[], GetHandler<uint32_t> aGetHandle… in ProcessGet()
808 template <> inline otError Utils::ProcessGet<int32_t>(Arg aArgs[], GetHandler<int32_t> aGetHandler) in ProcessGet()
H A Dcli_tcat.cpp140 template <> otError Tcat::Process<Cmd("advid")>(Arg aArgs[]) in Process()
215 template <> otError Tcat::Process<Cmd("devid")>(Arg aArgs[]) in Process()
244 template <> otError Tcat::Process<Cmd("start")>(Arg aArgs[]) in Process()
282 template <> otError Tcat::Process<Cmd("stop")>(Arg aArgs[]) in Process()
291 otError Tcat::Process(Arg aArgs[]) in Process()
H A 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()
H A Dcli_utils.cpp373 void Utils::LogInput(const Arg *aArgs) in LogInput()
450 otError Utils::ProcessEnableDisable(Arg aArgs[], SetEnabledHandler aSetEnabledHandler) in ProcessEnableDisable()
467 otError Utils::ProcessEnableDisable(Arg aArgs[], SetEnabledHandlerFailable aSetEnabledHandler) in ProcessEnableDisable()
484 otError Utils::ProcessEnableDisable(Arg aArgs[], in ProcessEnableDisable()
502 otError Utils::ProcessEnableDisable(Arg aArgs[], in ProcessEnableDisable()
614 otError Utils::ParsePrefix(Arg aArgs[], otBorderRouterConfig &aConfig) in ParsePrefix()
688 otError Utils::ParseRoute(Arg aArgs[], otExternalRouteConfig &aConfig) in ParseRoute()
H A 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()
H A 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()
/aosp_15_r20/external/openthread/src/core/diags/
H A Dfactory_diags.cpp55 otError otPlatDiagProcess(otInstance *aInstance, uint8_t aArgsLength, char *aArgs[]) in otPlatDiagProcess()
89 Error Diags::ProcessChannel(uint8_t aArgsLength, char *aArgs[]) in ProcessChannel()
106 Error Diags::ProcessPower(uint8_t aArgsLength, char *aArgs[]) in ProcessPower()
122 Error Diags::ProcessEcho(uint8_t aArgsLength, char *aArgs[]) in ProcessEcho()
162 Error Diags::ProcessStart(uint8_t aArgsLength, char *aArgs[]) in ProcessStart()
172 Error Diags::ProcessStop(uint8_t aArgsLength, char *aArgs[]) in ProcessStop()
635 Error Diags::ProcessContinuousWave(uint8_t aArgsLength, char *aArgs[]) in ProcessContinuousWave()
656 Error Diags::ProcessStream(uint8_t aArgsLength, char *aArgs[]) in ProcessStream()
685 Error Diags::ProcessPowerSettings(uint8_t aArgsLength, char *aArgs[]) in ProcessPowerSettings()
745 Error Diags::ProcessRawPowerSetting(uint8_t aArgsLength, char *aArgs[]) in ProcessRawPowerSetting()
[all …]
/aosp_15_r20/external/openthread/tools/ot-fct/
H A Dcli.cpp95 otError Cli::ProcessTargetPowerTable(Utils::CmdLineParser::Arg aArgs[]) in ProcessTargetPowerTable()
121 otError Cli::ProcessRegionDomainTable(Utils::CmdLineParser::Arg aArgs[]) in ProcessRegionDomainTable()
182 otError Cli::ProcessCalibrationTable(Utils::CmdLineParser::Arg aArgs[]) in ProcessCalibrationTable()
277 void Cli::ProcessCommand(Utils::CmdLineParser::Arg aArgs[]) in ProcessCommand()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dparse_cmdline.cpp51 Error ParseCmd(char *aCommandString, Arg aArgs[], uint8_t aArgsMaxLength) in ParseCmd()
322 void Arg::CopyArgsToStringArray(Arg aArgs[], char *aStrings[]) in CopyArgsToStringArray()
330 uint8_t Arg::GetArgsLength(Arg aArgs[]) in GetArgsLength()

123