Searched refs:GetArgsLength (Results 1 – 4 of 4) sorted by relevance
594 static uint8_t GetArgsLength(Arg aArgs[]);
406 uint8_t Arg::GetArgsLength(Arg aArgs[]) in GetArgsLength() function in ot::Utils::CmdLineParser::Arg
526 aArgsLength = Utils::CmdLineParser::Arg::GetArgsLength(args); in ParseCmd()
4575 error = otDiagProcessCmd(mInstance, Arg::GetArgsLength(aArgs), args, output, sizeof(output)); in ProcessDiag()4644 … mUserCommands[i].mCommand(mUserCommandsContext, Arg::GetArgsLength(aArgs) - 1, args + 1); in ProcessUserCommands()