/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_common_ffi.cpp | 83 void AssambleCJClickInfo(const OHOS::Ace::GestureEvent& event, CJClickInfo& clickInfo, CJEventTarget& eventTarget, in AssambleCJClickInfo() argument [all...] |
H A D | cj_span_ffi.cpp | 73 void FfiOHOSAceFrameworkSpanSetOnClick(void (*callback)(CJClickInfo clickInfo)) in FfiOHOSAceFrameworkSpanSetOnClick() argument
|
H A D | cj_text_ffi.cpp | 153 void FfiOHOSAceFrameworkTextOnClick(void (*callback)(CJClickInfo clickInfo)) {} in FfiOHOSAceFrameworkTextOnClick() argument
|
H A D | cj_interactable_view_ffi.cpp | 110 void FfiOHOSAceFrameworkInteractableViewOnClick(void (*callback)(CJClickInfo clickInfo)) in FfiOHOSAceFrameworkInteractableViewOnClick() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend.cpp | 69 const auto* clickInfo = TypeInfoHelper::DynamicCast<ClickInfo>(&info); in CopyEventInfo() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/radio/ |
H A D | radio_node_test_ng.cpp | 1085 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 D | checkbox_pattern_sub_test_ng.cpp | 754 GestureEvent clickInfo; in HWTEST_F() local 798 GestureEvent clickInfo; in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/hyperlink/ |
H A D | hyperlink_test_ng.cpp | 534 GestureEvent clickInfo; in HWTEST_F() local 578 GestureEvent clickInfo; in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | observer_test_ng.cpp | 193 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 D | sec_comp_kit.h | 88 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 D | observer_handler.cpp | 108 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 D | checkboxgroup_pattern_test_ng.cpp | 508 GestureEvent clickInfo; in HWTEST_F() local 552 GestureEvent clickInfo; in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/ |
H A D | toggle_button_test_ng.cpp | 528 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 D | toggle_switch_test_ng.cpp | 1553 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 D | gesture_recognizer.cpp | 366 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 D | ui_observer.cpp | 883 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 D | ui_observer_listener.cpp | 336 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 D | render_stepper.cpp | 837 void RenderStepper::HandleClick(const ClickInfo& clickInfo) in HandleClick() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 51 const auto* clickInfo = TypeInfoHelper::DynamicCast<ClickInfo>(&info); in CopyEventInfo() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/ |
H A D | rating_test_ng.cpp | 1792 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 D | gestures_test.cpp | 123 void SetClickInfo(const ClickInfo& clickInfo) in SetClickInfo() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 55 const auto* clickInfo = TypeInfoHelper::DynamicCast<ClickInfo>(&info); in CopyEventInfo() local
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.cpp | 1606 void RenderBox::HandleRemoteMessage(const ClickInfo& clickInfo) in HandleRemoteMessage() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_pattern.cpp | 263 MouseClickInfo clickInfo; in HandleDoubleClickEvent() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.cpp | 759 void RenderSwiper::HandleClick(const ClickInfo& clickInfo) in HandleClick() argument 835 void RenderSwiper::HandleRemoteMessage(const ClickInfo& clickInfo) in HandleRemoteMessage() argument
|