Home
last modified time | relevance | path

Searched defs:aIndex (Results 1 – 25 of 26) sorted by relevance

12

/openthread-3.5.0/src/core/backbone_router/
Dmulticast_listeners_table.cpp164 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/
Ddns_api.cpp134 uint16_t aIndex, in otDnsAddressResponseGetAddress()
166 uint16_t aIndex, in otDnsBrowseResponseGetServiceInstance()
186 uint16_t aIndex, in otDnsBrowseResponseGetHostAddress()
244 uint16_t aIndex, in otDnsServiceResponseGetHostAddress()
Dsrp_server_api.cpp197 …har *otSrpServerServiceGetSubTypeServiceNameAt(const otSrpServerService *aService, uint16_t aIndex) in otSrpServerServiceGetSubTypeServiceNameAt()
/openthread-3.5.0/src/core/common/
Dsettings_driver.hpp132 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()
Dbit_vector.hpp87 void Set(uint16_t aIndex, bool aValue) in Set()
Dpool.hpp175 Type &GetEntryAt(uint16_t aIndex) { return mPool[aIndex]; } in GetEntryAt()
Dheap_array.hpp191 Type &operator[](IndexType aIndex) { return mArray[aIndex]; } in operator []()
216 Type *At(IndexType aIndex) { return (aIndex < mLength) ? &mArray[aIndex] : nullptr; } in At()
Darray.hpp242 Type &operator[](IndexType aIndex) { return mElements[aIndex]; } in operator []()
266 Type *At(IndexType aIndex) { return (aIndex < mLength) ? &mElements[aIndex] : nullptr; } in At()
Dsettings.cpp376 Error Settings::ReadBrOnLinkPrefix(int aIndex, BrOnLinkPrefix &aBrOnLinkPrefix) in ReadBrOnLinkPrefix()
/openthread-3.5.0/src/core/thread/
Dnetwork_diagnostic_tlvs.cpp102 void AnswerTlv::Init(uint16_t aIndex, bool aIsLast) in Init()
Dchild.hpp114 …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()
Drouter_table.hpp480 …void SetIndex(uint8_t aRouterId, uint8_t aIndex) { mIndexes[aRouterId] = kAllocatedFlag | aInde… in SetIndex()
Dnetwork_data.hpp551 void SetEntryIndex(uint8_t aIndex) { mIteratorBuffer[kEntryPosition] = aIndex; } in SetEntryIndex()
Dnetwork_data_tlvs.hpp563 HasRouteEntry *GetEntry(uint8_t aIndex) in GetEntry()
1137 BorderRouterEntry *GetEntry(uint8_t aIndex) in GetEntry()
/openthread-3.5.0/src/core/utils/
Dflash.cpp117 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/
Dsettings_ram.c71 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/
Dtest_ndproxy_table.cpp49 Ip6::InterfaceIdentifier generateRandomIid(uint16_t aIndex) in generateRandomIid()
Dtest_platform.cpp234 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/
Dsettings.cpp240 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()
Dbacktrace.cpp71 static void demangleSymbol(int aIndex, const char *aSymbol) in demangleSymbol()
/openthread-3.5.0/src/core/mac/
Dmac_frame.cpp1095 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/
Ddns_client.cpp215 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()
Ddns_types.hpp1398 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/
Dchanged_props_set.hpp157 void RemoveEntry(uint8_t aIndex) { ClearBit(mChangedSet, aIndex); } in RemoveEntry()
/openthread-3.5.0/tests/fuzz/
Dfuzzer_platform.cpp438 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()

12