Lines Matching refs:tlvCount
537 uint32_t totalCount = msg->tlvCount + TLV_MAX;
628 msg->tlvCount = 0;
635 uint32_t tlvCount = 0;
636 int ret = addTlvFunc(buffer.data() + currLen, buffer.size() - currLen, realLen, tlvCount);
641 msg->tlvCount += tlvCount;
660 #define ADD_TLV(type, value, currLen, tlvCount) \
668 (tlvCount)++; \
671 int AppSpawnTestHelper::AddBaseTlv(uint8_t *buffer, uint32_t bufferLen, uint32_t &realLen, uint32_t &tlvCount)
682 tlvCount++;
689 tlvCount++;
692 ADD_TLV(TLV_DOMAIN_INFO, domainInfo, currLen, tlvCount);
695 ADD_TLV(TLV_ACCESS_TOKEN_INFO, token, currLen, tlvCount);
698 ADD_TLV(TLV_INTERNET_INFO, internetInfo, currLen, tlvCount);
705 ADD_TLV(TLV_BUNDLE_INFO, info, currLen, tlvCount);
714 ADD_TLV(TLV_DAC_INFO, dacInfo, currLen, tlvCount);