Home
last modified time | relevance | path

Searched defs:eventObj (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_touch_function.cpp51 JSRef<JSObject> eventObj = objectTemplate->NewInstance(); in CreateJSEventInfo() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
H A Ddh_context.cpp367 cJSON *eventObj = cJSON_GetObjectItemCaseSensitive(messageJson, ISOMERISM_EVENT_KEY.c_str()); in OnMessage() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_interactable_view.cpp69 auto eventObj = NG::FrameNodeBridge::CreateTouchEventInfo(vm, info); in JsOnTouch() local
H A Djs_web.cpp4733 JSRef<JSObject> eventObj = objectTemplate->NewInstance(); in NativeEmbeadTouchToJSValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.cpp566 auto eventObj = panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(keys), keys, values); in CreateTouchEventInfo() local
637 auto eventObj = CreateTouchEventInfo(vm, info); in SetOnTouch() local
H A Darkts_native_search_bridge.cpp927 auto eventObj = Framework::ToJSValue(info); in SetInputFilter() local
H A Darkts_native_common_bridge.cpp6856 auto eventObj = FrameNodeBridge::CreateTouchEventInfo(vm, info); in SetOnTouch() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp508 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& eventObj, JsCommandDomElementOper… in AddDomEvent()