Home
last modified time | relevance | path

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

/external/openthread/src/cli/
Dcli_utils.hpp549 template <typename ValueType> otError ProcessSet(Arg aArgs[], SetHandler<ValueType> aSetHandler) in ProcessSet() function in ot::Cli::Utils
563 …template <typename ValueType> otError ProcessSet(Arg aArgs[], SetHandlerFailable<ValueType> aSetHa… in ProcessSet() function in ot::Cli::Utils
583 error = ProcessSet(aArgs, aSetHandler); in ProcessGetSet()
595 error = ProcessSet(aArgs, aSetHandler); in ProcessGetSet()
Dcli.cpp1583 error = ProcessSet(aArgs + 2, otChannelManagerRequestChannelChange); in Process()
1694 error = ProcessSet(aArgs + 2, otChannelManagerSetAutoChannelSelectionInterval); in Process()
1713 error = ProcessSet(aArgs + 2, otChannelManagerSetSupportedChannels); in Process()
1732 error = ProcessSet(aArgs + 2, otChannelManagerSetFavoredChannels); in Process()
1752 error = ProcessSet(aArgs + 2, otChannelManagerSetCcaFailureRateThreshold); in Process()
2629 error = ProcessSet(aArgs + 1, otLinkSetCslChannel); in Process()
2643 error = ProcessSet(aArgs + 1, otLinkSetCslPeriod); in Process()
2657 error = ProcessSet(aArgs + 1, otLinkSetCslTimeout); in Process()
5142 error = ProcessSet(aArgs, otLinkSetPanId); in Process()
5549 return ProcessSet(aArgs, otThreadSetPreferredRouterId); in Process()
[all …]