Home
last modified time | relevance | path

Searched defs:Handler (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/net/
Dicmp6.hpp190 class Handler : public otIcmp6Handler, public LinkedListEntry<Handler> class in ot::Ip6::Icmp
201 Handler(otIcmp6ReceiveCallback aCallback, void *aContext) in Handler() function in ot::Ip6::Icmp::Handler
/openthread-latest/src/core/common/
Dtasklet.hpp104 typedef void (&Handler)(Tasklet &aTasklet); typedef in ot::Tasklet
Dtrickle_timer.hpp81 typedef void (&Handler)(TrickleTimer &aTimer); typedef in ot::TrickleTimer
Dtimer.hpp153 typedef void (&Handler)(Timer &aTimer); typedef in ot::Timer
/openthread-latest/src/core/thread/
Ddiscover_scanner.hpp83 typedef otHandleActiveScanResult Handler; typedef in ot::Mle::DiscoverScanner
/openthread-latest/src/core/utils/
Djam_detector.hpp66 typedef void (*Handler)(bool aJamState, void *aContext); typedef in ot::Utils::JamDetector
/openthread-latest/src/cli/
Dcli_utils.hpp128 typedef otError (Cli::*Handler)(Arg aArgs[]); ///< The handler method pointer type. typedef