Searched refs:sCommands (Results 1 – 4 of 4) sorted by relevance
47 const struct Cli::Command Cli::sCommands[] = { member in ot::Fct::Cli279 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()
106 static const struct Command sCommands[]; member in ot::Fct::Cli
246 static const struct Command sCommands[]; member in ot::FactoryDiags::Diags
63 const struct Diags::Command Diags::sCommands[] = { member in ot::FactoryDiags::Diags176 const struct Diags::Command Diags::sCommands[] = {1183 for (const Command &command : sCommands) in ProcessCmd()