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