Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/cli/
H A Dcli_utils.hpp593 template <typename ValueType> otError ProcessSet(Arg aArgs[], SetHandler<ValueType> aSetHandler) in ProcessSet() function in ot::Cli::Utils
607 …template <typename ValueType> otError ProcessSet(Arg aArgs[], SetHandlerFailable<ValueType> aSetHa… in ProcessSet() function in ot::Cli::Utils
/aosp_15_r20/development/tools/logblame/
H A Dps.py36 class ProcessSet(object): class