Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_dns_client.cpp333 Log(" TxtDataTTL: %u", aInfo.mTxtDataTtl); in LogServiceInfo()
781 VerifyOrQuit(sResolveServiceInfo.mInfo.mTxtDataTtl != 0); in TestDnsClient()
898 VerifyOrQuit(sResolveServiceInfo.mInfo.mTxtDataTtl != 0); in TestDnsClient()
980 VerifyOrQuit(sResolveServiceInfo.mInfo.mTxtDataTtl != 0); in TestDnsClient()
1015 VerifyOrQuit(sResolveServiceInfo.mInfo.mTxtDataTtl != 0); in TestDnsClient()
1062 VerifyOrQuit(sResolveServiceInfo.mInfo.mTxtDataTtl != 0); in TestDnsClient()
Dtest_dnssd_discovery_proxy.cpp253 Log(" TxtDataTTL: %u", aInfo.mTxtDataTtl); in LogServiceInfo()
1091 VerifyOrQuit(sBrowseInfo.mServiceInfo.mTxtDataTtl == kTtl); in TestProxyBasic()
1252 VerifyOrQuit(sResolveServiceInfo.mInfo.mTxtDataTtl == kTtl); in TestProxyBasic()
1629 VerifyOrQuit(sBrowseInfo.mServiceInfo.mTxtDataTtl == kTtl); in TestProxySubtypeBrowse()
2156 VerifyOrQuit(sBrowseInfo.mServiceInfo.mTxtDataTtl == kTtl); in TestProxySharedResolver()
2170 VerifyOrQuit(sResolveServiceInfo.mInfo.mTxtDataTtl == kTtl); in TestProxySharedResolver()
2768 VerifyOrQuit(sBrowseInfo.mServiceInfo.mTxtDataTtl == kTtl); in TestProxyInvokeCallbackFromStartApi()
2814 VerifyOrQuit(sResolveServiceInfo.mInfo.mTxtDataTtl == kTtl); in TestProxyInvokeCallbackFromStartApi()
/openthread-latest/include/openthread/
Ddns_client.h343 uint32_t mTxtDataTtl; ///< The TXT data TTL. member
/openthread-latest/src/core/net/
Ddns_client.cpp252 aServiceInfo.mTxtDataTtl = 0; in InitServiceInfo()
338 VerifyOrExit(aServiceInfo.mTxtDataTtl == 0); in ReadTxtRecord()
364 aServiceInfo.mTxtDataTtl = txtRecord.GetTtl(); in ReadTxtRecord()
488 if (aServiceInfo.mTxtDataTtl == 0) in GetServiceInfo()
642 if (aServiceInfo.mTxtDataTtl == 0) in GetServiceInfo()
/openthread-latest/src/cli/
Dcli_dns.cpp574 OutputLine(" TTL:%lu", ToUlong(aServiceInfo.mTxtDataTtl)); in OutputDnsServiceInfo()