Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_dataset.hpp76 struct ComponentMapper struct in ot::Cli::Dataset
80 … constexpr static bool AreInOrder(const ComponentMapper &aFirst, const ComponentMapper &aSecond) in AreInOrder() argument
91 const ComponentMapper *LookupMapper(const char *aName) const;
123 otError ProcessCommand(const ComponentMapper &aMapper, Arg aArgs[]);
Dcli_dataset.cpp50 const Dataset::ComponentMapper *Dataset::LookupMapper(const char *aName) const in LookupMapper()
52 static constexpr ComponentMapper kMappers[] = { in LookupMapper()
555 otError Dataset::ProcessCommand(const ComponentMapper &aMapper, Arg aArgs[]) in ProcessCommand()
612 const ComponentMapper *mapper = LookupMapper(title.mName); in Print()
812 const ComponentMapper *mapper = LookupMapper(arg->GetCString()); in Process()
898 const ComponentMapper *mapper = LookupMapper(arg->GetCString()); in Process()
1282 const ComponentMapper *mapper; in Process()