Searched defs:GetHandler (Results 1 – 2 of 2) sorted by relevance
92 HandlerType GetHandler(void) const { return mHandler; } in GetHandler() function in ot::CallbackBase
508 template <typename ValueType> using GetHandler = ValueType (&)(otInstance *); typedef in ot::Cli::Utils