Home
last modified time | relevance | path

Searched refs:ParsePreference (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/cli/
Dcli_utils.cpp540 otError Utils::ParsePreference(const Arg &aArg, otRoutePreference &aPreference) in ParsePreference() function in ot::Cli::Utils
627 if (ParsePreference(*aArgs, preference) == OT_ERROR_NONE) in ParsePrefix()
701 if (ParsePreference(*aArgs, preference) == OT_ERROR_NONE) in ParseRoute()
Dcli_br.cpp771 SuccessOrExit(error = Interpreter::ParsePreference(aArgs[0], preference)); in Process()
824 SuccessOrExit(error = Interpreter::ParsePreference(aArgs[0], preference)); in Process()
Dcli_utils.hpp618 static otError ParsePreference(const Arg &aArg, otRoutePreference &aPreference);