Home
last modified time | relevance | path

Searched defs:isFirst (Results 1 - 25 of 35) sorted by relevance

12

/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanagermock_fuzzer/
H A Dsoftbusproxychannelmanagermock_fuzzer.cpp29 static bool isFirst = true; in LLVMFuzzerTestOneInput() local
/foundation/communication/dsoftbus/tests/core/authentication/fuzztest/authmanager_fuzzer/
H A Dauthmanager_fuzzer.cpp29 static bool isFirst = true; in LLVMFuzzerTestOneInput() local
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/
H A Dffmpeg_base_decoder.h79 bool isFirst; member in OHOS::Media::Plugins::Ffmpeg::FfmpegBaseDecoder
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dstring_utils.cpp34 bool isFirst = true; in SurroundWithFunction() local
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_task.cpp113 bool isFirst = true; in DumpDependencies() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp133 void WebContextSelectOverlay::OnHandleMoveDone(const RectF& rect, bool isFirst) in OnHandleMoveDone() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp612 bool isFirst = false; in HWTEST_F() local
636 bool isFirst = false; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_kv_store_resultset.cpp219 bool isFirst = resultSet->IsFirst(); in IsFirst() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_store_resultset.cpp209 bool isFirst = resultSet->IsFirst(); in IsFirst() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.h103 virtual void OnHandleMoveStart(const GestureEvent& event, bool isFirst) {} in OnHandleMoveStart() argument
104 virtual void OnHandleMove(const RectF&, bool isFirst) {} in OnHandleMove() argument
105 virtual void OnHandleMoveDone(const RectF&, bool isFirst) {} in OnHandleMoveDone() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_overlay_callback.h87 virtual void OnHandleMoveStart(const GestureEvent& event, bool isFirst) {} in OnHandleMoveStart() argument
88 virtual void OnHandleMove(const RectF& rect, bool isFirst) {} in OnHandleMove() argument
89 virtual void OnHandleMoveDone(const RectF& rect, bool isFirst) {} in OnHandleMoveDone() argument
H A Dselect_content_overlay_manager.cpp1035 void SelectContentOverlayManager::SetHandleCircleIsShow(bool isFirst, bool isShow) in SetHandleCircleIsShow() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_pattern_test_ng.cpp441 bool isFirst = false; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_content_overlay/
H A Dselect_content_overlay_pattern.cpp209 OffsetF SelectContentOverlayPattern::GetHandleHotZoneOffset(bool isFirst, float raidus, bool handleOnTop) in GetHandleHotZoneOffset() argument
236 void SelectContentOverlayPattern::SetHandleCircleIsShow(bool isFirst, bool isShow) in SetHandleCircleIsShow() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_pattern.h198 bool IsDraggingHandle(bool isFirst) in IsDraggingHandle() argument
H A Dselect_overlay_content_modifier.cpp422 bool SelectOverlayContentModifier::IsDraggingHandle(bool isFirst) in IsDraggingHandle() argument
H A Dselect_overlay_pattern.cpp362 UpdateOffsetOnMove( RectF& region, SelectHandleInfo& handleInfo, const OffsetF& offset, bool isFirst) UpdateOffsetOnMove() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_reference_parser.cpp118 bool isFirst = true; in ParserFirstDts() local
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/
H A Dhm_symbol_node_build.cpp90 bool isFirst = true; in MergePathByLayerColor() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_command_processor.cpp572 bool isFirst = true; in BindSetter() local
595 bool isFirst = true; in BindTester() local
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dselect_overlay_manager_test_ng.cpp1334 bool isFirst = true; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_select_overlay.cpp168 void TextSelectOverlay::OnHandleMove(const RectF& handleRect, bool isFirst) in OnHandleMove() argument
224 void TextSelectOverlay::OnHandleMoveDone(const RectF& rect, bool isFirst) in OnHandleMoveDone() argument
443 void TextSelectOverlay::OnHandleMoveStart(const GestureEvent& event, bool isFirst) in OnHandleMoveStart() argument
458 OnOverlayClick(const GestureEvent& event, bool isFirst) OnOverlayClick() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp128 void RichEditorSelectOverlay::OnHandleMove(const RectF& handleRect, bool isFirst) in OnHandleMove() argument
178 void RichEditorSelectOverlay::UpdateSelectorOnHandleMove(const OffsetF& handleOffset, bool isFirst) in UpdateSelectorOnHandleMove() argument
488 void RichEditorSelectOverlay::OnHandleMoveStart(const GestureEvent& event, bool isFirst) in OnHandleMoveStart() argument
566 OnOverlayClick(const GestureEvent& event, bool isFirst) OnOverlayClick() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.cpp410 int32_t TextFieldSelectOverlay::GetTextInputCaretPosition(const OffsetF& localOffset, bool isFirst) in GetTextInputCaretPosition() argument
434 int32_t TextFieldSelectOverlay::GetCaretPositionOnHandleMove(const OffsetF& localOffset, bool isFirst) in GetCaretPositionOnHandleMove() argument
444 void TextFieldSelectOverlay::OnHandleMove(const RectF& handleRect, bool isFirst) in OnHandleMove() argument
490 OnHandleMoveDone(const RectF& rect, bool isFirst) OnHandleMoveDone() argument
566 OnOverlayClick(const GestureEvent& event, bool isFirst) OnOverlayClick() argument
599 OnHandleMoveStart(const GestureEvent& event, bool isFirst) OnHandleMoveStart() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_sync_check_test.cpp942 bool isFirst = true; in HWTEST_F() local

Completed in 52 milliseconds

12