Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_utils.hpp532 template <typename ValueType> otError ProcessGet(Arg aArgs[], GetHandler<ValueType> aGetHandler) in ProcessGet() function in ot::Cli::Utils
580 otError error = ProcessGet(aArgs, aGetHandler); in ProcessGetSet()
592 otError error = ProcessGet(aArgs, aGetHandler); in ProcessGetSet()
745 template <> inline otError Utils::ProcessGet<uint32_t>(Arg aArgs[], GetHandler<uint32_t> aGetHandle… in ProcessGet() function in ot::Cli::Utils
756 template <> inline otError Utils::ProcessGet<int32_t>(Arg aArgs[], GetHandler<int32_t> aGetHandler) in ProcessGet() function in ot::Cli::Utils
Dcli.cpp1911 error = ProcessGet(aArgs + 1, otThreadGetMaxChildIpAddresses); in Process()
4082 return ProcessGet(aArgs, otThreadGetAdvertisementTrickleIntervalMax); in Process()
7301 error = ProcessGet(aArgs, otThreadGetVendorName); in Process()
7331 error = ProcessGet(aArgs, otThreadGetVendorModel); in Process()
7361 error = ProcessGet(aArgs, otThreadGetVendorSwVersion); in Process()
7391 error = ProcessGet(aArgs, otThreadGetVendorAppUrl); in Process()