Searched refs:WebAppLinkEvent (Results 1 – 3 of 3) sorted by relevance
974 class ACE_EXPORT WebAppLinkEvent : public BaseEventInfo {975 DECLARE_RELATIONSHIP_OF_CLASSES(WebAppLinkEvent, BaseEventInfo);978 explicit WebAppLinkEvent( in WebAppLinkEvent() function982 ~WebAppLinkEvent() = default;
1830 void SetEvent(const WebAppLinkEvent& eventInfo) in SetEvent()2387 auto* eventInfo = TypeInfoHelper::DynamicCast<WebAppLinkEvent>(info.get()); in Create()
6807 openAppLinkCallback(std::make_shared<WebAppLinkEvent>(url, in OnOpenAppLink()