Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/misc/dsoftbus/src/
H A Dsoftbus_lwip_monitor.c78 bool needReport = true; in NetifStatusCallback() local
112 needReport = false; in NetifStatusCallback()
115 if (needReport) { in NetifStatusCallback()
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhicollie-guidelines-ndk.md71 bool needReport = false; // 根据实际场景,设置是否上报标志
123 if (needReport && ReportEvent()) {
128 needReport = false;
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dcapture_request.cpp23 bool needReport, in CaptureRequest() argument
30 needShutterCallback_ = needReport; in CaptureRequest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp614 bool needReport = false; in MemoryOverCheck() local
619 needReport = false; in MemoryOverCheck()
628 needReport = true; in MemoryOverCheck()
632 needReport = true; in MemoryOverCheck()
635 if (needReport) { in MemoryOverCheck()
/ohos5.0/docs/en/application-dev/dfx/
H A Dhicollie-guidelines-ndk.md71 bool needReport = false; // Set whether to report the stuck events.
123 if (needReport && ReportEvent()) {
128 needReport = false;
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Dcapture_request.h33 …CaptureRequest(const int32_t id, const int32_t n, CaptureMeta& setting, bool needReport, bool isCo…
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnetwork.h59 void StartNetDetection(bool needReport);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.cpp669 bool needReport = !GetFirstIndex().has_value() || !GetSecondIndex().has_value(); in FireSelectEvent() local
672 needReport |= GetFirstIndex().value() != firstHandleInfo_.index; in FireSelectEvent()
676 needReport |= GetSecondIndex().value() != secondHandleInfo_.index; in FireSelectEvent()
687 if (needReport && textFiled->IsModifyDone() && (textFiled->HasFocus() in FireSelectEvent()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp515 void Network::StartNetDetection(bool needReport) in StartNetDetection() argument
518 if (needReport || netMonitor_) { in StartNetDetection()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp1538 bool needReport = true; in FocusFaultDetection() local
1546 needReport = false; in FocusFaultDetection()
1549 needReport = true; in FocusFaultDetection()
1555 if (needReport) { in FocusFaultDetection()