Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_dns_client.cpp246 static const char kInstance1Label[] = "srv-instance"; variable
275 aService.mInstanceName = kInstance1Label; in PrepareService1()
749 Log("ResolveService(%s,%s) with ServiceMode: %s", kInstance1Label, kService1FullName, in TestDnsClient()
757 …dnsClient->ResolveService(kInstance1Label, kService1FullName, ServiceCallback, sInstance, &queryCo… in TestDnsClient()
791 Log("ResolveService(%s,%s) with ServiceMode %s", kInstance1Label, kService1FullName, in TestDnsClient()
799 …dnsClient->ResolveService(kInstance1Label, kService1FullName, ServiceCallback, sInstance, &queryCo… in TestDnsClient()
807 Log("ResolveService(%s,%s) with ServiceMode %s", kInstance1Label, kService1FullName, in TestDnsClient()
815 …dnsClient->ResolveService(kInstance1Label, kService1FullName, ServiceCallback, sInstance, &queryCo… in TestDnsClient()
828 Log("ResolveService(%s,%s) with ServiceMode %s", kInstance1Label, kService1FullName, in TestDnsClient()
836 …dnsClient->ResolveService(kInstance1Label, kService1FullName, ServiceCallback, sInstance, &queryCo… in TestDnsClient()
[all …]
Dtest_dns.cpp1138 const char kInstance1Label[] = "inst1"; in TestHeaderAndResourceRecords() local
1146 const char *kInstanceLabels[] = {kInstance1Label, kInstance2Label}; in TestHeaderAndResourceRecords()