Home
last modified time | relevance | path

Searched refs:Register (Results 1 – 10 of 10) sorted by relevance

/openthread-latest/tests/unit/
Dtest_ndproxy_table.cpp74 SuccessOrQuit(table.Register(existedAddressIid, existedMeshLocalIid, 0, nullptr)); in TestNdProxyTable()
84 SuccessOrQuit(table.Register(addressIid, meshLocalIid, i, nullptr)); in TestNdProxyTable()
89 SuccessOrQuit(table.Register(addressIid, meshLocalIid, i, nullptr)); in TestNdProxyTable()
92 … VerifyOrQuit(table.Register(addressIid, notExistMeshLocalIid, i, nullptr) == kErrorDuplicated); in TestNdProxyTable()
98 …VerifyOrQuit(table.Register(notExistAddressIid, notExistMeshLocalIid, OPENTHREAD_CONFIG_NDPROXY_TA… in TestNdProxyTable()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_se_driver_hal.data1 Register SE driver: good
6 Register SE driver: good, again
9 Register SE driver: invalid location (0)
12 Register SE driver: invalid location (local)
15 Register SE driver: invalid version (ancient)
18 Register SE driver: invalid version (future)
21 Register SE driver: already registered
24 Register SE driver: maximum number of drivers
/openthread-latest/src/core/backbone_router/
Dndproxy_table.hpp165 Error Register(const Ip6::InterfaceIdentifier &aAddressIid,
Dndproxy_table.cpp148 Error NdProxyTable::Register(const Ip6::InterfaceIdentifier &aAddressIid, in Register() function in ot::BackboneRouter::NdProxyTable
Dbbr_manager.cpp397 …switch (mNdProxyTable.Register(target.GetIid(), meshLocalIid, aMessageInfo.GetPeerAddr().GetIid().… in HandleDuaRegistration()
/openthread-latest/src/core/net/
Dmdns.hpp954 void Register(const Key &aKey, const Callback &aCallback);
1043 void Register(const Host &aHost, const Callback &aCallback);
1044 void Register(const Key &aKey, const Callback &aCallback);
1101 void Register(const Service &aService, const Callback &aCallback);
1102 void Register(const Key &aKey, const Callback &aCallback);
1942 Error Register(const ItemInfo &aItemInfo, RequestId aRequestId, RegisterCallback aCallback);
Dmdns.cpp134 Error Core::Register(const ItemInfo &aItemInfo, RequestId aRequestId, RegisterCallback aCallback) in Register() function in ot::Dns::Multicast::Core
150 entry->Register(aItemInfo, Callback(aRequestId, aCallback)); in Register()
176 return Register<HostEntry>(aHost, aRequestId, aCallback); in RegisterHost()
183 return Register<ServiceEntry>(aService, aRequestId, aCallback); in RegisterService()
190 return IsKeyForService(aKey) ? Register<ServiceEntry>(aKey, aRequestId, aCallback) in RegisterKey()
191 : Register<HostEntry>(aKey, aRequestId, aCallback); in RegisterKey()
991 void Core::Entry::Register(const Key &aKey, const Callback &aCallback) in Register() function in ot::Dns::Multicast::Core::Entry
1494 void Core::HostEntry::Register(const Host &aHost, const Callback &aCallback) in Register() function in ot::Dns::Multicast::Core::HostEntry
1531 void Core::HostEntry::Register(const Key &aKey, const Callback &aCallback) in Register() function in ot::Dns::Multicast::Core::HostEntry
1533 Entry::Register(aKey, aCallback); in Register()
[all …]
/openthread-latest/src/cli/
DREADME_NETDATA.md61 5. Register an IPv6 prefix assigned to the Thread network.
328 Register configured prefixes, routes, and services with the Leader.
DREADME.md304 Register Backbone Router Service for Thread 1.2 FTD. `SRV_DATA.ntf` would be triggered for attached…
2457 Register Multicast Listeners to Primary Backbone Router, with an optional `timeout` (in seconds).
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1049 Register callback with mbedtls_ssl_conf_cert_cb().