Searched refs:BuildDialogWithType (Results 1 – 2 of 2) sorted by relevance
372 static RefPtr<DialogComponent> BuildDialogWithType(DialogType type);
584 auto dialog = BuildDialogWithType(dialogProperties.type); in Build()634 RefPtr<DialogComponent> DialogBuilder::BuildDialogWithType(DialogType type) in BuildDialogWithType() function in OHOS::Ace::DialogBuilder