Home
last modified time | relevance | path

Searched refs:needReport (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp593 bool needReport = false; in MemoryOverCheck()
598 needReport = false; in MemoryOverCheck()
607 needReport = true; in MemoryOverCheck()
611 needReport = true; in MemoryOverCheck()
614 if (needReport) { in MemoryOverCheck()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnetwork.h58 void StartNetDetection(bool needReport);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.cpp697 bool needReport = !GetFirstIndex().has_value() || !GetSecondIndex().has_value(); in FireSelectEvent() local
700 needReport |= GetFirstIndex().value() != firstHandleInfo_.index; in FireSelectEvent()
704 needReport |= GetSecondIndex().value() != secondHandleInfo_.index; in FireSelectEvent()
715 if (needReport && textFiled->IsModifyDone() && (textFiled->HasFocus() in FireSelectEvent()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp506 void Network::StartNetDetection(bool needReport) in StartNetDetection() argument
515 if (needReport || netMonitor_) { in StartNetDetection()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp1537 bool needReport = true; in FocusFaultDetection() local
1545 needReport = false; in FocusFaultDetection()
1548 needReport = true; in FocusFaultDetection()
1554 if (needReport) { in FocusFaultDetection()

Completed in 9 milliseconds