/openthread-latest/src/core/common/ |
D | heap_array.hpp | 65 template <typename Type, uint16_t kCapacityIncrements = 2> class Array class 73 Array(void) in Array() function in ot::Heap::Array 83 ~Array(void) { Free(); } in ~Array() 160 void TakeFrom(Array &&aOther) in TakeFrom() 485 Array(const Array &) = delete; 486 Array &operator=(const Array &) = delete;
|
D | array.hpp | 113 class Array class 128 Array(void) in Array() function in ot::Array 141 Array(const Array &aOtherArray) { *this = aOtherArray; } in Array() function in ot::Array 151 explicit Array(Instance &aInstance) in Array() function in ot::Array 530 Array &operator=(const Array &aOtherArray) in operator =()
|
D | notifier.hpp | 305 using ExternalCallbackArray = Array<ExternalCallback, kMaxExternalHandlers>;
|
/openthread-latest/tests/unit/ |
D | test_heap_array.cpp | 87 void VerifyEntry(const EntryType &aEntry, const Heap::Array<EntryType, 2> &aArray, int aExpectedVal… in VerifyEntry() 100 template <> void VerifyEntry(const uint16_t &aEntry, const Heap::Array<uint16_t, 2> &aArray, int aE… in VerifyEntry() 106 template <> void VerifyEntry(const Entry &aEntry, const Heap::Array<Entry, 2> &aArray, int aExpecte… in VerifyEntry() 115 template <typename EntryType, typename... Args> void VerifyArray(const Heap::Array<EntryType, 2> &a… in VerifyArray() 183 Heap::Array<uint16_t, 2> array; in TestHeapArrayOfUint16() 184 Heap::Array<uint16_t, 2> array2; in TestHeapArrayOfUint16() 329 array2.TakeFrom(static_cast<Heap::Array<uint16_t, 2> &&>(array)); in TestHeapArrayOfUint16() 349 Heap::Array<Entry, 2> array; in TestHeapArray() 350 Heap::Array<Entry, 2> array2; in TestHeapArray() 468 array2.TakeFrom(static_cast<Heap::Array<Entry, 2> &&>(array)); in TestHeapArray()
|
D | test_array.cpp | 51 Array<uint16_t, kMaxSize> array; in TestArray() 243 Array<Entry, kMaxSize> array1; in TestArrayCopyAndFindMatching() 244 Array<Entry, kMaxSize> array2; in TestArrayCopyAndFindMatching() 245 Array<Entry, kMaxSize> array3(array1); in TestArrayCopyAndFindMatching() 280 Array<Entry, kMaxSize> array4(array2); in TestArrayCopyAndFindMatching() 412 typedef Array<uint16_t, 255> Array1; in TestArrayIndexType() 413 typedef Array<uint16_t, 256> Array2; in TestArrayIndexType() 414 typedef Array<uint16_t, 100, uint16_t> Array3; in TestArrayIndexType()
|
D | test_srp_adv_proxy.cpp | 128 static Array<DnssdRequest, kDnssdArraySize> sDnssdRegHostRequests; 129 static Array<DnssdRequest, kDnssdArraySize> sDnssdUnregHostRequests; 130 static Array<DnssdRequest, kDnssdArraySize> sDnssdRegServiceRequests; 131 static Array<DnssdRequest, kDnssdArraySize> sDnssdUnregServiceRequests; 132 static Array<DnssdRequest, kDnssdArraySize> sDnssdRegKeyRequests; 133 static Array<DnssdRequest, kDnssdArraySize> sDnssdUnregKeyRequests; 434 Array<void *, 500> sHeapAllocatedPtrs;
|
/openthread-latest/src/lib/spinel/ |
D | spinel_driver.hpp | 231 template <typename Type, uint16_t kMaxSize> class Array class in ot::Spinel::SpinelDriver 236 Array(void) in Array() function in ot::Spinel::SpinelDriver::Array 304 Array<spinel_iid_t, kSpinelHeaderMaxNumIid> mIidList; 316 Array<unsigned int, kCapsBufferSize> mCoprocessorCaps;
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_radio.hpp | 73 Array<uint16_t, kMaxSrcMaatchShort> mSrcMatchShortEntries; 74 Array<Mac::ExtAddress, kMaxSrcMatchExt> mSrcMatchExtEntries;
|
/openthread-latest/src/core/thread/ |
D | mlr_manager.hpp | 102 …typedef Array<Ip6::Address, kMaxMlrAddresses> MlrAddressArray; ///< Registered MLR addresses array. 143 class AddressArray : public Array<Ip6::Address, Ip6AddressesTlv::kMaxAddresses>
|
D | child.hpp | 128 typedef Array<Ip6AddrEntry, kNumIp6Addresses> Ip6AddressArray;
|
D | network_data_types.hpp | 134 typedef Array<uint16_t, kMaxRlocs> Rlocs;
|
D | router_table.hpp | 462 Array<Router, Mle::kMaxRouters> mRouters;
|
D | mle_types.hpp | 542 Array<uint8_t, kMaxSize> mArray;
|
/openthread-latest/src/core/net/ |
D | ip6_filter.hpp | 145 Array<uint16_t, kMaxUnsecurePorts> mUnsecurePorts;
|
D | nat64_translator.hpp | 372 Array<Ip4::Address, kAddressMappingPoolSize> mIp4AddressPool;
|
D | srp_server.hpp | 401 Heap::Array<Heap::String> mSubTypes; 574 Heap::Array<Ip6::Address> mAddresses;
|
D | mdns.hpp | 834 class AddressArray : public Heap::Array<Ip6::Address> 964 … struct TypeArray : public Array<uint16_t, kTypeArraySize> // Array of record types for NSEC record 1363 Heap::Array<Question> mQuestions; 1838 void ConstructResult(AddressResult &aResult, Heap::Array<AddressAndTtl> &aAddrArray) const; 1933 Heap::Array<const char *, kArrayCapacityIncrement> mSubTypeArray;
|
D | srp_advertising_proxy.cpp | 931 Heap::Array<Ip6::Address> hostAddresses; in RegisterHost() 991 Heap::Array<Heap::String> subTypeHeapStrings; in RegisterService() 992 Heap::Array<const char *> subTypeLabels; in RegisterService()
|
D | nd6.hpp | 548 Heap::Array<uint8_t, kCapacityIncrement> mArray;
|
D | dns_dso.hpp | 691 Array<Entry, kMaxPendingRequests> mRequests;
|
/openthread-latest/src/core/utils/ |
D | power_calibration.hpp | 160 typedef Array<CalibratedPowerEntry, kMaxNumCalibratedPowers> CalibratedPowerTable;
|
/openthread-latest/src/core/radio/ |
D | trel_interface.hpp | 287 typedef Array<Peer, kPeerTableSize, uint16_t> PeerTable;
|
/openthread-latest/src/core/meshcop/ |
D | dataset_manager.hpp | 233 class TlvList : public Array<uint8_t, kMaxGetTypes>
|
/openthread-latest/src/core/border_router/ |
D | routing_manager.hpp | 1212 Array<OldPrefix, kMaxOldPrefixes> mOldLocalPrefixes; 1254 public Heap::Array<RioPrefix> 1256 public Array<RioPrefix, 2 * kMaxOnMeshPrefixes>
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | main_test.function | 226 * \param argv Array of command line arguments.
|