Home
last modified time | relevance | path

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

/openthread-latest/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.cpp1534 error = ProcessSet(aArgs + 2, otChannelManagerRequestChannelChange); in Process()
1645 error = ProcessSet(aArgs + 2, otChannelManagerSetAutoChannelSelectionInterval); in Process()
1664 error = ProcessSet(aArgs + 2, otChannelManagerSetSupportedChannels); in Process()
1683 error = ProcessSet(aArgs + 2, otChannelManagerSetFavoredChannels); in Process()
1703 error = ProcessSet(aArgs + 2, otChannelManagerSetCcaFailureRateThreshold); in Process()
2580 error = ProcessSet(aArgs + 1, otLinkSetCslChannel); in Process()
2594 error = ProcessSet(aArgs + 1, otLinkSetCslPeriod); in Process()
2608 error = ProcessSet(aArgs + 1, otLinkSetCslTimeout); in Process()
5093 error = ProcessSet(aArgs, otLinkSetPanId); in Process()
5500 return ProcessSet(aArgs, otThreadSetPreferredRouterId); in Process()
[all …]