| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/ |
| D | gesture_span_native.d.ts | 19 onClick?: (event: ClickEvent) => void; // arg MUST contain a onclick function property
|
| /foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/ |
| D | event_listener.h | 34 EventListener(OnEventFunc onClick, OnEventFunc onLongPress) in EventListener()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
| D | radio_model.h | 43 virtual void SetOnClickEvent(std::function<void()>&& onClick) {}; in SetOnClickEvent()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/ |
| D | arkui_relative_container.js | 35 static onClick(value) { method in RelativeContainer
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
| D | arkui_qrcode.js | 30 static onClick(value) { method in QRCode
|
| /foundation/arkui/ace_engine/frameworks/core/components/text_span/ |
| D | text_span_component.cpp | 73 void TextSpanComponent::SetOnClick(const EventMarker& onClick) in SetOnClick()
|
| /foundation/arkui/ace_engine/frameworks/core/gestures/ |
| D | click_recognizer.h | 46 void SetOnClick(const ClickCallback& onClick) in SetOnClick()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
| D | click_recognizer.h | 46 void SetOnClick(const ClickCallback& onClick) in SetOnClick()
|
| /foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
| D | tool_bar_item_element.cpp | 106 … auto onClick = AceAsyncEvent<void()>::Create(option->GetClickEventForToolBarItem(), context_); in OnOptionCallback() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_form_menu_item.cpp | 141 auto onClick = [execCtx = info.GetExecutionContext(), node = targetNode, in JsOnRegClick() local
|
| D | js_span.cpp | 241 … auto onClick = [execCtx = info.GetExecutionContext(), func = jsOnClickFunc, node = targetNode]( in JsOnClick() local
|
| D | js_interactable_view.cpp | 248 auto onClick = [execCtx = info.GetExecutionContext(), func = jsOnClickFunc, node = weak]( in JsOnClick() local
|
| D | js_button.cpp | 544 auto onClick = [execCtx = info.GetExecutionContext(), func = jsOnClickFunc, node = targetNode]( in JsOnClick() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| D | cj_span_ffi.cpp | 87 auto onClick = [lambda](const BaseEventInfo* info) { in FfiOHOSAceFrameworkSpanSetOnClick() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/text/ |
| D | text_component.cpp | 166 void TextComponent::SetOnClick(const EventMarker& onClick) in SetOnClick()
|
| /foundation/arkui/ace_engine/component_ext/movingphoto/ |
| D | multimedia_movingphotoview.js | 70 static onClick(value) { method in MovingPhotoView
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | radio_model_impl.cpp | 119 void RadioModelImpl::SetOnClickEvent(std::function<void()>&& onClick) in SetOnClickEvent()
|
| D | swiper_model_impl.cpp | 291 auto onClick = [func = std::move(value), impl](const BaseEventInfo* info) { in SetOnClick() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
| D | span_object.h | 87 std::optional<GestureEventFunc> onClick; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| D | text_styles.h | 46 GestureEventFunc onClick; member
|
| D | span_node.h | 206 GestureEventFunc onClick; member 446 void UpdateOnClickEvent(GestureEventFunc&& onClick) in UpdateOnClickEvent()
|
| /foundation/arkui/ace_engine/test/unittest/core/gestures/ |
| D | click_recognizer_test_ng.cpp | 54 ClickCallback onClick; variable
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
| D | ArkSpan.ts | 495 onClick(event: (event?: ClickEvent) => void): this { method in ArkSpanComponent
|
| /foundation/arkui/ace_engine/frameworks/core/components/button/ |
| D | render_button.cpp | 226 auto onClick = AceAsyncEvent<void()>::Create(buttonComponent_->GetClickedEventId(), context_); in HandleClickEvent() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
| D | span_string_test_ng.cpp | 49 auto onClick = [](const BaseEventInfo* info) {}; in ConstructGestureStyle() local 1468 auto onClick = [](const BaseEventInfo* info) {}; in __anon336c568c0602() variable
|