Home
last modified time | relevance | path

Searched refs:GetRemoteMessageEventCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_interactable_view.h51 static std::function<void()> GetRemoteMessageEventCallback(const JSCallbackInfo& info);
H A Djs_interactable_view.cpp356 auto eventCallback = GetRemoteMessageEventCallback(info); in JsRemoteMessage()
365 std::function<void()> JSInteractableView::GetRemoteMessageEventCallback(const JSCallbackInfo& info) in GetRemoteMessageEventCallback() function in OHOS::Ace::Framework::JSInteractableView
H A Djs_text.cpp748 auto callback = JSInteractableView::GetRemoteMessageEventCallback(info); in JsRemoteMessage()