Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlink_metrics.cpp130 bool hasReport = false; in HandleReport() local
159 VerifyOrExit(!hasStatus && !hasReport, error = kErrorDrop); in HandleReport()
170 hasReport = true; in HandleReport()
218 VerifyOrExit(hasStatus || hasReport); in HandleReport()