Home
last modified time | relevance | path

Searched refs:handler (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/net/
Dicmp6.cpp140 for (Handler &handler : mHandlers) in HandleMessage()
142 handler.HandleReceiveMessage(aMessage, aMessageInfo, icmp6Header); in HandleMessage()
/openthread-latest/src/ncp/
Dncp_base.cpp1088 PropertyHandler handler = FindSetPropertyHandler(aKey); in HandleCommandPropertySet() local
1090 if (handler != nullptr) in HandleCommandPropertySet()
1093 error = (this->*handler)(); in HandleCommandPropertySet()
1141 PropertyHandler handler = nullptr; in HandleCommandPropertyInsertRemove() local
1149 handler = FindInsertPropertyHandler(aKey); in HandleCommandPropertyInsertRemove()
1154 handler = FindRemovePropertyHandler(aKey); in HandleCommandPropertyInsertRemove()
1162 …VerifyOrExit(handler != nullptr, error = PrepareLastStatusResponse(aHeader, SPINEL_STATUS_PROP_NOT… in HandleCommandPropertyInsertRemove()
1175 error = (this->*handler)(); in HandleCommandPropertyInsertRemove()
1219 PropertyHandler handler = FindGetPropertyHandler(aPropKey); in WritePropertyValueIsFrame() local
1221 if (handler != nullptr) in WritePropertyValueIsFrame()
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck_files.py477 handler = logging.FileHandler(log_file)
478 self.logger.addHandler(handler)
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dtls13-support.md371 data are flushed before to call the next handler. That way, handlers do not
389 handshake message may not have been received yet, the handler returns with
409 * state change: the state change is done in the main state handler to ease the
434 * state change: the state change is done in the main state handler to ease
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp463 ResponseHandler handler = va_arg(mPropertyArgs, ResponseHandler); in HandleWaitingResponse() local
465 assert(handler != nullptr); in HandleWaitingResponse()
466 mError = (this->*handler)(aBuffer, aLength); in HandleWaitingResponse()
/openthread-latest/third_party/mbedtls/repo/
DChangeLog5330 * Internally split up x509parse_key() into a (PEM) handler function