Home
last modified time | relevance | path

Searched refs:JsOnKey (Results 1 – 25 of 66) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_interactable_view.h37 static void JsOnKey(const JSCallbackInfo& args);
H A Djs_remote_window.cpp67 JSClass<JSRemoteWindow>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_common_view.cpp62 JSClass<JSCommonView>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_water_flow_item.cpp60 JSClass<JSWaterFlowItem>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_row_split.cpp60 JSClass<JSRowSplit>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_camera.cpp79 JSClass<JSCamera>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_polyline.cpp42 JSClass<JSPolyline>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_column_split.cpp77 JSClass<JSColumnSplit>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_blank.cpp99 JSClass<JSBlank>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_hyperlink.cpp67 JSClass<JSHyperlink>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_polygon.cpp69 JSClass<JSPolygon>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_stepper_item.cpp69 JSClass<JSStepperItem>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_circle.cpp111 JSClass<JSCircle>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_divider.cpp122 JSClass<JSDivider>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_ellipse.cpp110 JSClass<JSEllipse>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_path.cpp118 JSClass<JSPath>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_line.cpp64 JSClass<JSLine>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_navigator.cpp108 JSClass<JSNavigator>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_plugin.cpp193 JSClass<JSPlugin>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_row.cpp133 JSClass<JSRow>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_stack.cpp213 JSClass<JSStack>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_column.cpp146 JSClass<JSColumn>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
H A Djs_relative_container.cpp60 JSClass<JSRelativeContainer>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/scroll_bar/
H A Djs_scroll_bar.cpp62 JSClass<JSScrollBar>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas.cpp97 JSClass<JSCanvas>::StaticMethod("onKeyEvent", &JSInteractableView::JsOnKey); in JSBind()

123