/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanagermock_fuzzer/ |
H A D | softbusproxychannelmanagermock_fuzzer.cpp | 29 static bool isFirst = true; in LLVMFuzzerTestOneInput() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/fuzztest/authmanager_fuzzer/ |
H A D | authmanager_fuzzer.cpp | 29 static bool isFirst = true; in LLVMFuzzerTestOneInput() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_context_select_overlay.h | 54 void OnHandleMove(const RectF& rect, bool isFirst) override {} in OnHandleMove()
|
H A D | web_context_select_overlay.cpp | 134 void WebContextSelectOverlay::OnHandleMoveDone(const RectF& rect, bool isFirst) in OnHandleMoveDone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/ |
H A D | select_overlay_callback.h | 87 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()
|
H A D | select_content_overlay_manager.cpp | 191 … [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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/ |
H A D | select_overlay_client.h | 103 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()
|
H A D | select_overlay_client.cpp | 30 …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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_select_overlay.cpp | 175 void TextSelectOverlay::OnHandleMove(const RectF& handleRect, bool isFirst) in OnHandleMove() 228 void TextSelectOverlay::OnHandleMoveDone(const RectF& rect, bool isFirst) in OnHandleMoveDone() 344 …o.onHandlePanMove = [weak = WeakClaim(this), weakParent](const GestureEvent& event, bool isFirst) { in OnUpdateSelectOverlayInfo() 349 …fo.onHandlePanEnd = [weak = WeakClaim(this), weakParent](const GestureEvent& event, bool isFirst) { in OnUpdateSelectOverlayInfo() 443 void TextSelectOverlay::OnHandleMoveStart(const GestureEvent& event, bool isFirst) in OnHandleMoveStart() 457 void TextSelectOverlay::OnOverlayClick(const GestureEvent& event, bool isFirst) in OnOverlayClick()
|
H A D | base_text_select_overlay.h | 222 void OnHandleMoveStart(const GestureEvent& event, bool isFirst) override in OnHandleMoveStart() 226 void OnHandleMoveDone(const RectF& rect, bool isFirst) override in OnHandleMoveDone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_select_overlay.cpp | 393 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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_pattern.h | 143 const RectF& GetHandleRegion(bool isFirst) const in GetHandleRegion() 197 bool IsDraggingHandle(bool isFirst) in IsDraggingHandle()
|
H A D | select_overlay_content_modifier.cpp | 428 bool SelectOverlayContentModifier::IsDraggingHandle(bool isFirst) in IsDraggingHandle()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | string_utils.cpp | 34 bool isFirst = true; in SurroundWithFunction() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_content_overlay/ |
H A D | select_content_overlay_pattern.cpp | 209 OffsetF SelectContentOverlayPattern::GetHandleHotZoneOffset(bool isFirst, float raidus, bool handle… in GetHandleHotZoneOffset() 232 void SelectContentOverlayPattern::SetHandleCircleIsShow(bool isFirst, bool isShow) in SetHandleCircleIsShow()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_select_overlay.cpp | 136 void RichEditorSelectOverlay::OnHandleMove(const RectF& handleRect, bool isFirst) in OnHandleMove() 188 void RichEditorSelectOverlay::UpdateSelectorOnHandleMove(const OffsetF& handleOffset, bool isFirst) in UpdateSelectorOnHandleMove() 483 void RichEditorSelectOverlay::OnHandleMoveStart(const GestureEvent& event, bool isFirst) in OnHandleMoveStart() 565 void RichEditorSelectOverlay::OnOverlayClick(const GestureEvent& event, bool isFirst) in OnOverlayClick()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/ |
H A D | startup_task.cpp | 113 bool isFirst = true; in DumpDependencies() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/ |
H A D | hm_symbol_node_build.cpp | 90 bool isFirst = true; in MergePathByLayerColor() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_command_processor.cpp | 572 bool isFirst = true; in BindSetter() local 595 bool isFirst = true; in BindTester() local
|
/ohos5.0/base/startup/appspawn/test/unittest/hnp_test/ |
H A D | hnp_installer_test.cpp | 83 void HnpPackWithoutBin(char *name, bool isPublic, bool isFirst) in HnpPackWithoutBin() 120 void HnpPackWithBin(char *name, bool isPublic, bool isFirst, mode_t mode) in HnpPackWithBin() 162 void HnpPackWithCfg(bool isPublic, bool isFirst) in HnpPackWithCfg()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_reference_parser.cpp | 136 bool isFirst = true; in ParserFirstDts() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_context_select_overlay_test.cpp | 612 bool isFirst = false; variable 636 bool isFirst = false; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_kv_store_resultset.cpp | 209 bool isFirst = resultSet->IsFirst(); in IsFirst() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_kv_store_resultset.cpp | 219 bool isFirst = resultSet->IsFirst(); in IsFirst() local
|
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | sms_misc_manager.cpp | 321 bool isFirst = true; in RangeListToString() local
|