Home
last modified time | relevance | path

Searched refs:mSubTypeArray (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.cpp2602 aIterator.mSubTypeArray.Free(); in CopyInfoTo()
2606 SuccessOrAssert(aIterator.mSubTypeArray.PushBack(subType.mLabel.AsCString())); in CopyInfoTo()
2612 aService.mSubTypeLabels = aIterator.mSubTypeArray.AsCArray(); in CopyInfoTo()
2613 aService.mSubTypeLabelsLength = aIterator.mSubTypeArray.GetLength(); in CopyInfoTo()
H A Dmdns.hpp1962 Heap::Array<const char *, kArrayCapacityIncrement> mSubTypeArray; member in ot::Dns::Multicast::Core::EntryIterator