Searched refs:needReport (Results 1 – 10 of 10) sorted by relevance
78 bool needReport = true; in NetifStatusCallback() local112 needReport = false; in NetifStatusCallback()115 if (needReport) { in NetifStatusCallback()
71 bool needReport = false; // 根据实际场景,设置是否上报标志123 if (needReport && ReportEvent()) {128 needReport = false;
23 bool needReport, in CaptureRequest() argument30 needShutterCallback_ = needReport; in CaptureRequest()
614 bool needReport = false; in MemoryOverCheck() local619 needReport = false; in MemoryOverCheck()628 needReport = true; in MemoryOverCheck()632 needReport = true; in MemoryOverCheck()635 if (needReport) { in MemoryOverCheck()
71 bool needReport = false; // Set whether to report the stuck events.123 if (needReport && ReportEvent()) {128 needReport = false;
33 …CaptureRequest(const int32_t id, const int32_t n, CaptureMeta& setting, bool needReport, bool isCo…
59 void StartNetDetection(bool needReport);
669 bool needReport = !GetFirstIndex().has_value() || !GetSecondIndex().has_value(); in FireSelectEvent() local672 needReport |= GetFirstIndex().value() != firstHandleInfo_.index; in FireSelectEvent()676 needReport |= GetSecondIndex().value() != secondHandleInfo_.index; in FireSelectEvent()687 if (needReport && textFiled->IsModifyDone() && (textFiled->HasFocus() in FireSelectEvent()
515 void Network::StartNetDetection(bool needReport) in StartNetDetection() argument518 if (needReport || netMonitor_) { in StartNetDetection()
1538 bool needReport = true; in FocusFaultDetection() local1546 needReport = false; in FocusFaultDetection()1549 needReport = true; in FocusFaultDetection()1555 if (needReport) { in FocusFaultDetection()