Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_heap_string.cpp54 void VerifyString(const char *aName, const Heap::String &aString, const char *aExpectedString) in VerifyString() argument
58 if (aExpectedString == nullptr) in VerifyString()
68 … VerifyOrQuit(strcmp(aString.AsCString(), aExpectedString) == 0, "String content is incorrect"); in VerifyString()
72 VerifyOrQuit(aString == aExpectedString); in VerifyString()