Home
last modified time | relevance | path

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

12

/external/openthread/src/core/api/
Dcoap_secure_api.cpp116 otHandleCoapSecureClientConnect aHandler, in otCoapSecureConnect()
141 otCoapResponseHandler aHandler, in otCoapSecureSendRequestBlockWise()
153 otCoapResponseHandler aHandler, in otCoapSecureSendRequest()
182 otHandleCoapSecureClientConnect aHandler, in otCoapSecureSetClientConnectedCallback()
188 void otCoapSecureSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aCon… in otCoapSecureSetDefaultHandler()
Dsntp_api.cpp47 otSntpResponseHandler aHandler, in otSntpClientQuery()
Dicmp6_api.cpp53 otError otIcmp6RegisterHandler(otInstance *aInstance, otIcmp6Handler *aHandler) in otIcmp6RegisterHandler()
Dcoap_api.cpp205 otCoapResponseHandler aHandler, in otCoapSendRequestBlockWiseWithParameters()
233 otCoapResponseHandler aHandler, in otCoapSendRequestWithParameters()
284 void otCoapSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aContext) in otCoapSetDefaultHandler()
Dble_secure_api.cpp58 …ureTcatStart(otInstance *aInstance, const otTcatVendorInfo *aVendorInfo, otHandleTcatJoin aHandler) in otBleSecureTcatStart()
/external/openthread/src/core/common/
Dtimer.hpp131 Timer(Instance &aInstance, Handler aHandler) in Timer()
192 TimerMilli(Instance &aInstance, Handler aHandler) in TimerMilli()
296 TimerMilliContext(Instance &aInstance, Handler aHandler, void *aContext) in TimerMilliContext()
362 TimerMicro(Instance &aInstance, Handler aHandler) in TimerMicro()
Dtasklet.hpp119 Tasklet(Instance &aInstance, Handler aHandler) in Tasklet()
197 TaskletContext(Instance &aInstance, Handler aHandler, void *aContext) in TaskletContext()
Dcallback.hpp77 void Set(HandlerType aHandler, void *aContext) in Set()
118 bool Matches(HandlerType aHandler, void *aContext) const in Matches()
Dtrickle_timer.cpp43 TrickleTimer::TrickleTimer(Instance &aInstance, Handler aHandler) in TrickleTimer()
/external/openthread/src/core/coap/
Dcoap_secure.cpp123 ResponseHandler aHandler, in SendMessage()
141 ResponseHandler aHandler, in SendMessage()
150 Error CoapSecure::SendMessage(Message &aMessage, ResponseHandler aHandler, void *aContext) in SendMessage()
164 ResponseHandler aHandler, in SendMessage()
Dcoap.hpp206 otCoapRequestHandler aHandler, in ResourceBlockWise()
442 …void SetDefaultHandler(RequestHandler aHandler, void *aContext) { mDefaultHandler.Set(aHandler, aC… in SetDefaultHandler()
854 void SetResourceHandler(ResourceHandler aHandler) { mResourceHandler = aHandler; } in SetResourceHandler()
Dcoap.cpp200 ResponseHandler aHandler, in SendMessage()
368 ResponseHandler aHandler, in SendMessage()
538 Error CoapBase::AbortTransaction(ResponseHandler aHandler, void *aContext) in AbortTransaction()
1687 Resource::Resource(const char *aUriPath, RequestHandler aHandler, void *aContext) in Resource()
1695 Resource::Resource(Uri aUri, RequestHandler aHandler, void *aContext) in Resource()
/external/ot-br-posix/src/utils/
Dthread_helper.cpp344 void ThreadHelper::AddDeviceRoleHandler(DeviceRoleHandler aHandler) in AddDeviceRoleHandler()
349 void ThreadHelper::Scan(ScanHandler aHandler) in Scan()
371 void ThreadHelper::EnergyScan(uint32_t aScanDuration, EnergyScanHandler aHandler) in EnergyScan()
487 AttachHandler aHandler) in Attach()
550 void ThreadHelper::Attach(AttachHandler aHandler) in Attach()
598 ResultHandler aHandler) in JoinerStart()
679 …id ThreadHelper::AttachAllNodesTo(const std::vector<uint8_t> &aDatasetTlvs, AttachHandler aHandler) in AttachAllNodesTo()
887 void ThreadHelper::AddActiveDatasetChangeHandler(DatasetChangeHandler aHandler) in AddActiveDatasetChangeHandler()
892 void ThreadHelper::DetachGracefully(ResultHandler aHandler) in DetachGracefully()
Dthread_helper.hpp243 void SetUpdateMeshCopTxtHandler(UpdateMeshCopTxtHandler aHandler) in SetUpdateMeshCopTxtHandler()
/external/ot-br-posix/src/dbus/server/
Ddbus_object.cpp76 const MethodHandlerType &aHandler) in RegisterMethod()
86 const PropertyHandlerType &aHandler) in RegisterGetPropertyHandler()
93 const PropertyHandlerType &aHandler) in RegisterSetPropertyHandler()
/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.cpp161 void ThreadApiDBus::AddDeviceRoleHandler(const DeviceRoleHandler &aHandler) in AddDeviceRoleHandler()
166 ClientError ThreadApiDBus::Scan(const ScanHandler &aHandler) in Scan()
198 ClientError ThreadApiDBus::EnergyScan(uint32_t aScanDuration, const EnergyScanHandler &aHandler) in EnergyScan()
242 const OtResultHandler &aHandler) in Attach()
267 ClientError ThreadApiDBus::Attach(const OtResultHandler &aHandler) in Attach()
306 ClientError ThreadApiDBus::Detach(const OtResultHandler &aHandler) in Detach()
345 ClientError ThreadApiDBus::FactoryReset(const OtResultHandler &aHandler) in FactoryReset()
395 const OtResultHandler &aHandler) in JoinerStart()
/external/openthread/src/core/thread/
Dannounce_sender.cpp54 AnnounceSenderBase::AnnounceSenderBase(Instance &aInstance, Timer::Handler aHandler) in AnnounceSenderBase()
/external/openthread/src/core/utils/
Djam_detector.cpp65 Error JamDetector::Start(Handler aHandler, void *aContext) in Start()
/external/openthread/src/core/net/
Dudp6.cpp89 Error Udp::Socket::Open(otUdpReceive aHandler, void *aContext) { return Get<Udp>().Open(*this, aHan… in Open()
172 Error Udp::Open(SocketHandle &aSocket, otUdpReceive aHandler, void *aContext) in Open()
Dicmp6.cpp59 Error Icmp::RegisterHandler(Handler &aHandler) { return mHandlers.Add(aHandler); } in RegisterHandler()
Dsntp_client.cpp84 Error Client::Query(const otSntpQuery *aQuery, otSntpResponseHandler aHandler, void *aContext) in Query()
Dudp6.hpp343 Receiver(otUdpHandler aHandler, void *aContext) in Receiver()
/external/openthread/src/core/meshcop/
Dtcat_agent.cpp78 JoinCallback aHandler, in Start()
/external/openthread/include/openthread/
Dcoap.h951 otCoapResponseHandler aHandler, in otCoapSendRequestBlockWise()
980 otCoapResponseHandler aHandler, in otCoapSendRequest()
/external/ot-br-posix/src/ncp/
Dncp_openthread.cpp351 void ControllerOpenThread::RegisterResetHandler(std::function<void(void)> aHandler) in RegisterResetHandler()

12