Home
last modified time | relevance | path

Searched refs:BuildDialogWithType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.h372 static RefPtr<DialogComponent> BuildDialogWithType(DialogType type);
H A Ddialog_component.cpp584 auto dialog = BuildDialogWithType(dialogProperties.type); in Build()
634 RefPtr<DialogComponent> DialogBuilder::BuildDialogWithType(DialogType type) in BuildDialogWithType() function in OHOS::Ace::DialogBuilder