Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_ncp_dnssd.cpp46 static uint8_t sError; variable
71 sError = aError; in TestPlatDnssdRegisterCallback()
133 VerifyOrQuit(sError == OT_ERROR_INVALID_STATE); in TestNcpDnssdRegistrations()
143 VerifyOrQuit(sError == OT_ERROR_NOT_FOUND); in TestNcpDnssdRegistrations()
155 VerifyOrQuit(sError == OT_ERROR_NONE); in TestNcpDnssdRegistrations()
158 sError = OT_ERROR_FAILED; in TestNcpDnssdRegistrations()
162 VerifyOrQuit(sError == OT_ERROR_NONE); in TestNcpDnssdRegistrations()
171 VerifyOrQuit(sError == OT_ERROR_NONE); in TestNcpDnssdRegistrations()
174 sError = OT_ERROR_FAILED; in TestNcpDnssdRegistrations()
178 VerifyOrQuit(sError == OT_ERROR_NONE); in TestNcpDnssdRegistrations()