Lines Matching refs:aSection
131 void Client::Response::SelectSection(Section aSection, uint16_t &aOffset, uint16_t &aNumRecord) con… in SelectSection() argument
133 switch (aSection) in SelectSection()
154 Error Client::Response::CheckForHostNameAlias(Section aSection, Name &aHostName) const in CheckForHostNameAlias() argument
172 SelectSection(aSection, offset, numRecords); in CheckForHostNameAlias()
200 Error Client::Response::FindHostAddress(Section aSection, in FindHostAddress() argument
212 SuccessOrExit(error = CheckForHostNameAlias(aSection, name)); in FindHostAddress()
214 SelectSection(aSection, offset, numRecords); in FindHostAddress()
225 Error Client::Response::FindARecord(Section aSection, const Name &aHostName, uint16_t aIndex, AReco… in FindARecord() argument
232 SuccessOrExit(error = CheckForHostNameAlias(aSection, name)); in FindARecord()
234 SelectSection(aSection, offset, numRecords); in FindARecord()
263 Error Client::Response::ReadServiceInfo(Section aSection, const Name &aName, ServiceInfo &aServiceI… in ReadServiceInfo() argument
285 SelectSection(aSection, offset, numRecords); in ReadServiceInfo()
321 Error Client::Response::ReadTxtRecord(Section aSection, const Name &aName, ServiceInfo &aServiceInf… in ReadTxtRecord() argument
346 SelectSection(aSection, offset, numRecords); in ReadTxtRecord()