Searched refs:ProcessGet (Results 1 – 2 of 2) sorted by relevance
/external/openthread/src/cli/ |
D | cli_utils.hpp | 532 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
|
D | cli.cpp | 1960 error = ProcessGet(aArgs + 1, otThreadGetMaxChildIpAddresses); in Process() 4131 return ProcessGet(aArgs, otThreadGetAdvertisementTrickleIntervalMax); in Process() 7379 error = ProcessGet(aArgs, otThreadGetVendorName); in Process() 7409 error = ProcessGet(aArgs, otThreadGetVendorModel); in Process() 7439 error = ProcessGet(aArgs, otThreadGetVendorSwVersion); in Process() 7469 error = ProcessGet(aArgs, otThreadGetVendorAppUrl); in Process()
|