Home
last modified time | relevance | path

Searched refs:CreateTouchInfo (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_touch_function.cpp25 JSRef<JSObject> JsTouchFunction::CreateTouchInfo(const TouchLocationInfo& touchInfo, TouchEventInfo& info) in CreateTouchInfo() function in OHOS::Ace::Framework::JsTouchFunction
68 JSRef<JSObject> element = CreateTouchInfo(location, info); in CreateJSEventInfo()
76 JSRef<JSObject> element = CreateTouchInfo(change, info); in CreateJSEventInfo()
H A Djs_touch_function.h40 static JSRef<JSObject> CreateTouchInfo(const TouchLocationInfo& touchInfo, TouchEventInfo& info);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.h28 static Local<panda::ObjectRef> CreateTouchInfo(
H A Darkts_native_frame_node_bridge.cpp102 Local<panda::ObjectRef> FrameNodeBridge::CreateTouchInfo( in CreateTouchInfo() function in OHOS::Ace::NG::FrameNodeBridge
595 panda::ArrayRef::SetValueAt(vm, touchArr, idx++, CreateTouchInfo(vm, location, info));
603 panda::ArrayRef::SetValueAt(vm, changeTouchArr, idx++, CreateTouchInfo(vm, change, info));
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4888 JSRef<JSObject> CreateTouchInfo(const TouchLocationInfo& touchInfo, TouchEventInfo& info) in CreateTouchInfo() function
4933 JSRef<JSObject> changeTouchElement = CreateTouchInfo(changeTouch, info); in NativeEmbeadTouchToJSValue()
4942 JSRef<JSObject> touchElement = CreateTouchInfo(changeTouch, info); in NativeEmbeadTouchToJSValue()
4945 JSRef<JSObject> touchElement = CreateTouchInfo(location, info); in NativeEmbeadTouchToJSValue()

Completed in 13 milliseconds