Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dcallback.hpp92 HandlerType GetHandler(void) const { return mHandler; } in GetHandler() function in ot::CallbackBase
/openthread-latest/src/cli/
Dcli_utils.hpp508 template <typename ValueType> using GetHandler = ValueType (&)(otInstance *); typedef in ot::Cli::Utils