Searched refs:ProcessSet (Results 1 – 2 of 2) sorted by relevance
/external/openthread/src/cli/ |
D | cli_utils.hpp | 549 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()
|
D | cli.cpp | 1583 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 …]
|