Home
last modified time | relevance | path

Searched refs:sCommands (Results 1 – 10 of 10) sorted by relevance

/external/openthread/src/cli/
Dcli_udp.hpp88 static constexpr Command sCommands[] = { member in ot::Cli::UdpExample
98 static_assert(BinarySearch::IsSorted(sCommands), "Command Table is not sorted");
Dcli_srp_server.hpp98 static constexpr Command sCommands[] = { member in ot::Cli::SrpServer
107 static_assert(BinarySearch::IsSorted(sCommands), "Command Table is not sorted");
Dcli_udp.cpp45 constexpr UdpExample::Command UdpExample::sCommands[]; member in ot::Cli::UdpExample
58 for (const Command &command : sCommands) in ProcessHelp()
280 command = BinarySearch::Find(aArgs[0].GetCString(), sCommands); in Process()
Dcli_tcp.hpp114 static constexpr Command sCommands[] = { member in ot::Cli::TcpExample
128 static_assert(BinarySearch::IsSorted(sCommands), "Command Table is not sorted");
Dcli_srp_server.cpp46 constexpr SrpServer::Command SrpServer::sCommands[]; member in ot::Cli::SrpServer
59 command = BinarySearch::Find(aArgs[0].GetCString(), sCommands); in Process()
359 for (const Command &command : sCommands) in ProcessHelp()
Dcli_coap_secure.hpp152 static constexpr Command sCommands[] = { member in ot::Cli::CoapSecure
172 static_assert(BinarySearch::IsSorted(sCommands), "Command Table is not sorted");
Dcli_tcp.cpp51 constexpr TcpExample::Command TcpExample::sCommands[]; member in ot::Cli::TcpExample
67 for (const Command &command : sCommands) in ProcessHelp()
325 command = BinarySearch::Find(aArgs[0].GetCString(), sCommands); in Process()
Dcli_coap_secure.cpp49 constexpr CoapSecure::Command CoapSecure::sCommands[]; member in ot::Cli::CoapSecure
99 for (const Command &command : sCommands) in ProcessHelp()
471 command = BinarySearch::Find(aArgs[0].GetCString(), sCommands); in Process()
/external/openthread/src/core/diags/
Dfactory_diags.cpp72 const struct Diags::Command Diags::sCommands[] = { member in ot::FactoryDiags::Diags
183 const struct Diags::Command Diags::sCommands[] = {
635 for (const Command &command : sCommands) in ProcessCmd()
Dfactory_diags.hpp163 static const struct Command sCommands[]; member in ot::FactoryDiags::Diags