/external/openthread/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 | 441 static constexpr Command kCommands[] = { in Process() local 446 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process() 453 OutputCommandTable(kCommands); in Process() 457 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_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_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_srp_server.cpp | 603 static constexpr Command kCommands[] = { in Process() local 622 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process() 629 OutputCommandTable(kCommands); in Process() 633 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_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_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_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_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_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_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_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_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 | 784 static constexpr Command kCommands[] = { in Process() local 789 static_assert(BinarySearch::IsSorted(kCommands), "kCommands is not sorted"); in Process() 796 OutputCommandTable(kCommands); in Process() 800 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 | 8147 static constexpr Command kCommands[] = { in ProcessCommand() local 8411 static_assert(BinarySearch::IsSorted(kCommands), "Command Table is not sorted"); in ProcessCommand() 8414 const Command *command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in ProcessCommand() 8422 OutputCommandTable(kCommands); in ProcessCommand()
|
/external/openthread/examples/apps/cli/ |
D | main.c | 80 static const otCliCommand kCommands[] = { variable 144 IgnoreError(otCliSetUserCommands(kCommands, OT_ARRAY_LENGTH(kCommands), instance)); in main()
|
/external/zucchini/ |
D | main_utils.cc | 66 constexpr Command kCommands[] = { variable 214 for (const Command& command : kCommands) in PrintUsage() 227 for (const Command& command : kCommands) { in RunZucchiniCommand() 242 for (const Command& command : kCommands) in RunZucchiniCommand()
|
/external/openthread/src/posix/ |
D | main.c | 354 static const otCliCommand kCommands[] = { variable 385 IgnoreError(otCliSetUserCommands(kCommands, OT_ARRAY_LENGTH(kCommands), instance)); in main()
|