Searched refs:kHostKey (Results 1 – 2 of 2) sorted by relevance
1909 kHostKey, enumerator
6470 mType = kHostKey; in GetNextKey()6474 VerifyOrExit((mType == kServiceKey) || (mType == kHostKey), error = kErrorInvalidArgs); in GetNextKey()6477 while ((error == kErrorNotFound) && (mType == kHostKey)) in GetNextKey()