/openthread-3.5.0/src/core/backbone_router/ |
D | multicast_listeners_table.cpp | 164 void MulticastListenersTable::FixHeap(uint16_t aIndex) in FixHeap() 184 bool MulticastListenersTable::SiftHeapElemDown(uint16_t aIndex) in SiftHeapElemDown() 225 void MulticastListenersTable::SiftHeapElemUp(uint16_t aIndex) in SiftHeapElemUp()
|
/openthread-3.5.0/src/core/api/ |
D | dns_api.cpp | 134 uint16_t aIndex, in otDnsAddressResponseGetAddress() 166 uint16_t aIndex, in otDnsBrowseResponseGetServiceInstance() 186 uint16_t aIndex, in otDnsBrowseResponseGetHostAddress() 244 uint16_t aIndex, in otDnsServiceResponseGetHostAddress()
|
D | srp_server_api.cpp | 197 …har *otSrpServerServiceGetSubTypeServiceNameAt(const otSrpServerService *aService, uint16_t aIndex) in otSrpServerServiceGetSubTypeServiceNameAt()
|
/openthread-3.5.0/src/core/common/ |
D | settings_driver.hpp | 132 Error Delete(uint16_t aKey, int aIndex = -1) in Delete() 161 Error Get(uint16_t aKey, int aIndex, void *aValue, uint16_t *aValueLength) const in Get()
|
D | bit_vector.hpp | 87 void Set(uint16_t aIndex, bool aValue) in Set()
|
D | pool.hpp | 175 Type &GetEntryAt(uint16_t aIndex) { return mPool[aIndex]; } in GetEntryAt()
|
D | heap_array.hpp | 191 Type &operator[](IndexType aIndex) { return mArray[aIndex]; } in operator []() 216 Type *At(IndexType aIndex) { return (aIndex < mLength) ? &mArray[aIndex] : nullptr; } in At()
|
D | array.hpp | 242 Type &operator[](IndexType aIndex) { return mElements[aIndex]; } in operator []() 266 Type *At(IndexType aIndex) { return (aIndex < mLength) ? &mElements[aIndex] : nullptr; } in At()
|
D | settings.cpp | 376 Error Settings::ReadBrOnLinkPrefix(int aIndex, BrOnLinkPrefix &aBrOnLinkPrefix) in ReadBrOnLinkPrefix()
|
/openthread-3.5.0/src/core/thread/ |
D | network_diagnostic_tlvs.cpp | 102 void AnswerTlv::Init(uint16_t aIndex, bool aIsLast) in Init()
|
D | child.hpp | 114 …AddressIterator(const Child &aChild, Index aIndex, Ip6::Address::TypeFilter aFilter = Ip6::Address… in AddressIterator() 403 void SetRequestTlv(uint8_t aIndex, uint8_t aType) { mRequestTlvs[aIndex] = aType; } in SetRequestTlv()
|
D | router_table.hpp | 480 …void SetIndex(uint8_t aRouterId, uint8_t aIndex) { mIndexes[aRouterId] = kAllocatedFlag | aInde… in SetIndex()
|
D | network_data.hpp | 551 void SetEntryIndex(uint8_t aIndex) { mIteratorBuffer[kEntryPosition] = aIndex; } in SetEntryIndex()
|
D | network_data_tlvs.hpp | 563 HasRouteEntry *GetEntry(uint8_t aIndex) in GetEntry() 1137 BorderRouterEntry *GetEntry(uint8_t aIndex) in GetEntry()
|
/openthread-3.5.0/src/core/utils/ |
D | flash.cpp | 117 Error Flash::Get(uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) const in Get() 258 Error Flash::Delete(uint16_t aKey, int aIndex) in Delete()
|
/openthread-3.5.0/examples/platforms/utils/ |
D | settings_ram.c | 71 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() 184 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
|
/openthread-3.5.0/tests/unit/ |
D | test_ndproxy_table.cpp | 49 Ip6::InterfaceIdentifier generateRandomIid(uint16_t aIndex) in generateRandomIid()
|
D | test_platform.cpp | 234 OT_TOOL_WEAK otError otPlatSettingsGet(otInstance *, uint16_t aKey, int aIndex, uint8_t *aValue, ui… in otPlatSettingsGet() 289 OT_TOOL_WEAK otError otPlatSettingsDelete(otInstance *, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
|
/openthread-3.5.0/src/posix/platform/ |
D | settings.cpp | 240 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() 301 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete() 332 otError PlatformSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint… in PlatformSettingsGet() 430 otError PlatformSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex, int *aSwapFd) in PlatformSettingsDelete()
|
D | backtrace.cpp | 71 static void demangleSymbol(int aIndex, const char *aSymbol) in demangleSymbol()
|
/openthread-3.5.0/src/core/mac/ |
D | mac_frame.cpp | 1095 template <typename IeType> Error Frame::AppendHeaderIeAt(uint8_t &aIndex) in AppendHeaderIeAt() 1107 Error Frame::InitIeHeaderAt(uint8_t &aIndex, uint8_t ieId, uint8_t ieContentSize) in InitIeHeaderAt() 1129 template <> void Frame::InitIeContentAt<TimeIe>(uint8_t &aIndex) in InitIeContentAt() 1137 template <> void Frame::InitIeContentAt<CslIe>(uint8_t &aIndex) { aIndex += sizeof(CslIe); } in InitIeContentAt() 1140 template <> void Frame::InitIeContentAt<Termination2Ie>(uint8_t &aIndex) { OT_UNUSED_VARIABLE(aInde… in InitIeContentAt()
|
/openthread-3.5.0/src/core/net/ |
D | dns_client.cpp | 215 uint16_t aIndex, in FindHostAddress() 238 Error Client::Response::FindARecord(Section aSection, const Name &aHostName, uint16_t aIndex, AReco… in FindARecord() 421 Error Client::AddressResponse::GetAddress(uint16_t aIndex, Ip6::Address &aAddress, uint32_t &aTtl) … in GetAddress() 468 Error Client::BrowseResponse::GetServiceInstance(uint16_t aIndex, char *aLabelBuffer, uint8_t aLabe… in GetServiceInstance() 511 uint16_t aIndex, in GetHostAddress() 665 uint16_t aIndex, in GetHostAddress()
|
D | dns_types.hpp | 1398 uint16_t aIndex, in FindRecord() 2397 uint8_t &GetTtlByteAt(uint8_t aIndex) { return reinterpret_cast<uint8_t *>(&mTtl)[aIndex]; } in GetTtlByteAt()
|
/openthread-3.5.0/src/ncp/ |
D | changed_props_set.hpp | 157 void RemoveEntry(uint8_t aIndex) { ClearBit(mChangedSet, aIndex); } in RemoveEntry()
|
/openthread-3.5.0/tests/fuzz/ |
D | fuzzer_platform.cpp | 438 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() 466 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
|