Searched refs:JsRemoteMessage (Results 1 - 10 of 10) sorted by relevance
/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_interactable_view.h | 57 static void JsRemoteMessage(const JSCallbackInfo& info, RemoteCallback& remoteCallback);
|
H A D | js_button.h | 51 static void JsRemoteMessage(const JSCallbackInfo& info);
|
H A D | js_span.cpp | 286 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 D | js_text.h | 70 static void JsRemoteMessage(const JSCallbackInfo& info);
|
H A D | js_swiper.h | 59 static void JsRemoteMessage(const JSCallbackInfo& info);
|
H A D | js_interactable_view.cpp | 344 JsRemoteMessage(info, remoteCallback); in JsCommonRemoteMessage() 349 void JSInteractableView::JsRemoteMessage(const JSCallbackInfo& info, RemoteCallback& remoteCallback) in JsRemoteMessage() function in OHOS::Ace::Framework::JSInteractableView
|
H A D | js_button.cpp | 354 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 D | js_swiper.cpp | 108 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 D | js_text.cpp | 751 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