Searched refs:sCommands (Results 1 – 10 of 10) sorted by relevance
88 static constexpr Command sCommands[] = { member in ot::Cli::UdpExample98 static_assert(BinarySearch::IsSorted(sCommands), "Command Table is not sorted");
98 static constexpr Command sCommands[] = { member in ot::Cli::SrpServer107 static_assert(BinarySearch::IsSorted(sCommands), "Command Table is not sorted");
45 constexpr UdpExample::Command UdpExample::sCommands[]; member in ot::Cli::UdpExample58 for (const Command &command : sCommands) in ProcessHelp()280 command = BinarySearch::Find(aArgs[0].GetCString(), sCommands); in Process()
114 static constexpr Command sCommands[] = { member in ot::Cli::TcpExample128 static_assert(BinarySearch::IsSorted(sCommands), "Command Table is not sorted");
46 constexpr SrpServer::Command SrpServer::sCommands[]; member in ot::Cli::SrpServer59 command = BinarySearch::Find(aArgs[0].GetCString(), sCommands); in Process()359 for (const Command &command : sCommands) in ProcessHelp()
152 static constexpr Command sCommands[] = { member in ot::Cli::CoapSecure172 static_assert(BinarySearch::IsSorted(sCommands), "Command Table is not sorted");
51 constexpr TcpExample::Command TcpExample::sCommands[]; member in ot::Cli::TcpExample67 for (const Command &command : sCommands) in ProcessHelp()325 command = BinarySearch::Find(aArgs[0].GetCString(), sCommands); in Process()
49 constexpr CoapSecure::Command CoapSecure::sCommands[]; member in ot::Cli::CoapSecure99 for (const Command &command : sCommands) in ProcessHelp()471 command = BinarySearch::Find(aArgs[0].GetCString(), sCommands); in Process()
72 const struct Diags::Command Diags::sCommands[] = { member in ot::FactoryDiags::Diags183 const struct Diags::Command Diags::sCommands[] = {635 for (const Command &command : sCommands) in ProcessCmd()
163 static const struct Command sCommands[]; member in ot::FactoryDiags::Diags