Home
last modified time | relevance | path

Searched refs:FormFrontendDelegateDeclarative (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dform_frontend_delegate_declarative.cpp28 FormFrontendDelegateDeclarative::~FormFrontendDelegateDeclarative() in ~FormFrontendDelegateDeclarative()
34 UIContentErrorCode FormFrontendDelegateDeclarative::RunCard(const std::string& url, const std::stri… in RunCard()
64 void FormFrontendDelegateDeclarative::FireCardEvent(const EventMarker& eventMarker, const std::stri… in FireCardEvent()
66 void FormFrontendDelegateDeclarative::FireCardAction(const std::string& action) in FireCardAction()
82 void FormFrontendDelegateDeclarative::RegisterFont(const std::string& familyName, const std::string… in RegisterFont()
H A Dform_frontend_delegate_declarative.h34 class ACE_EXPORT FormFrontendDelegateDeclarative : public FrontendDelegateDeclarative {
35 DECLARE_ACE_TYPE(FormFrontendDelegateDeclarative, FrontendDelegateDeclarative);
37FormFrontendDelegateDeclarative(const RefPtr<TaskExecutor>& taskExecutor, const LoadJsCallback& lo… in FormFrontendDelegateDeclarative() function
74 ~FormFrontendDelegateDeclarative() override;
H A Dform_frontend_declarative.h78 auto delegate = AceType::DynamicCast<Framework::FormFrontendDelegateDeclarative>(delegate_); in SetLoadCardCallBack()
84 RefPtr<Framework::FormFrontendDelegateDeclarative> GetDelegate() in GetDelegate()
86 return AceType::DynamicCast<Framework::FormFrontendDelegateDeclarative>(delegate_); in GetDelegate()
H A Dform_frontend_declarative.cpp68 auto delegate = AceType::DynamicCast<Framework::FormFrontendDelegateDeclarative>(delegate_); in RunDynamicPage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp500 …delegate_ = AceType::MakeRefPtr<Framework::FormFrontendDelegateDeclarative>(taskExecutor, loadCall… in Initialize()
687 … auto delegate = AceType::DynamicCast<Framework::FormFrontendDelegateDeclarative>(delegate_); in Initialize()