Home
last modified time | relevance | path

Searched refs:GetServiceInstance (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/api/
Ddns_api.cpp170 return AsCoreType(aResponse).GetServiceInstance(aIndex, aLabelBuffer, aLabelBufferSize); in otDnsBrowseResponseGetServiceInstance()
/openthread-latest/src/core/net/
Ddns_client.hpp434 … Error GetServiceInstance(uint16_t aIndex, char *aLabelBuffer, uint8_t aLabelBufferSize) const;
Ddns_client.cpp455 Error Client::BrowseResponse::GetServiceInstance(uint16_t aIndex, char *aLabelBuffer, uint8_t aLabe… in GetServiceInstance() function in ot::Dns::Client::BrowseResponse
/openthread-latest/tests/unit/
Dtest_dns_client.cpp451 error = response.GetServiceInstance(index, instLabel, sizeof(instLabel)); in BrowseCallback()
Dtest_dnssd_discovery_proxy.cpp316 …error = response.GetServiceInstance(index, sBrowseInfo.mInstanceLabel, sizeof(sBrowseInfo.mInstanc… in BrowseCallback()