Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dparse_cmdline.hpp581 static uint8_t GetArgsLength(Arg aArgs[]);
Dparse_cmdline.cpp330 uint8_t Arg::GetArgsLength(Arg aArgs[]) in GetArgsLength() function in ot::Utils::CmdLineParser::Arg
/openthread-latest/src/core/diags/
Dfactory_diags.cpp1112 aArgsLength = Utils::CmdLineParser::Arg::GetArgsLength(args); in ParseCmd()
/openthread-latest/src/cli/
Dcli.cpp197 return otDiagProcessCmd(GetInstancePtr(), Arg::GetArgsLength(aArgs), args); in Process()
379 … error = entry.mCommands[i].mCommand(entry.mContext, Arg::GetArgsLength(aArgs) - 1, args + 1); in ProcessUserCommands()