/openthread-latest/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-latest/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-latest/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 | 88 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 | 377 Error Settings::ReadBrOnLinkPrefix(int aIndex, BrOnLinkPrefix &aBrOnLinkPrefix) in ReadBrOnLinkPrefix()
|
/openthread-latest/src/core/thread/ |
D | network_diagnostic_tlvs.cpp | 98 void AnswerTlv::Init(uint16_t aIndex, bool aIsLast) in Init()
|
D | router_table.hpp | 479 …void SetIndex(uint8_t aRouterId, uint8_t aIndex) { mIndexes[aRouterId] = kAllocatedFlag | aInde… in SetIndex()
|
D | child.hpp | 344 void SetRequestTlv(uint8_t aIndex, uint8_t aType) { mRequestTlvs[aIndex] = aType; } in SetRequestTlv()
|
D | network_data.hpp | 551 void SetEntryIndex(uint8_t aIndex) { mIteratorBuffer[kEntryPosition] = aIndex; } in SetEntryIndex()
|
D | network_data_tlvs.hpp | 561 HasRouteEntry *GetEntry(uint8_t aIndex) in GetEntry() 1135 BorderRouterEntry *GetEntry(uint8_t aIndex) in GetEntry()
|
/openthread-latest/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()
|
D | verhoeff_checksum.cpp | 44 uint8_t VerhoeffChecksum::Lookup(uint8_t aIndex, const uint8_t aCompressedArray[]) in Lookup()
|
/openthread-latest/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-latest/tests/unit/ |
D | test_ndproxy_table.cpp | 49 Ip6::InterfaceIdentifier generateRandomIid(uint16_t aIndex) in generateRandomIid()
|
D | test_platform.cpp | 287 OT_TOOL_WEAK otError otPlatSettingsGet(otInstance *, uint16_t aKey, int aIndex, uint8_t *aValue, ui… in otPlatSettingsGet() 342 OT_TOOL_WEAK otError otPlatSettingsDelete(otInstance *, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
|
/openthread-latest/src/posix/platform/ |
D | settings.cpp | 241 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() 302 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete() 333 otError PlatformSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint… in PlatformSettingsGet() 431 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-latest/src/core/mac/ |
D | mac_frame.cpp | 1113 template <typename IeType> Error Frame::AppendHeaderIeAt(uint8_t &aIndex) in AppendHeaderIeAt() 1125 Error Frame::InitIeHeaderAt(uint8_t &aIndex, uint8_t ieId, uint8_t ieContentSize) in InitIeHeaderAt() 1147 template <> void Frame::InitIeContentAt<TimeIe>(uint8_t &aIndex) in InitIeContentAt() 1155 template <> void Frame::InitIeContentAt<CslIe>(uint8_t &aIndex) { aIndex += sizeof(CslIe); } in InitIeContentAt() 1158 template <> void Frame::InitIeContentAt<Termination2Ie>(uint8_t &aIndex) { OT_UNUSED_VARIABLE(aInde… in InitIeContentAt()
|
/openthread-latest/src/core/net/ |
D | dns_client.cpp | 210 uint16_t aIndex, in FindHostAddress() 233 Error Client::Response::FindARecord(Section aSection, const Name &aHostName, uint16_t aIndex, AReco… in FindARecord() 416 Error Client::AddressResponse::GetAddress(uint16_t aIndex, Ip6::Address &aAddress, uint32_t &aTtl) … in GetAddress() 463 Error Client::BrowseResponse::GetServiceInstance(uint16_t aIndex, char *aLabelBuffer, uint8_t aLabe… in GetServiceInstance() 506 uint16_t aIndex, in GetHostAddress() 660 uint16_t aIndex, in GetHostAddress()
|
/openthread-latest/src/ncp/ |
D | changed_props_set.hpp | 157 void RemoveEntry(uint8_t aIndex) { ClearBit(mChangedSet, aIndex); } in RemoveEntry()
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 468 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() 496 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
|