Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlink_metrics.cpp120 bool hasStatus = false; in HandleReport() local
150 VerifyOrExit(!hasStatus && !hasReport, error = kErrorDrop); in HandleReport()
152 hasStatus = true; in HandleReport()
156 VerifyOrExit(!hasStatus, error = kErrorDrop); in HandleReport()
209 VerifyOrExit(hasStatus || hasReport); in HandleReport()
211 mReportCallback.Invoke(&aAddress, hasStatus ? nullptr : &values, in HandleReport()
212hasStatus ? MapEnum(static_cast<Status>(status)) : MapEnum(kStatusSuccess)); in HandleReport()
300 bool hasStatus = false; in HandleManagementResponse() local
318 VerifyOrExit(!hasStatus, error = kErrorParse); in HandleManagementResponse()
320 hasStatus = true; in HandleManagementResponse()
[all …]