Home
last modified time | relevance | path

Searched defs:clickInfo (Results 1 - 25 of 27) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_common_ffi.cpp83 void AssambleCJClickInfo(const OHOS::Ace::GestureEvent& event, CJClickInfo& clickInfo, CJEventTarget& eventTarget, in AssambleCJClickInfo() argument
[all...]
H A Dcj_span_ffi.cpp73 void FfiOHOSAceFrameworkSpanSetOnClick(void (*callback)(CJClickInfo clickInfo)) in FfiOHOSAceFrameworkSpanSetOnClick() argument
H A Dcj_text_ffi.cpp153 void FfiOHOSAceFrameworkTextOnClick(void (*callback)(CJClickInfo clickInfo)) {} in FfiOHOSAceFrameworkTextOnClick() argument
H A Dcj_interactable_view_ffi.cpp110 void FfiOHOSAceFrameworkInteractableViewOnClick(void (*callback)(CJClickInfo clickInfo)) in FfiOHOSAceFrameworkInteractableViewOnClick() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend.cpp69 const auto* clickInfo = TypeInfoHelper::DynamicCast<ClickInfo>(&info); in CopyEventInfo() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/radio/
H A Dradio_node_test_ng.cpp1085 GestureEvent clickInfo; in HWTEST_F() local
1130 GestureEvent clickInfo; in HWTEST_F() local
1174 GestureEvent clickInfo; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/checkbox/
H A Dcheckbox_pattern_sub_test_ng.cpp754 GestureEvent clickInfo; in HWTEST_F() local
798 GestureEvent clickInfo; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/hyperlink/
H A Dhyperlink_test_ng.cpp534 GestureEvent clickInfo; in HWTEST_F() local
578 GestureEvent clickInfo; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dobserver_test_ng.cpp193 ClickInfo clickInfo = ClickInfo(0); in HWTEST_F() local
208 ClickInfo clickInfo = ClickInfo(0); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_kit.h88 ReportSecurityComponentClickEvent(int32_t scId, std::string& componentInfo, const SecCompClickEvent& clickInfo, sptr<IRemoteObject> callerToken, OnFirstUseDialogCloseFunc&& func) ReportSecurityComponentClickEvent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.cpp108 NotifyWillClick( const GestureEvent& gestureEventInfo, const ClickInfo& clickInfo, const RefPtr<FrameNode>& frameNode) NotifyWillClick() argument
122 NotifyDidClick( const GestureEvent& gestureEventInfo, const ClickInfo& clickInfo, const RefPtr<FrameNode>& frameNode) NotifyDidClick() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/checkboxgroup/
H A Dcheckboxgroup_pattern_test_ng.cpp508 GestureEvent clickInfo; in HWTEST_F() local
552 GestureEvent clickInfo; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dtoggle_button_test_ng.cpp528 GestureEvent clickInfo; in HWTEST_F() local
574 GestureEvent clickInfo; in HWTEST_F() local
622 GestureEvent clickInfo; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/
H A Dtoggle_switch_test_ng.cpp1553 GestureEvent clickInfo; in HWTEST_F() local
1599 GestureEvent clickInfo; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.cpp366 ClickInfo clickInfo = clickRecognizer->GetClickInfo(); in HandleWillAccept() local
378 ClickInfo clickInfo = clickRecognizer->GetClickInfo(); in HandleDidAccept() local
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer.cpp883 HandleWillClick(NG::AbilityContextInfo& info, const GestureEvent& gestureEventInfo, const ClickInfo& clickInfo, const RefPtr<NG::FrameNode>& frameNode) HandleWillClick() argument
1031 HandleDidClick(NG::AbilityContextInfo& info, const GestureEvent& gestureEventInfo, const ClickInfo& clickInfo, const RefPtr<NG::FrameNode>& frameNode) HandleDidClick() argument
H A Dui_observer_listener.cpp336 void UIObserverListener::AddBaseEventInfo(napi_value objValueClickEvent, const ClickInfo& clickInfo) in AddBaseEventInfo() argument
185 OnWillClick( const GestureEvent& gestureEventInfo, const ClickInfo& clickInfo, const RefPtr<NG::FrameNode> frameNode) OnWillClick() argument
227 OnDidClick( const GestureEvent& gestureEventInfo, const ClickInfo& clickInfo, const RefPtr<NG::FrameNode> frameNode) OnDidClick() argument
541 AddClickEventInfoOne(napi_value objValueClickEvent, const ClickInfo& clickInfo) AddClickEventInfoOne() argument
578 AddClickEventInfoTwo(napi_value objValueClickEvent, const ClickInfo& clickInfo) AddClickEventInfoTwo() argument
616 AddTargetObject(napi_value objValueClickEvent, const ClickInfo& clickInfo) AddTargetObject() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.cpp837 void RenderStepper::HandleClick(const ClickInfo& clickInfo) in HandleClick() argument
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp51 const auto* clickInfo = TypeInfoHelper::DynamicCast<ClickInfo>(&info); in CopyEventInfo() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/
H A Drating_test_ng.cpp1792 GestureEvent clickInfo; in HWTEST_F() local
1839 GestureEvent clickInfo; in HWTEST_F() local
1878 GestureEvent clickInfo; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/
H A Dgestures_test.cpp123 void SetClickInfo(const ClickInfo& clickInfo) in SetClickInfo() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp55 const auto* clickInfo = TypeInfoHelper::DynamicCast<ClickInfo>(&info); in CopyEventInfo() local
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp1606 void RenderBox::HandleRemoteMessage(const ClickInfo& clickInfo) in HandleRemoteMessage() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp263 MouseClickInfo clickInfo; in HandleDoubleClickEvent() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp759 void RenderSwiper::HandleClick(const ClickInfo& clickInfo) in HandleClick() argument
835 void RenderSwiper::HandleRemoteMessage(const ClickInfo& clickInfo) in HandleRemoteMessage() argument

Completed in 36 milliseconds

12