Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.cpp2751 aIterator.mSubTypeArray.Free(); in CopyInfoTo()
2755 SuccessOrAssert(aIterator.mSubTypeArray.PushBack(subType.mLabel.AsCString())); in CopyInfoTo()
2761 aService.mSubTypeLabels = aIterator.mSubTypeArray.AsCArray(); in CopyInfoTo()
2762 aService.mSubTypeLabelsLength = aIterator.mSubTypeArray.GetLength(); in CopyInfoTo()
Dmdns.hpp1933 Heap::Array<const char *, kArrayCapacityIncrement> mSubTypeArray; member in ot::Dns::Multicast::Core::EntryIterator