Home
last modified time | relevance | path

Searched refs:NativeEmbeadTouchInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h1032 class NativeEmbeadTouchInfo : public BaseEventInfo {
1033 DECLARE_RELATIONSHIP_OF_CLASSES(NativeEmbeadTouchInfo, BaseEventInfo);
1036 NativeEmbeadTouchInfo(const std::string& embedId, in NativeEmbeadTouchInfo() function
1040 ~NativeEmbeadTouchInfo() override = default;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4727 JSRef<JSVal> NativeEmbeadTouchToJSValue(const NativeEmbeadTouchInfo& eventInfo) in NativeEmbeadTouchToJSValue()
4781 auto jsFunc = AceType::MakeRefPtr<JsEventFunction<NativeEmbeadTouchInfo, 1>>( in OnNativeEmbedGestureEvent()
4788 auto* eventInfo = TypeInfoHelper::DynamicCast<NativeEmbeadTouchInfo>(info); in OnNativeEmbedGestureEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6585 std::make_shared<NativeEmbeadTouchInfo>(embedId, touchEventInfo, param)); in OnNativeEmbedGestureEvent()