Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_dns.cpp1542 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()