Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1910 kServiceKey, enumerator
Dmdns.cpp6474 VerifyOrExit((mType == kServiceKey) || (mType == kHostKey), error = kErrorInvalidArgs); in GetNextKey()
6482 mType = kServiceKey; in GetNextKey()
6490 while ((error == kErrorNotFound) && (mType == kServiceKey)) in GetNextKey()