Home
last modified time | relevance | path

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

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