Home
last modified time | relevance | path

Searched refs:CustomDialogComponent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H A Dcustom_dialog_component.h64 class CustomDialogComponent : public ComposedComponent {
65 DECLARE_ACE_TYPE(CustomDialogComponent, ComposedComponent);
68CustomDialogComponent(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in CustomDialogComponent() function
74CustomDialogComponent(const ComposeId& id, const std::string& name) : ComposedComponent(id, name) in CustomDialogComponent() function
79 ~CustomDialogComponent() override = default;
H A Dcustom_dialog_element.cpp25 …RefPtr<CustomDialogComponent> customComponent = AceType::DynamicCast<CustomDialogComponent>(compon… in PerformBuild()
H A Dcustom_dialog_component.cpp22 RefPtr<Element> CustomDialogComponent::CreateElement() in CreateElement()
H A Dcustom_dialog_element.h38 RefPtr<CustomDialogComponent> dialog_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_dialog.h49 RefPtr<CustomDialogComponent> dialogChild_;
H A Ddom_dialog.cpp25 dialogChild_ = AceType::MakeRefPtr<CustomDialogComponent>(std::to_string(nodeId), nodeName); in DOMDialog()