Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_client.hpp305 Error ReadTxtRecord(Section aSection, const Name &aName, ServiceInfo &aServiceInfo) const;
Ddns_client.cpp321 Error Client::Response::ReadTxtRecord(Section aSection, const Name &aName, ServiceInfo &aServiceInf… in ReadTxtRecord() function in ot::Dns::Client::Response
486 SuccessOrExit(error = ReadTxtRecord(kAdditionalDataSection, instanceName, aServiceInfo)); in GetServiceInfo()
639 SuccessOrExit(error = response->ReadTxtRecord(txtSection, name, aServiceInfo)); in GetServiceInfo()