Home
last modified time | relevance | path

Searched refs:kCommands (Results 1 – 22 of 22) sorted by relevance

/openthread-latest/src/cli/
Dcli_joiner.cpp224 static constexpr Command kCommands[] = { in Process() local
230 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
251 OutputCommandTable(kCommands); in Process()
255 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_tcat.cpp353 …static constexpr Command kCommands[] = {CmdEntry("advid"), CmdEntry("devid"), CmdEntry("start"), C… in Process() local
355 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
364 OutputCommandTable(kCommands); in Process()
368 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_udp.cpp431 static constexpr Command kCommands[] = { in Process() local
436 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
443 OutputCommandTable(kCommands); in Process()
447 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_mac_filter.cpp453 static constexpr Command kCommands[] = { in Process() local
460 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
497 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_srp_server.cpp539 static constexpr Command kCommands[] = { in Process() local
555 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
562 OutputCommandTable(kCommands); in Process()
566 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_bbr.cpp473 static constexpr Command kCommands[] = { in Process() local
480 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
484 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_link_metrics.cpp385 static constexpr Command kCommands[] = { in Process() local
389 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
396 OutputCommandTable(kCommands); in Process()
400 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_mesh_diag.cpp276 static constexpr Command kCommands[] = { in Process() local
283 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
290 OutputCommandTable(kCommands); in Process()
294 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_commissioner.cpp676 static constexpr Command kCommands[] = { in Process() local
684 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
691 OutputCommandTable(kCommands); in Process()
695 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_br.cpp873 static constexpr Command kCommands[] = { in Process() local
901 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
908 OutputCommandTable(kCommands); in Process()
912 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_dns.cpp709 static constexpr Command kCommands[] = { in Process() local
735 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
742 OutputCommandTable(kCommands); in Process()
746 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_network_data.cpp942 static constexpr Command kCommands[] = { in Process() local
963 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
987 OutputCommandTable(kCommands); in Process()
991 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_srp_client.cpp984 static constexpr Command kCommands[] = { in Process() local
990 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
997 OutputCommandTable(kCommands); in Process()
1001 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_coap_secure.cpp741 static constexpr Command kCommands[] = { in Process() local
756 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
763 OutputCommandTable(kCommands); in Process()
767 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_dataset.cpp1261 static constexpr Command kCommands[] = { in Process() local
1278 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
1322 OutputCommandTable(kCommands); in Process()
1334 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_history.cpp1447 static constexpr Command kCommands[] = { in Process() local
1454 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
1461 OutputCommandTable(kCommands); in Process()
1465 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_coap.cpp804 static constexpr Command kCommands[] = { in Process() local
824 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
831 OutputCommandTable(kCommands); in Process()
835 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_tcp.cpp762 static constexpr Command kCommands[] = { in Process() local
767 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
774 OutputCommandTable(kCommands); in Process()
778 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli_mdns.cpp1095 static constexpr Command kCommands[] = { in Process() local
1133 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process()
1140 OutputCommandTable(kCommands); in Process()
1144 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process()
Dcli.cpp8069 static constexpr Command kCommands[] = { in ProcessCommand() local
8332 static_assert(BinarySearch::IsSorted(kCommands), "Command Table is not sorted"); in ProcessCommand()
8335 const Command *command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in ProcessCommand()
8343 OutputCommandTable(kCommands); in ProcessCommand()
/openthread-latest/examples/apps/cli/
Dmain.c80 static const otCliCommand kCommands[] = { variable
144 IgnoreError(otCliSetUserCommands(kCommands, OT_ARRAY_LENGTH(kCommands), instance)); in main()
/openthread-latest/src/posix/
Dmain.c354 static const otCliCommand kCommands[] = { variable
385 IgnoreError(otCliSetUserCommands(kCommands, OT_ARRAY_LENGTH(kCommands), instance)); in main()