Home
last modified time | relevance | path

Searched defs:aSection (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.cpp394 void Core::UpdateCacheFlushFlagIn(ResourceRecord &aResourceRecord, Section aSection, bool aIsLegacy… in UpdateCacheFlushFlagIn()
756 void Core::RecordInfo::MarkAsAppended(TxMessage &aTxMessage, Section aSection) in MarkAsAppended()
1265 void Core::Entry::AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection, NameAppender aNameAppe… in AppendKeyRecordTo()
1296 Section aSection, in AppendNsecRecordTo()
1616 void Core::HostEntry::AppendAddressRecordsTo(TxMessage &aTxMessage, Section aSection) in AppendAddressRecordsTo()
1645 void Core::HostEntry::AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection) in AppendKeyRecordTo()
1650 void Core::HostEntry::AppendNsecRecordTo(TxMessage &aTxMessage, Section aSection) in AppendNsecRecordTo()
1670 void Core::HostEntry::AppendEntryName(Entry &aEntry, TxMessage &aTxMessage, Section aSection) in AppendEntryName()
1675 void Core::HostEntry::AppendNameTo(TxMessage &aTxMessage, Section aSection) in AppendNameTo()
2392 void Core::ServiceEntry::AppendSrvRecordTo(TxMessage &aTxMessage, Section aSection) in AppendSrvRecordTo()
[all …]
H A Ddns_client.cpp139 void Client::Response::SelectSection(Section aSection, uint16_t &aOffset, uint16_t &aNumRecord) con… in SelectSection()
162 Error Client::Response::CheckForHostNameAlias(Section aSection, Name &aHostName) const in CheckForHostNameAlias()
208 Error Client::Response::FindHostAddress(Section aSection, in FindHostAddress()
233 Error Client::Response::FindARecord(Section aSection, const Name &aHostName, uint16_t aIndex, AReco… in FindARecord()
271 Error Client::Response::ReadServiceInfo(Section aSection, const Name &aName, ServiceInfo &aServiceI… in ReadServiceInfo()
329 Error Client::Response::ReadTxtRecord(Section aSection, const Name &aName, ServiceInfo &aServiceInf… in ReadTxtRecord()
H A Dmdns.hpp845 void Increment(Section aSection) { mCounts[aSection]++; } in Increment()
1260 void IncrementRecordCount(Section aSection) { mRecordCounts.Increment(aSection); } in IncrementRecordCount()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_mdns.cpp1166 …atic void SendPtrResponse(const char *aName, const char *aPtrName, uint32_t aTtl, Section aSection) in SendPtrResponse()
1213 Section aSection) in SendSrvResponse()
1261 Section aSection) in SendTxtResponse()
1306 Section aSection) in SendHostAddrResponse()
1358 static void SendResponseWithEmptyKey(const char *aName, Section aSection) in SendResponseWithEmptyKey()