Home
last modified time | relevance | path

Searched defs:buttonConfirmNode (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_order_test.cpp458 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
514 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
570 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
626 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
682 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
738 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
794 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
849 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
904 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
959 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
[all …]
H A Ddate_picker_column_test_ng.cpp1056 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
1119 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
1188 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
1247 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
1301 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
1370 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
1440 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
1507 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
1576 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
1661 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
[all …]
H A Ddate_picker_test_ng.cpp1035 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
5661 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_dialog_view.cpp482 auto buttonConfirmNode = CreateConfirmNode(frameNode, timePickerNode, buttonInfos, acceptEvent); in CreateButtonNode() local
506 auto buttonConfirmNode = CreateConfirmNode(frameNode, timePickerNode, buttonInfos, acceptEvent); in CreateButtonNodeForAging() local
533 const RefPtr<FrameNode>& buttonCancelNode, const RefPtr<FrameNode>& buttonConfirmNode, in CreateAndSetTimePickerSwitchEvent()
547 auto buttonConfirmNode = weakbuttonConfirmNode.Upgrade(); in CreateAndSetTimePickerSwitchEvent() local
561 const RefPtr<FrameNode> &buttonConfirmNode, in SwitchTimePickerPage()
616 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, in CreateConfirmNode() local
H A Dtimepicker_row_pattern.h70 void SetConfirmNode(WeakPtr<FrameNode> buttonConfirmNode) in SetConfirmNode()
H A Dtimepicker_row_pattern.cpp473 auto buttonConfirmNode = weakButtonConfirm_.Upgrade(); in OnLanguageConfigurationUpdate() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.cpp480 auto buttonConfirmNode = CreateConfirmNode(frameNode, frameNode, buttonInfos, acceptEvent); in CreateButtonNode() local
497 …TextPickerDialogView::UpdateButtonConfirmLayoutProperty(const RefPtr<FrameNode>& buttonConfirmNode, in UpdateButtonConfirmLayoutProperty()
529 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, in CreateConfirmNode() local
631 const RefPtr<FrameNode>& buttonConfirmNode, const RefPtr<DialogTheme>& dialogTheme) in UpdateConfirmButtonMargin()
1205 auto buttonConfirmNode = AceType::DynamicCast<FrameNode>(buttonConfirm); in SetFirstDialogButtonActive() local
1237 auto buttonConfirmNode = AceType::DynamicCast<FrameNode>(buttonConfirm); in SetSecondDialogButtonActive() local
1269 auto buttonConfirmNode = AceType::DynamicCast<FrameNode>(buttonConfirm); in SetThirdDialogButtonActive() local
1383 auto buttonConfirmNode = CreateConfirmNode(frameNode, frameNode, buttonInfos, acceptEvent); in CreateAgingButtonNode() local
H A Dtextpicker_pattern.h235 void SetConfirmNode(WeakPtr<FrameNode> buttonConfirmNode) in SetConfirmNode()
H A Dtextpicker_pattern.cpp95 const RefPtr<FrameNode>& buttonConfirmNode, const RefPtr<DialogTheme>& dialogTheme) in UpdateConfirmButtonMargin()
155 auto buttonConfirmNode = weakButtonConfirm_.Upgrade(); in OnLanguageConfigurationUpdate() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_view.cpp677 auto buttonConfirmNode = CreateButtonNode(true, buttonInfos); in CreateConfirmNode() local
770 auto buttonConfirmNode = CreateConfirmNode(dateNode, acceptEvent, buttonInfos); in CreateOptionsNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp407 auto buttonConfirmNode = CreateConfirmNode(dateNode, datePickerNode, acceptEvent, buttonInfos); in CreateButtonNode() local
460 auto buttonConfirmNode = AceType::DynamicCast<FrameNode>(contentRow->GetLastChild()); in SwitchTimePickerPage() local
669 …auto buttonConfirmNode = CreateConfirmNode(monthAndDayNode, datePickerNode, acceptEvent, buttonInf… in CreateButtonNodeForAging() local
711 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, in CreateConfirmNode() local
H A Ddatepicker_pattern.h83 void SetConfirmNode(WeakPtr<FrameNode> buttonConfirmNode) in SetConfirmNode()
H A Ddatepicker_pattern.cpp162 auto buttonConfirmNode = weakButtonConfirm_.Upgrade(); in OnLanguageConfigurationUpdate() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_pattern_test_ng.cpp1013 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
H A Dcalendar_picker_test_ng.cpp2121 … auto buttonConfirmNode = CalendarDialogView::CreateConfirmNode(calendarNode, event, buttonInfos); variable
2682 auto buttonConfirmNode = AceType::DynamicCast<FrameNode>(operationsNode->GetLastChild()); variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp2024 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable