/openthread-latest/src/cli/ |
D | cli_joiner.cpp | 224 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()
|
D | cli_tcat.cpp | 353 …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()
|
D | cli_udp.cpp | 431 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()
|
D | cli_mac_filter.cpp | 453 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()
|
D | cli_srp_server.cpp | 539 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()
|
D | cli_bbr.cpp | 473 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()
|
D | cli_link_metrics.cpp | 385 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()
|
D | cli_mesh_diag.cpp | 276 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()
|
D | cli_commissioner.cpp | 676 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()
|
D | cli_br.cpp | 873 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()
|
D | cli_dns.cpp | 709 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()
|
D | cli_network_data.cpp | 942 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()
|
D | cli_srp_client.cpp | 984 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()
|
D | cli_coap_secure.cpp | 741 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()
|
D | cli_dataset.cpp | 1261 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()
|
D | cli_history.cpp | 1447 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()
|
D | cli_coap.cpp | 804 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()
|
D | cli_tcp.cpp | 762 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()
|
D | cli_mdns.cpp | 1095 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()
|
D | cli.cpp | 8069 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/ |
D | main.c | 80 static const otCliCommand kCommands[] = { variable 144 IgnoreError(otCliSetUserCommands(kCommands, OT_ARRAY_LENGTH(kCommands), instance)); in main()
|
/openthread-latest/src/posix/ |
D | main.c | 354 static const otCliCommand kCommands[] = { variable 385 IgnoreError(otCliSetUserCommands(kCommands, OT_ARRAY_LENGTH(kCommands), instance)); in main()
|