Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_span.h42 static void JsRemoteMessage(const JSCallbackInfo& info);
H A Djs_span.cpp279 void JSSpan::JsRemoteMessage(const JSCallbackInfo& info) in JsRemoteMessage() function in OHOS::Ace::Framework::JSSpan
283 JSInteractableView::JsRemoteMessage(info, remoteCallback); in JsRemoteMessage()
362 JSClass<JSSpan>::StaticMethod("remoteMessage", &JSSpan::JsRemoteMessage); in JSBind()
H A Djs_interactable_view.h57 static void JsRemoteMessage(const JSCallbackInfo& info, RemoteCallback& remoteCallback);
H A Djs_button.h50 static void JsRemoteMessage(const JSCallbackInfo& info);
H A Djs_swiper.h59 static void JsRemoteMessage(const JSCallbackInfo& info);
H A Djs_text.h70 static void JsRemoteMessage(const JSCallbackInfo& info);
H A Djs_interactable_view.cpp345 JsRemoteMessage(info, remoteCallback); in JsCommonRemoteMessage()
350 void JSInteractableView::JsRemoteMessage(const JSCallbackInfo& info, RemoteCallback& remoteCallback) in JsRemoteMessage() function in OHOS::Ace::Framework::JSInteractableView
H A Djs_button.cpp323 void JSButton::JsRemoteMessage(const JSCallbackInfo& info) in JsRemoteMessage() function in OHOS::Ace::Framework::JSButton
326 JSInteractableView::JsRemoteMessage(info, remoteCallback); in JsRemoteMessage()
342 JSClass<JSButton>::StaticMethod("remoteMessage", &JSButton::JsRemoteMessage); in JSBind()
H A Djs_swiper.cpp107 void JSSwiper::JsRemoteMessage(const JSCallbackInfo& info) in JsRemoteMessage() function in OHOS::Ace::Framework::JSSwiper
110 JSInteractableView::JsRemoteMessage(info, remoteCallback); in JsRemoteMessage()
145 JSClass<JSSwiper>::StaticMethod("remoteMessage", &JSSwiper::JsRemoteMessage); in JSBind()
H A Djs_text.cpp745 void JSText::JsRemoteMessage(const JSCallbackInfo& info) in JsRemoteMessage() function in OHOS::Ace::Framework::JSText
1119 JSClass<JSText>::StaticMethod("remoteMessage", &JSText::JsRemoteMessage); in JSBind()