/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_interactable_view.h | 49 static void JsCommonRemoteMessage(const JSCallbackInfo& info);
|
H A D | js_common_view.cpp | 65 … JSClass<JSCommonView>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_water_flow_item.cpp | 66 …SClass<JSWaterFlowItem>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_row_split.cpp | 66 JSClass<JSRowSplit>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_column_split.cpp | 83 … JSClass<JSColumnSplit>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_blank.cpp | 102 JSClass<JSBlank>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_qrcode.cpp | 117 JSClass<JSQRCode>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_circle.cpp | 114 JSClass<JSCircle>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_divider.cpp | 125 JSClass<JSDivider>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_ellipse.cpp | 113 JSClass<JSEllipse>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_path.cpp | 121 JSClass<JSPath>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_navigator.cpp | 114 JSClass<JSNavigator>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_row.cpp | 140 JSClass<JSRow>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_stack.cpp | 221 JSClass<JSStack>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_column.cpp | 150 JSClass<JSColumn>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_relative_container.cpp | 68 …ss<JSRelativeContainer>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_grid_item.cpp | 199 JSClass<JSGridItem>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_flex_impl.cpp | 248 JSClass<JSFlexImpl>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_data_panel.cpp | 83 JSClass<JSDataPanel>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_shape.cpp | 390 JSClass<JSShape>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_list_item.cpp | 412 JSClass<JSListItem>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_interactable_view.cpp | 341 void JSInteractableView::JsCommonRemoteMessage(const JSCallbackInfo& info) in JsCommonRemoteMessage() function in OHOS::Ace::Framework::JSInteractableView
|
H A D | js_video.cpp | 439 JSClass<JSVideo>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_water_flow.cpp | 244 JSClass<JSWaterFlow>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|
H A D | js_scroll.cpp | 378 JSClass<JSScroll>::StaticMethod("remoteMessage", &JSInteractableView::JsCommonRemoteMessage); in JSBind()
|