Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlink_metrics.cpp121 bool hasReport = false; in HandleReport() local
150 VerifyOrExit(!hasStatus && !hasReport, error = kErrorDrop); in HandleReport()
161 hasReport = true; in HandleReport()
209 VerifyOrExit(hasStatus || hasReport); in HandleReport()