Home
last modified time | relevance | path

Searched refs:mCommand (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/include/openthread/
Dcli.h55 otError (*mCommand)(void *aContext, member
/openthread-latest/tools/ot-fct/
Dcli.hpp95 otError (Cli::*mCommand)(Utils::CmdLineParser::Arg aArgs[]);
Dcli.cpp286 error = (this->*sCommands[i].mCommand)(aArgs + 1); in ProcessCommand()
/openthread-latest/src/posix/platform/
Drcp_caps_diag.hpp108 uint32_t mCommand; member
Drcp_caps_diag.cpp799 const char *commandString = spinel_command_to_cstr(aEntry.mCommand); in OutputResult()
/openthread-latest/src/core/diags/
Dfactory_diags.hpp138 Error (Diags::*mCommand)(uint8_t aArgsLength, char *aArgs[]);
Dfactory_diags.cpp934 … error = (this->*command.mCommand)(aArgsLength - 1, (aArgsLength > 1) ? &aArgs[1] : nullptr); in ProcessCmd()
/openthread-latest/src/cli/
Dcli.cpp336 … error = entry.mCommands[i].mCommand(entry.mContext, Arg::GetArgsLength(aArgs) - 1, args + 1); in ProcessUserCommands()