/openthread-latest/src/cli/ |
D | README_SRP_CLIENT.md | 9 - [callback](#callback) 31 callback 69 ### callback subsection 71 Usage `srp client callback [enable|disable]` 73 Enable/Disable printing callback events from SRP client. 75 Get current callback mode 78 > srp client callback 83 Set callback mode 86 > srp client callback enable 89 > srp client callback [all …]
|
D | README_NETDATA.md | 179 Print "yes" or "no" flag tracking whether or not the "net data full" callback has been invoked sinc… 183 The "net data full" callback is invoked whenever: 199 Reset the flag tracking whether "net data full" callback was invoked.
|
D | README.md | 457 ### ba ephemeralkey callback enable 459 Enables callback from Border Agent for ephemeral key state changes. 462 > ba ephemeralkey callback enable 468 BorderAgent callback: Ephemeral key active, port:49155 469 BorderAgent callback: Ephemeral key inactive 472 ### ba ephemeralkey callback disable 474 Disables callback from Border Agent for ephemeral key state changes. 477 > ba ephemeralkey callback disable 1249 …ss similar to the `detach` command without blocking and waiting for the callback indicating that d…
|
D | cli.cpp | 2754 otThreadDiscoveryRequestCallback callback = nullptr; in Process() local 2761 callback = &Interpreter::HandleDiscoveryRequest; in Process() 2765 otThreadSetDiscoveryRequestCallback(GetInstancePtr(), callback, context); in Process()
|
/openthread-latest/tools/otci/otci/ |
D | command_handlers.py | 75 def set_line_read_callback(self, callback: Optional[Callable[[str], Any]]): 162 def set_line_read_callback(self, callback: Optional[Callable[[str], Any]]): 163 self.__line_read_callback = callback 298 def set_line_read_callback(self, callback: Optional[Callable[[str], Any]]): 299 self.__line_read_callback = callback 339 def set_line_read_callback(self, callback: Optional[Callable[[str], Any]]): 340 self.__line_read_callback = callback
|
D | otci.py | 177 def set_line_read_callback(self, callback: Optional[Callable[[str], Any]]): 179 self.__otcmd.set_line_read_callback(callback)
|
/openthread-latest/tests/unit/ |
D | test_ncp_dnssd.cpp | 80 otPlatDnssdRegisterCallback callback = &TestPlatDnssdRegisterCallback; in GenerateSpinelDnssdRequestResultFrame() local 86 …sOrExit(error = encoder.WriteData(reinterpret_cast<const uint8_t *>(&callback), sizeof(callback))); in GenerateSpinelDnssdRequestResultFrame()
|
/openthread-latest/src/core/common/ |
D | notifier.cpp | 164 for (ExternalCallback &callback : mExternalCallbacks) in EmitEvents() 166 callback.InvokeIfSet(events.GetAsFlags()); in EmitEvents()
|
/openthread-latest/src/core/net/ |
D | dns_client.cpp | 1229 Callback callback; in FinalizeQuery() local 1232 GetQueryTypeAndCallback(*aResponse.mQuery, type, callback, context); in FinalizeQuery() 1240 if (callback.mAddressCallback != nullptr) in FinalizeQuery() 1242 callback.mAddressCallback(aError, &aResponse, context); in FinalizeQuery() 1248 if (callback.mBrowseCallback != nullptr) in FinalizeQuery() 1250 callback.mBrowseCallback(aError, &aResponse, context); in FinalizeQuery() 1257 if (callback.mServiceCallback != nullptr) in FinalizeQuery() 1259 callback.mServiceCallback(aError, &aResponse, context); in FinalizeQuery()
|
D | mdns.cpp | 470 RegisterCallback callback = mCallback; in InvokeAndClear() local 475 callback(&aInstance, requestId, aError); in InvokeAndClear() 4886 ResultCallback *callback; in Add() local 4888 callback = FindCallbackMatching(aCallback); in Add() 4889 VerifyOrExit(callback == nullptr, error = kErrorAlready); in Add() 4893 callback = ResultCallback::Allocate(aCallback); in Add() 4894 OT_ASSERT(callback != nullptr); in Add() 4896 mCallbacks.Push(*callback); in Add() 4940 As<BrowseCache>().ReportResultsTo(*callback); in Add() 4943 As<SrvCache>().ReportResultTo(*callback); in Add() [all …]
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_x509parse.data | 419 …X509_BADCERT_OTHER | 0x80000000:"":"Other reason (can be used by verify callback)\nUnknown reason … 698 X509 CRT verification #19 (Valid Cert, denying callback) 702 X509 CRT verification #19 (Not trusted Cert, allowing callback) 1006 X509 CRT verification #92 (bad name, allowing callback) 1181 X509 CRT verification with ca callback: failure 1185 X509 CRT verification callback: bad name 1189 X509 CRT verification callback: trusted EE cert 1193 X509 CRT verification callback: trusted EE cert, expired 1197 X509 CRT verification callback: simple 1201 X509 CRT verification callback: simple, EE expired [all …]
|
D | test_suite_psa_crypto_entropy.function | 243 /* The seed is written by nv_seed callback functions therefore the injection will fail */
|
D | test_suite_x509parse.function | 100 /* This is a test-only implementation of the CA callback 151 /* Simulate a fatal error in the callback */ 741 TEST_FAIL("No known verify callback selected"); 761 /* CRLs aren't supported with CA callbacks, so skip the CA callback
|
D | test_suite_ssl.data | 13 Test callback buffer sanity
|
/openthread-latest/src/posix/platform/ |
D | rcp_caps_diag.cpp | 729 otPlatDiagOutputCallback callback; in ProcessSpinelSpeed() local 732 mRadioSpinel.GetDiagOutputCallback(callback, context); in ProcessSpinelSpeed() 755 mRadioSpinel.SetDiagOutputCallback(callback, context); in ProcessSpinelSpeed()
|
/openthread-latest/tests/scripts/thread-cert/ |
D | run_cert_suite.py | 186 … callback=lambda ret, id=i, script=script, port_offset=port_offset: result_callback(
|
/openthread-latest/src/ncp/ |
D | ncp_base_ftd.cpp | 1619 otPlatDnssdRegisterCallback callback = nullptr; in HandlePropertySet() local 1627 callback = *reinterpret_cast<const otPlatDnssdRegisterCallback *>(context); in HandlePropertySet() 1628 callback(mInstance, requestId, static_cast<otError>(result)); in HandlePropertySet()
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 576 `mbedtls_x509_crt_parse_der_nocopy()` but it calls the callback with every 595 of the verification callback function passed to `mbedtls_x509_crt_verify()` (see 772 - The callback now specifies a void return type, rather than 774 to handle failures in the key export callback, for example by 778 callback type should be straightforward — see the example programs
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 47 parsing unsupported certificate extensions via user provided callback. 1048 * Add server certificate selection callback near end of Client Hello. 1049 Register callback with mbedtls_ssl_conf_cert_cb(). 1053 cert callback (mbedtls_ssl_conf_cert_cb()) during handshake. 1433 to set a callback, but was deemed unnecessary as it was yet another define 1584 Raw keys and IVs are no longer passed to the callback. 1588 in TLS 1.3. Finally, the key export callback and 2330 parsing unsupported certificate extensions via user provided callback. 2333 * Pass the "certificate policies" extension to the callback supplied to 3392 unnecessary callback checks being made or to some validation checks to be [all …]
|
/openthread-latest/src/core/ |
D | BUILD.gn | 394 "common/callback.hpp",
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | psa-legacy-bridges.md | 86 … might need such conversion functions when implementing an X.509 or TLS callback (returning `MBEDT…
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 1223 The core provides the following callback functions, which an opaque driver may call while it is pro… 1424 …e be a driver entry point to determine the length, or should there be a callback that allows the d…
|