Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
Dselect_overlay_client.h100 virtual void OnHandleMoveStart(bool isFirst) {} in OnHandleMoveStart()
101 virtual void OnHandleMove(const RectF&, bool isFirst) {} in OnHandleMove()
102 virtual void OnHandleMoveDone(const RectF&, bool isFirst) {} in OnHandleMoveDone()
Dselect_overlay_client.cpp54 selectOverlayInfo_.onHandleMoveStart = [weak = WeakClaim(this)](bool isFirst) { in InitSelectOverlay()
59 selectOverlayInfo_.onHandleMove = [weak = WeakClaim(this)](const RectF& rect, bool isFirst) { in InitSelectOverlay()
64 … selectOverlayInfo_.onHandleMoveDone = [weak = WeakClaim(this)](const RectF& rect, bool isFirst) { in InitSelectOverlay()
/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/select_overlay/
Dselect_overlay_pattern.h131 const RectF& GetHandleRegion(bool isFirst) const in GetHandleRegion()
/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/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
Djs_kv_store_resultset.cpp200 bool isFirst = resultSet->IsFirst(); in IsFirst() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
Djs_kv_store_resultset.cpp208 bool isFirst = resultSet->IsFirst(); in IsFirst() local
/foundation/arkui/ace_engine/frameworks/core/components/box/
Drender_box_base.cpp223 Edge RenderBoxBase::SetAutoMargin(FlexDirection flexDir, double freeSpace, bool isFirst) in SetAutoMargin()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
Dmock_plugin_frontend_delegate.cpp257 const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) in WaitTimer()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
Dimage_pattern.cpp788 … secondRect = info.secondHandle.paintRect](const RectF&, bool isFirst) { in OpenSelectOverlay()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Dfrontend_delegate_declarative_ng.cpp350 const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) in WaitTimer()
/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
Dselect_overlay_test_ng.cpp450 infoPtr->onHandleMoveDone = [&](const RectF& tmp, bool isFirst) { in __anonfa256f800502()
549 pattern->info_->onHandleMoveStart = [&](bool isFirst) { in __anonfa256f800602()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_pattern.cpp504 selectInfo.onHandleMove = [weak = WeakClaim(this)](const RectF& handleRect, bool isFirst) { in ShowSelectOverlay()
509 selectInfo.onHandleMoveDone = [weak = WeakClaim(this)](const RectF& handleRect, bool isFirst) { in ShowSelectOverlay()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
Dweb_pattern.cpp2061 …selectInfo.onHandleMoveDone = [weak = AceType::WeakClaim(this)](const RectF& rectF, bool isFirst) { in RegisterSelectOverlayEvent()
2084 selectInfo.onHandleMoveStart = [weak = AceType::WeakClaim(this)](bool isFirst) { in RegisterSelectOverlayEvent()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
Ddistributeddb_nb_schema_test.cpp1710 void RandIndex(bool isFirst) in RandIndex()
Ddistributeddb_nb_cursor_testcase.cpp96 bool isFirst = true; member
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
Dplugin_frontend_delegate.cpp1011 const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) in WaitTimer()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
Dfrontend_delegate_impl.cpp1105 const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) in WaitTimer()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_pattern.cpp4023 selectInfo.onHandleMove = [weak](const RectF& handleRect, bool isFirst) { in OnBackPressed()
4028 selectInfo.onHandleMoveDone = [weak](const RectF& handleRect, bool isFirst) { in OnBackPressed()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
Dfrontend_delegate_declarative.cpp1861 const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) in WaitTimer()