Home
last modified time | relevance | path

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

/openthread-latest/tools/ot-fct/
Dcli.cpp47 const struct Cli::Command Cli::sCommands[] = { member in ot::Fct::Cli
279 for (i = 0; i < (sizeof(sCommands) / sizeof(sCommands[0])); i++) in ProcessCommand()
281 if (strcmp(aArgs[0].GetCString(), sCommands[i].mName) == 0) in ProcessCommand()
283 error = (this->*sCommands[i].mCommand)(aArgs + 1); in ProcessCommand()
Dcli.hpp106 static const struct Command sCommands[]; member in ot::Fct::Cli
/openthread-latest/src/core/diags/
Dfactory_diags.hpp246 static const struct Command sCommands[]; member in ot::FactoryDiags::Diags
Dfactory_diags.cpp63 const struct Diags::Command Diags::sCommands[] = { member in ot::FactoryDiags::Diags
176 const struct Diags::Command Diags::sCommands[] = {
1183 for (const Command &command : sCommands) in ProcessCmd()