Lines Matching refs:aSection

808         uint16_t GetFor(Section aSection) const { return mCounts[aSection]; }  in GetFor()
809 void Increment(Section aSection) { mCounts[aSection]++; } in Increment() argument
898 void MarkAsAppended(TxMessage &aTxMessage, Section aSection);
975 typedef void (*NameAppender)(Entry &aEntry, TxMessage &aTxMessage, Section aSection);
987 void AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection, NameAppender aNameAppender);
989 Section aSection,
1067 void AppendAddressRecordsTo(TxMessage &aTxMessage, Section aSection);
1068 void AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection);
1069 void AppendNsecRecordTo(TxMessage &aTxMessage, Section aSection);
1070 void AppendNameTo(TxMessage &aTxMessage, Section aSection);
1072 static void AppendEntryName(Entry &aEntry, TxMessage &aTxMessage, Section aSection);
1143 void AppendSrvRecordTo(TxMessage &aTxMessage, Section aSection);
1144 void AppendTxtRecordTo(TxMessage &aTxMessage, Section aSection);
1145 … void AppendPtrRecordTo(TxMessage &aTxMessage, Section aSection, SubType *aSubType = nullptr);
1146 void AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection);
1147 void AppendNsecRecordTo(TxMessage &aTxMessage, Section aSection);
1148 …void AppendServiceNameTo(TxMessage &TxMessage, Section aSection, bool aPerformNameCompression = t…
1149 void AppendServiceTypeTo(TxMessage &aTxMessage, Section aSection);
1150 void AppendSubServiceTypeTo(TxMessage &aTxMessage, Section aSection);
1151 void AppendSubServiceNameTo(TxMessage &aTxMessage, Section aSection, SubType &aSubType);
1152 void AppendHostNameTo(TxMessage &aTxMessage, Section aSection);
1154 static void AppendEntryName(Entry &aEntry, TxMessage &aTxMessage, Section aSection);
1232 Message &SelectMessageFor(Section aSection);
1233 AppendOutcome AppendLabel(Section aSection, const char *aLabel, uint16_t &aCompressOffset);
1234 …AppendOutcome AppendMultipleLabels(Section aSection, const char *aLabels, uint16_t &aCompressOffse…
1235 …void AppendServiceType(Section aSection, const char *aServiceType, uint16_t &aCompressOff…
1236 void AppendDomainName(Section aSection);
1237 void AppendServicesDnssdName(Section aSection);
1239 void IncrementRecordCount(Section aSection) { mRecordCounts.Increment(aSection); } in IncrementRecordCount() argument
1251 AppendOutcome AppendLabels(Section aSection,
1257 … static void SaveOffset(uint16_t &aCompressOffset, const Message &aMessage, Section aSection);
1659 void AppendServiceTypeOrSubTypeTo(TxMessage &aTxMessage, Section aSection);
1706 void AppendServiceNameTo(TxMessage &aTxMessage, Section aSection);
1837 void AppendNameTo(TxMessage &aTxMessage, Section aSection);
1968 Section aSection,