Home
last modified time | relevance | path

Searched refs:JsCommonRemoteMessage (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_interactable_view.h49 static void JsCommonRemoteMessage(const JSCallbackInfo& info);
H A Djs_common_view.cpp65 … JSClass<JSCommonView>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_water_flow_item.cpp66 …SClass<JSWaterFlowItem>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_row_split.cpp66 JSClass<JSRowSplit>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_column_split.cpp83 … JSClass<JSColumnSplit>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_blank.cpp102 JSClass<JSBlank>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_qrcode.cpp117 JSClass<JSQRCode>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_circle.cpp114 JSClass<JSCircle>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_divider.cpp125 JSClass<JSDivider>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_ellipse.cpp113 JSClass<JSEllipse>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_path.cpp121 JSClass<JSPath>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_navigator.cpp114 JSClass<JSNavigator>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_row.cpp140 JSClass<JSRow>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_stack.cpp221 JSClass<JSStack>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_column.cpp150 JSClass<JSColumn>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_relative_container.cpp68 …ss<JSRelativeContainer>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_grid_item.cpp199 JSClass<JSGridItem>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_flex_impl.cpp248 JSClass<JSFlexImpl>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_data_panel.cpp83 JSClass<JSDataPanel>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_shape.cpp390 JSClass<JSShape>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_list_item.cpp412 JSClass<JSListItem>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_interactable_view.cpp341 void JSInteractableView::JsCommonRemoteMessage(const JSCallbackInfo& info) in JsCommonRemoteMessage() function in OHOS::Ace::Framework::JSInteractableView
H A Djs_video.cpp439 JSClass<JSVideo>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_water_flow.cpp244 JSClass<JSWaterFlow>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
H A Djs_scroll.cpp378 JSClass<JSScroll>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()

12