Home
last modified time | relevance | path

Searched defs:aHandler (Results 1 – 23 of 23) sorted by relevance

/openthread-latest/src/core/api/
Dcoap_secure_api.cpp123 otHandleCoapSecureClientConnect aHandler, in otCoapSecureConnect()
150 otCoapResponseHandler aHandler, in otCoapSecureSendRequestBlockWise()
162 otCoapResponseHandler aHandler, in otCoapSecureSendRequest()
191 otHandleCoapSecureClientConnect aHandler, in otCoapSecureSetClientConnectEventCallback()
197 void otCoapSecureSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aCon… in otCoapSecureSetDefaultHandler()
Dsntp_api.cpp46 otSntpResponseHandler aHandler, in otSntpClientQuery()
Dicmp6_api.cpp50 otError otIcmp6RegisterHandler(otInstance *aInstance, otIcmp6Handler *aHandler) in otIcmp6RegisterHandler()
Dcoap_api.cpp206 otCoapResponseHandler aHandler, in otCoapSendRequestBlockWiseWithParameters()
234 otCoapResponseHandler aHandler, in otCoapSendRequestWithParameters()
285 void otCoapSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aContext) in otCoapSetDefaultHandler()
Dble_secure_api.cpp63 otError otBleSecureTcatStart(otInstance *aInstance, otHandleTcatJoin aHandler) in otBleSecureTcatStart()
/openthread-latest/src/core/common/
Dtasklet.hpp112 Tasklet(Instance &aInstance, Handler aHandler) in Tasklet()
191 TaskletContext(Instance &aInstance, Handler aHandler, void *aContext) in TaskletContext()
Dtimer.hpp197 Timer(Instance &aInstance, Handler aHandler) in Timer()
254 TimerMilli(Instance &aInstance, Handler aHandler) in TimerMilli()
365 TimerMilliContext(Instance &aInstance, Handler aHandler, void *aContext) in TimerMilliContext()
426 TimerMicro(Instance &aInstance, Handler aHandler) in TimerMicro()
Dcallback.hpp73 void Set(HandlerType aHandler, void *aContext) in Set()
110 bool Matches(HandlerType aHandler, void *aContext) const in Matches()
Dtrickle_timer.cpp43 TrickleTimer::TrickleTimer(Instance &aInstance, Handler aHandler) in TrickleTimer()
/openthread-latest/src/core/coap/
Dcoap_secure.hpp74 …void SetConnectCallback(ConnectHandler aHandler, void *aContext) { mConnectCallback.Set(aHandler, … in SetConnectCallback()
Dcoap_secure.cpp64 ResponseHandler aHandler, in SendMessage()
76 Error SecureSession::SendMessage(Message &aMessage, ResponseHandler aHandler, void *aContext) in SendMessage()
Dcoap.hpp194 otCoapRequestHandler aHandler, in ResourceBlockWise()
408 …void SetDefaultHandler(RequestHandler aHandler, void *aContext) { mDefaultHandler.Set(aHandler, aC… in SetDefaultHandler()
790 void SetResourceHandler(ResourceHandler aHandler) { mResourceHandler = aHandler; } in SetResourceHandler()
Dcoap.cpp191 ResponseHandler aHandler, in SendMessage()
359 ResponseHandler aHandler, in SendMessage()
525 Error CoapBase::AbortTransaction(ResponseHandler aHandler, void *aContext) in AbortTransaction()
1652 Resource::Resource(const char *aUriPath, RequestHandler aHandler, void *aContext) in Resource()
1660 Resource::Resource(Uri aUri, RequestHandler aHandler, void *aContext) in Resource()
/openthread-latest/src/core/thread/
Dannounce_sender.cpp45 AnnounceSenderBase::AnnounceSenderBase(Instance &aInstance, Timer::Handler aHandler) in AnnounceSenderBase()
Dnetwork_diagnostic.cpp895 Coap::ResponseHandler aHandler, in SendCommand()
/openthread-latest/src/core/utils/
Djam_detector.cpp60 Error JamDetector::Start(Handler aHandler, void *aContext) in Start()
/openthread-latest/src/core/net/
Dicmp6.cpp52 Error Icmp::RegisterHandler(Handler &aHandler) { return mHandlers.Add(aHandler); } in RegisterHandler()
Dudp6.cpp75 Udp::Socket::Socket(Instance &aInstance, ReceiveHandler aHandler, void *aContext) in Socket()
220 Error Udp::Open(SocketHandle &aSocket, NetifIdentifier aNetifId, ReceiveHandler aHandler, void *aCo… in Open()
Dsntp_client.cpp77 Error Client::Query(const otSntpQuery *aQuery, otSntpResponseHandler aHandler, void *aContext) in Query()
Dudp6.hpp377 Receiver(otUdpHandler aHandler, void *aContext) in Receiver()
/openthread-latest/include/openthread/
Dcoap.h915 otCoapResponseHandler aHandler, in otCoapSendRequestBlockWise()
943 otCoapResponseHandler aHandler, in otCoapSendRequest()
/openthread-latest/src/core/mac/
Dmac.cpp142 Error Mac::ActiveScan(uint32_t aScanChannels, uint16_t aScanDuration, ActiveScanHandler aHandler, v… in ActiveScan()
163 Error Mac::EnergyScan(uint32_t aScanChannels, uint16_t aScanDuration, EnergyScanHandler aHandler, v… in EnergyScan()
/openthread-latest/src/core/meshcop/
Dtcat_agent.cpp72 Error TcatAgent::Start(AppDataReceiveCallback aAppDataReceiveCallback, JoinCallback aHandler, void … in Start()