Home
last modified time | relevance | path

Searched refs:mCommands (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/cli/
Dcli.hpp331 const otCliCommand *mCommands; member
Dcli.cpp374 if (aArgs[0] == entry.mCommands[i].mName) in ProcessUserCommands()
379 … error = entry.mCommands[i].mCommand(entry.mContext, Arg::GetArgsLength(aArgs) - 1, args + 1); in ProcessUserCommands()
394 if (entry.mCommands == nullptr) in SetUserCommands()
396 entry.mCommands = aCommands; in SetUserCommands()
8349 OutputLine("%s", entry.mCommands[i].mName); in ProcessCommand()