Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h974 class ACE_EXPORT WebAppLinkEvent : public BaseEventInfo {
975 DECLARE_RELATIONSHIP_OF_CLASSES(WebAppLinkEvent, BaseEventInfo);
978 explicit WebAppLinkEvent( in WebAppLinkEvent() function
982 ~WebAppLinkEvent() = default;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1830 void SetEvent(const WebAppLinkEvent& eventInfo) in SetEvent()
2387 auto* eventInfo = TypeInfoHelper::DynamicCast<WebAppLinkEvent>(info.get()); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6807 openAppLinkCallback(std::make_shared<WebAppLinkEvent>(url, in OnOpenAppLink()