Home
last modified time | relevance | path

Searched defs:isFirst (Results 1 – 25 of 39) sorted by relevance

12

/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanagermock_fuzzer/
Dsoftbusproxychannelmanagermock_fuzzer.cpp29 static bool isFirst = true; in LLVMFuzzerTestOneInput() local
/foundation/communication/dsoftbus/tests/core/authentication/fuzztest/authmanager_fuzzer/
Dauthmanager_fuzzer.cpp29 static bool isFirst = true; in LLVMFuzzerTestOneInput() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
Dselect_overlay_callback.h87 virtual void OnHandleMoveStart(const GestureEvent& event, bool isFirst) {} in OnHandleMoveStart()
88 virtual void OnHandleMove(const RectF& rect, bool isFirst) {} in OnHandleMove()
89 virtual void OnHandleMoveDone(const RectF& rect, bool isFirst) {} in OnHandleMoveDone()
Dselect_content_overlay_manager.cpp191 … [weakCallback = WeakClaim(AceType::RawPtr(callback))](const GestureEvent& event, bool isFirst) { in RegisterHandleCallback()
196 …ndleMove = [weakCallback = WeakClaim(AceType::RawPtr(callback))](const RectF& rect, bool isFirst) { in RegisterHandleCallback()
201 …MoveDone = [weakCallback = WeakClaim(AceType::RawPtr(callback))](const RectF& rect, bool isFirst) { in RegisterHandleCallback()
1014 void SelectContentOverlayManager::SetHandleCircleIsShow(bool isFirst, bool isShow) in SetHandleCircleIsShow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
Dweb_context_select_overlay.h54 void OnHandleMove(const RectF& rect, bool isFirst) override {} in OnHandleMove()
Dweb_context_select_overlay.cpp134 void WebContextSelectOverlay::OnHandleMoveDone(const RectF& rect, bool isFirst) in OnHandleMoveDone()
Dweb_pattern.cpp3281 const std::shared_ptr<SelectOverlayInfo>& info, const GestureEvent& event, bool isFirst) in ChangeHandleHeight()
3309 void WebPattern::OnSelectHandleStart(const GestureEvent& event, bool isFirst) in OnSelectHandleStart()
3342 void WebPattern::OnSelectHandleDone(const RectF& handleRect, bool isFirst) in OnSelectHandleDone()
3370 void WebPattern::OnMagnifierHandleMove(const RectF& handleRect, bool isFirst) in OnMagnifierHandleMove()
3377 void WebPattern::OnSelectHandleMove(const RectF& handleRect, bool isFirst) in OnSelectHandleMove()
3768 …selectInfo.onHandleMoveDone = [weak = AceType::WeakClaim(this)](const RectF& rectF, bool isFirst) { in RegisterSelectOverlayEvent()
3777 selectInfo.onClick = [weak = AceType::WeakClaim(this)](const GestureEvent& info, bool isFirst) { in RegisterSelectOverlayEvent()
3782 …electInfo.onHandleMove = [weak = AceType::WeakClaim(this)](const RectF& handleRect, bool isFirst) { in RegisterSelectOverlayEvent()
3788 …fo.onHandleMoveStart = [weak = AceType::WeakClaim(this)](const GestureEvent& event, bool isFirst) { in RegisterSelectOverlayEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_select_overlay.cpp175 void TextSelectOverlay::OnHandleMove(const RectF& handleRect, bool isFirst) in OnHandleMove()
228 void TextSelectOverlay::OnHandleMoveDone(const RectF& rect, bool isFirst) in OnHandleMoveDone()
341 …o.onHandlePanMove = [weak = WeakClaim(this), weakParent](const GestureEvent& event, bool isFirst) { in OnUpdateSelectOverlayInfo()
346 …fo.onHandlePanEnd = [weak = WeakClaim(this), weakParent](const GestureEvent& event, bool isFirst) { in OnUpdateSelectOverlayInfo()
440 void TextSelectOverlay::OnHandleMoveStart(const GestureEvent& event, bool isFirst) in OnHandleMoveStart()
454 void TextSelectOverlay::OnOverlayClick(const GestureEvent& event, bool isFirst) in OnOverlayClick()
Dbase_text_select_overlay.h222 void OnHandleMoveStart(const GestureEvent& event, bool isFirst) override in OnHandleMoveStart()
226 void OnHandleMoveDone(const RectF& rect, bool isFirst) override in OnHandleMoveDone()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_select_overlay.cpp393 int32_t TextFieldSelectOverlay::GetTextInputCaretPosition(const OffsetF& localOffset, bool isFirst) in GetTextInputCaretPosition()
419 …32_t TextFieldSelectOverlay::GetCaretPositionOnHandleMove(const OffsetF& localOffset, bool isFirst) in GetCaretPositionOnHandleMove()
429 void TextFieldSelectOverlay::OnHandleMove(const RectF& handleRect, bool isFirst) in OnHandleMove()
474 void TextFieldSelectOverlay::OnHandleMoveDone(const RectF& rect, bool isFirst) in OnHandleMoveDone()
543 void TextFieldSelectOverlay::OnOverlayClick(const GestureEvent& event, bool isFirst) in OnOverlayClick()
576 void TextFieldSelectOverlay::OnHandleMoveStart(const GestureEvent& event, bool isFirst) in OnHandleMoveStart()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
Dselect_overlay_client.h103 virtual void OnHandleMoveStart(const GestureEvent& event, bool isFirst) {} in OnHandleMoveStart()
104 virtual void OnHandleMove(const RectF&, bool isFirst) {} in OnHandleMove()
105 virtual void OnHandleMoveDone(const RectF&, bool isFirst) {} in OnHandleMoveDone()
Dselect_overlay_client.cpp30 …verlayInfo_.onHandleMoveStart = [weak = WeakClaim(this)](const GestureEvent& event, bool isFirst) { in InitSelectOverlay()
35 selectOverlayInfo_.onHandleMove = [weak = WeakClaim(this)](const RectF& rect, bool isFirst) { in InitSelectOverlay()
40 … selectOverlayInfo_.onHandleMoveDone = [weak = WeakClaim(this)](const RectF& rect, bool isFirst) { in InitSelectOverlay()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
Dselect_overlay_pattern.h143 const RectF& GetHandleRegion(bool isFirst) const in GetHandleRegion()
197 bool IsDraggingHandle(bool isFirst) in IsDraggingHandle()
Dselect_overlay_content_modifier.cpp428 bool SelectOverlayContentModifier::IsDraggingHandle(bool isFirst) in IsDraggingHandle()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dstring_utils.cpp34 bool isFirst = true; in SurroundWithFunction() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_select_overlay.cpp136 void RichEditorSelectOverlay::OnHandleMove(const RectF& handleRect, bool isFirst) in OnHandleMove()
186 void RichEditorSelectOverlay::UpdateSelectorOnHandleMove(const OffsetF& handleOffset, bool isFirst) in UpdateSelectorOnHandleMove()
476 void RichEditorSelectOverlay::OnHandleMoveStart(const GestureEvent& event, bool isFirst) in OnHandleMoveStart()
548 void RichEditorSelectOverlay::OnOverlayClick(const GestureEvent& event, bool isFirst) in OnOverlayClick()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_content_overlay/
Dselect_content_overlay_pattern.cpp209 OffsetF SelectContentOverlayPattern::GetHandleHotZoneOffset(bool isFirst, float raidus, bool handle… in GetHandleHotZoneOffset()
232 void SelectContentOverlayPattern::SetHandleCircleIsShow(bool isFirst, bool isShow) in SetHandleCircleIsShow()
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
Dstartup_task.cpp113 bool isFirst = true; in DumpDependencies() local
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/
Dhm_symbol_node_build.cpp90 bool isFirst = true; in MergePathByLayerColor() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
Dhfp_ag_command_processor.cpp572 bool isFirst = true; in BindSetter() local
595 bool isFirst = true; in BindTester() local
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
Dffmpeg_reference_parser.cpp119 bool isFirst = true; in ParserFirstDts() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
Dweb_context_select_overlay_test.cpp612 bool isFirst = false; variable
636 bool isFirst = false; variable
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
Djs_kv_store_resultset.cpp219 bool isFirst = resultSet->IsFirst(); in IsFirst() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
Djs_kv_store_resultset.cpp209 bool isFirst = resultSet->IsFirst(); in IsFirst() local
/foundation/arkui/ace_engine/frameworks/core/components/box/
Drender_box_base.cpp216 Edge RenderBoxBase::SetAutoMargin(FlexDirection flexDir, double freeSpace, bool isFirst) in SetAutoMargin()

12