Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli.hpp182 otError SetUserCommands(const otCliCommand *aCommands, uint8_t aLength, void *aContext);
Dcli.cpp388 otError Interpreter::SetUserCommands(const otCliCommand *aCommands, uint8_t aLength, void *aContext) in SetUserCommands() function in ot::Cli::Interpreter
8374 return Interpreter::GetInterpreter().SetUserCommands(aUserCommands, aLength, aContext); in otCliSetUserCommands()