Home
last modified time | relevance | path

Searched defs:dialog (Results 1 - 25 of 30) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Drender_dialog.cpp22 auto dialog = AceType::DynamicCast<DialogComponent>(component); in Update() local
H A Ddialog_element.cpp25 RefPtr<DialogComponent> dialog = AceType::DynamicCast<DialogComponent>(component_); in PerformBuild() local
H A Ddialog_component.cpp584 auto dialog = BuildDialogWithType(dialogProperties.type); in Build() local
636 RefPtr<DialogComponent> dialog; BuildDialogWithType() local
657 BuildTitleAndContent(const RefPtr<DialogComponent>& dialog, const DialogProperties& dialogProperties, const RefPtr<DialogTheme>& dialogTheme, std::string& data) BuildTitleAndContent() argument
689 BuildButtons(const RefPtr<ThemeManager>& themeManager, const RefPtr<DialogComponent>& dialog, const std::vector<ButtonInfo>& buttons, const RefPtr<DialogTheme>& dialogTheme, std::string& data) BuildButtons() argument
765 BuildButtonsForWatch( const RefPtr<ThemeManager>& themeManager, const RefPtr<DialogComponent>& dialog, std::string& data) BuildButtonsForWatch() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_view.cpp44 RefPtr<FrameNode> dialog = FrameNode::CreateFrameNode(tag, nodeId, in CreateDialogNode() local
[all...]
H A Dcustom_dialog_controller_model_ng.cpp122 RefPtr<NG::FrameNode> dialog; SetOpenDialogWithNode() local
[all...]
H A Ddialog_layout_algorithm.cpp498 std::optional<DimensionRect> DialogLayoutAlgorithm::GetMaskRect(const RefPtr<FrameNode>& dialog) in GetMaskRect() argument
462 ProcessMaskRect( std::optional<DimensionRect> maskRect, const RefPtr<FrameNode>& dialog, bool isMask) ProcessMaskRect() argument
911 ClipUIExtensionSubWindowContent(const RefPtr<FrameNode>& dialog, bool isClip) ClipUIExtensionSubWindowContent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/action_sheet/
H A Daction_sheet_model_ng.cpp34 RefPtr<NG::FrameNode> dialog; in ShowActionSheet() local
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Ddialog_tween_element.cpp93 const auto& dialog = AceType::DynamicCast<RenderDialogTween>(renderNode_); in OnKeyEvent() local
H A Drender_dialog_tween.cpp109 const RefPtr<DialogTweenComponent> dialog = AceType::DynamicCast<DialogTweenComponent>(component); Update() local
159 BindButtonEvent(const RefPtr<DialogTweenComponent>& dialog) BindButtonEvent() argument
[all...]
/foundation/multimodalinput/input/service/message_handle/test/
H A Dinject_notice_manager_test.cpp57 AuthorizationDialog dialog; in HWTEST_F() local
102 AuthorizationDialog dialog; in HWTEST_F() local
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_raisetoapptop_test.cpp149 sptr<Window> dialog = Utils::CreateTestWindow(fullInfo_); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_dialog_test_ng.cpp688 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
747 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
814 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
875 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
[all...]
H A Doverlay_dialog_transition_test_ng.cpp248 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); in HWTEST_F() local
286 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); in HWTEST_F() local
331 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
382 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
438 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
494 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
550 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
607 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
664 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
726 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
785 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
850 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
901 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
970 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
[all...]
H A Doverlay_test_ng.cpp1822 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); in HWTEST_F() local
1858 auto dialog in HWTEST_F() local
1896 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
1930 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
2003 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddialog_model.cpp28 auto dialog = impl->getDialogAPI()->create(); in Create() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
H A Djs_dialog.cpp113 UIDialog *dialog = const_cast<UIDialog *>(jsDialog->GetUIDialog()); in ParseButton() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_event_test_ng.cpp761 auto dialog = tabBarPattern_->dialogNode_; in HWTEST_F() local
[all...]
/foundation/arkui/ui_lite/test/uitest/test_dialog/
H A Dui_test_dialog.cpp44 void SetDialog(UIDialog** dialog) in SetDialog() argument
86 void SetDialog(UIDialog** dialog) in SetDialog() argument
/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_element.cpp501 auto dialog = AceType::DynamicCast<DialogComponent>(componentInfo.component); in CreateInspectorComponent() local
562 auto dialog = DynamicCast<DialogTweenElement>(element); in GetDialog() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcustom_dialog_model.cpp63 auto* dialog = reinterpret_cast<FrameNode*>(controllerHandler->dialogHandle); in DisposeDialog() local
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_dialog.cpp31 explicit UIDialogLabelButton(UIDialog* dialog) in UIDialogLabelButton() argument
54 explicit UIDialogClickListener(UIDialog* dialog) in UIDialogClickListener() argument
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_container_test.cpp624 sptr<WindowNode> dialog = new WindowNode(dialogProperty, nullptr, nullptr); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_model_test_ng.cpp368 auto dialog = in HWTEST_F() local
465 auto dialog = DialogView::CreateDialogNode(dialogProps, nullptr); HWTEST_F() local
509 auto dialog = overlayManager->ShowDialog(dialogProps, nullptr, false); HWTEST_F() local
1031 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
1082 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
1121 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
1164 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
1184 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
1197 DimensionRect(DIMENSION_NEGATIVE, DIMENSION_NEGATIVE, DimensionOffset()), dialog, false); HWTEST_F() local
1202 layoutAlgorithm->ProcessMaskRect(DimensionRect(DIMENSION_SIZE, DIMENSION_SIZE, DimensionOffset()), dialog, true); HWTEST_F() local
1216 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
1286 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
1398 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
[all...]
H A Ddialog_test_ng.cpp382 RefPtr<FrameNode> dialog = FrameNode::CreateFrameNode( HWTEST_F() local
412 RefPtr<FrameNode> dialog = FrameNode::CreateFrameNode( HWTEST_F() local
445 RefPtr<FrameNode> dialog = FrameNode::CreateFrameNode( HWTEST_F() local
474 RefPtr<FrameNode> dialog = FrameNode::CreateFrameNode( HWTEST_F() local
548 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
633 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
907 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
940 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
966 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
1021 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
1064 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
1111 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
1185 auto dialog = overlayManager->ShowDialog(props, nullptr); HWTEST_F() local
1292 auto dialog = overlayManager->ShowDialog(props, nullptr); HWTEST_F() local
1787 auto dialog = DialogView::CreateDialogNode(dialogProps, nullptr); HWTEST_F() local
1849 auto dialog = DialogView::CreateDialogNode(param, nullptr); HWTEST_F() local
1918 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
1980 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
2035 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
2368 auto dialog = DialogView::CreateDialogNode(props, nullptr); HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_state_machine_test.cpp394 void ButtonTest(AlertDialog &dialog, std::any ctx) in ButtonTest() argument

Completed in 24 milliseconds

12