Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dcli.h55 otError (*mCommand)(void *aContext, member
/openthread-3.6.0/tools/ot-fct/
Dcli.hpp95 otError (Cli::*mCommand)(Utils::CmdLineParser::Arg aArgs[]);
Dcli.cpp286 error = (this->*sCommands[i].mCommand)(aArgs + 1); in ProcessCommand()
/openthread-3.6.0/src/core/diags/
Dfactory_diags.hpp131 … Error (Diags::*mCommand)(uint8_t aArgsLength, char *aArgs[], char *aOutput, size_t aOutputMaxLen);
Dfactory_diags.cpp871 …error = (this->*command.mCommand)(aArgsLength - 1, (aArgsLength > 1) ? &aArgs[1] : nullptr, aOutpu… in ProcessCmd()
/openthread-3.6.0/src/cli/
Dcli.cpp382 … error = entry.mCommands[i].mCommand(entry.mContext, Arg::GetArgsLength(aArgs) - 1, args + 1); in ProcessUserCommands()