Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1965 static bool NameMatch(const Heap::String &aHeapString, const char *aName);
Dmdns.cpp399 bool Core::NameMatch(const Heap::String &aHeapString, const char *aName) in NameMatch() argument
404 …return !aHeapString.IsNull() && StringMatch(aHeapString.AsCString(), aName, kStringCaseInsensitive… in NameMatch()