Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_utils.hpp508 template <typename ValueType> using GetHandler = ValueType (&)(otInstance *); typedef in ot::Cli::Utils
532 template <typename ValueType> otError ProcessGet(Arg aArgs[], GetHandler<ValueType> aGetHandler) in ProcessGet()
578 …otError ProcessGetSet(Arg aArgs[], GetHandler<ValueType> aGetHandler, SetHandler<ValueType> aSetHa… in ProcessGetSet()
590 …otError ProcessGetSet(Arg aArgs[], GetHandler<ValueType> aGetHandler, SetHandlerFailable<ValueType… in ProcessGetSet()
745 template <> inline otError Utils::ProcessGet<uint32_t>(Arg aArgs[], GetHandler<uint32_t> aGetHandle… in ProcessGet()
756 template <> inline otError Utils::ProcessGet<int32_t>(Arg aArgs[], GetHandler<int32_t> aGetHandler) in ProcessGet()
/openthread-latest/src/core/common/
Dcallback.hpp92 HandlerType GetHandler(void) const { return mHandler; } in GetHandler() function in ot::CallbackBase
/openthread-latest/src/core/radio/
Dble_secure.cpp103 …error = mTcatAgent.Start(mReceiveCallback.GetHandler(), aJoinHandler, mReceiveCallback.GetContext(… in TcatStart()