Home
last modified time | relevance | path

Searched refs:JsRemoteMessage (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_span.h42 static void JsRemoteMessage(const JSCallbackInfo& info);
H A Djs_interactable_view.h57 static void JsRemoteMessage(const JSCallbackInfo& info, RemoteCallback& remoteCallback);
H A Djs_button.h51 static void JsRemoteMessage(const JSCallbackInfo& info);
H A Djs_span.cpp286 void JSSpan::JsRemoteMessage(const JSCallbackInfo& info) in JsRemoteMessage() function in OHOS::OHOS::Ace::Framework::JSSpan
290 JSInteractableView::JsRemoteMessage(info, remoteCallback); in JsRemoteMessage()
370 JSClass<JSSpan>::StaticMethod("remoteMessage", &JSSpan::JsRemoteMessage); in JSBind()
H A Djs_text.h70 static void JsRemoteMessage(const JSCallbackInfo& info);
H A Djs_swiper.h59 static void JsRemoteMessage(const JSCallbackInfo& info);
H A Djs_interactable_view.cpp344 JsRemoteMessage(info, remoteCallback); in JsCommonRemoteMessage()
349 void JSInteractableView::JsRemoteMessage(const JSCallbackInfo& info, RemoteCallback& remoteCallback) in JsRemoteMessage() function in OHOS::Ace::Framework::JSInteractableView
H A Djs_button.cpp354 void JSButton::JsRemoteMessage(const JSCallbackInfo& info) in JsRemoteMessage() function in OHOS::OHOS::Ace::Framework::JSButton
357 JSInteractableView::JsRemoteMessage(info, remoteCallback); in JsRemoteMessage()
373 JSClass<JSButton>::StaticMethod("remoteMessage", &JSButton::JsRemoteMessage); in JSBind()
H A Djs_swiper.cpp108 void JSSwiper::JsRemoteMessage(const JSCallbackInfo& info) in JsRemoteMessage() function in OHOS::OHOS::Ace::Framework::JSSwiper
111 JSInteractableView::JsRemoteMessage(info, remoteCallback); in JsRemoteMessage()
146 JSClass<JSSwiper>::StaticMethod("remoteMessage", &JSSwiper::JsRemoteMessage); in JSBind()
H A Djs_text.cpp751 void JSText::JsRemoteMessage(const JSCallbackInfo& info) in JsRemoteMessage() function in OHOS::OHOS::Ace::Framework::JSText
1124 JSClass<JSText>::StaticMethod("remoteMessage", &JSText::JsRemoteMessage); in JSBind()

Completed in 8 milliseconds