Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlink_metrics.cpp73 info.mTypeIdCount = aMetrics->ConvertToTypeIds(info.mTypeIds); in Query()
78 VerifyOrExit(info.mTypeIdCount == 0, error = kErrorInvalidArgs); in Query()
97 …Length(sizeof(Tlv) + sizeof(uint8_t) + ((aInfo.mTypeIdCount == 0) ? 0 : (sizeof(Tlv) + aInfo.mType… in AppendLinkMetricsQueryTlv()
103 if (aInfo.mTypeIdCount != 0) in AppendLinkMetricsQueryTlv()
108 queryOptionsTlv.SetLength(aInfo.mTypeIdCount); in AppendLinkMetricsQueryTlv()
110 SuccessOrExit(error = aMessage.AppendBytes(aInfo.mTypeIds, aInfo.mTypeIdCount)); in AppendLinkMetricsQueryTlv()
Dlink_metrics.hpp97 uint8_t mTypeIdCount; ///< Number of entries in `mTypeIds[]`. member