Home
last modified time | relevance | path

Searched refs:CardFrontend (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.cpp26 CardFrontend::~CardFrontend() in ~CardFrontend()
28 TAG_LOGI(AceLogTag::ACE_FORM, "CardFrontend Destroyed"); in ~CardFrontend()
31 bool CardFrontend::Initialize(FrontendType type, const RefPtr<TaskExecutor>& taskExecutor) in Initialize()
40 void CardFrontend::Destroy() in Destroy()
43 TAG_LOGI(AceLogTag::ACE_FORM, "CardFrontend Destroy begin."); in Destroy()
49 void CardFrontend::AttachPipelineContext(const RefPtr<PipelineBase>& context) in AttachPipelineContext()
61 void CardFrontend::SetAssetManager(const RefPtr<AssetManager>& assetManager) in SetAssetManager()
66 void CardFrontend::ParseManifest() const in ParseManifest()
78 UIContentErrorCode CardFrontend
[all...]
H A Dcard_frontend.h32 class ACE_EXPORT CardFrontend : public Frontend { class
33 DECLARE_ACE_TYPE(CardFrontend, Frontend);
38 CardFrontend() = default;
39 ~CardFrontend() override;
H A Dcard_frontend_declarative.h37 class ACE_EXPORT CardFrontendDeclarative : public CardFrontend {
38 DECLARE_ACE_TYPE(CardFrontendDeclarative, CardFrontend);
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.h163 RefPtr<CardFrontend> frontend_;
H A Dsub_container.cpp181 frontend_ = AceType::MakeRefPtr<CardFrontend>(); in RunCard()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp196 frontend_ = AceType::MakeRefPtr<CardFrontend>(); in InitializeFrontend()
296 auto cardFront = static_cast<CardFrontend*>(RawPtr(frontend_)); in SetStageCardConfig()
912 auto cardFronted = AceType::DynamicCast<CardFrontend>(frontend_); in AttachView()
1045 auto cardFronted = AceType::DynamicCast<CardFrontend>(frontend_); in AttachView()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp395 frontend_ = AceType::MakeRefPtr<CardFrontend>(); in InitializeFrontend()

Completed in 11 milliseconds