Searched refs:kValue1 (Results 1 – 1 of 1) sorted by relevance
/openthread-3.6.0/tests/unit/ |
D | test_dns.cpp | 1465 const uint8_t kValue1[] = {'v', 'a', 'l', 'u', 'e'}; in TestDnsTxtEntry() local 1514 Dns::TxtEntry(kKey1, kValue1, sizeof(kValue1)), in TestDnsTxtEntry() 1520 Dns::TxtEntry(kKey7, kValue1, 0), in TestDnsTxtEntry() 1612 txtEntry.mValue = kValue1; in TestDnsTxtEntry() 1613 txtEntry.mValueLength = sizeof(kValue1); in TestDnsTxtEntry()
|