Searched refs:JsRemoteMessage (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_span.h | 42 static void JsRemoteMessage(const JSCallbackInfo& info);
|
H A D | js_span.cpp | 279 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 D | js_interactable_view.h | 57 static void JsRemoteMessage(const JSCallbackInfo& info, RemoteCallback& remoteCallback);
|
H A D | js_button.h | 50 static void JsRemoteMessage(const JSCallbackInfo& info);
|
H A D | js_swiper.h | 59 static void JsRemoteMessage(const JSCallbackInfo& info);
|
H A D | js_text.h | 70 static void JsRemoteMessage(const JSCallbackInfo& info);
|
H A D | js_interactable_view.cpp | 345 JsRemoteMessage(info, remoteCallback); in JsCommonRemoteMessage() 350 void JSInteractableView::JsRemoteMessage(const JSCallbackInfo& info, RemoteCallback& remoteCallback) in JsRemoteMessage() function in OHOS::Ace::Framework::JSInteractableView
|
H A D | js_button.cpp | 323 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 D | js_swiper.cpp | 107 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 D | js_text.cpp | 745 void JSText::JsRemoteMessage(const JSCallbackInfo& info) in JsRemoteMessage() function in OHOS::Ace::Framework::JSText 1119 JSClass<JSText>::StaticMethod("remoteMessage", &JSText::JsRemoteMessage); in JSBind()
|