Home
last modified time | relevance | path

Searched refs:SetDefaultAttributes (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.h54 static void SetDefaultAttributes();
114 static void SetDefaultAttributes();
H A Djs_datepicker.cpp699 SetDefaultAttributes(); in CreateDatePicker()
703 void JSDatePicker::SetDefaultAttributes() in SetDefaultAttributes() function in OHOS::OHOS::Ace::Framework::JSDatePicker
1528 SetDefaultAttributes(); in CreateTimePicker()
1532 void JSTimePicker::SetDefaultAttributes() in SetDefaultAttributes() function in OHOS::OHOS::Ace::Framework::JSTimePicker
H A Djs_textpicker.cpp370 TextPickerModel::GetInstance()->SetDefaultAttributes(theme); in Create()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dbutton_model_impl.h54 static void SetDefaultAttributes(const RefPtr<ButtonComponent>& buttonComponent);
H A Dbutton_model_impl.cpp130 SetDefaultAttributes(buttonComponent); in Create()
152 SetDefaultAttributes(buttonComponent); in CreateWithChild()
373 void ButtonModelImpl::SetDefaultAttributes(const RefPtr<ButtonComponent>& buttonComponent) in SetDefaultAttributes() function in OHOS::Ace::Framework::ButtonModelImpl
H A Dtextpicker_model_impl.h33 void SetDefaultAttributes(const RefPtr<PickerTheme>& pickerTheme) override {}
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_model_ng.h67 static void SetDefaultAttributes(RefPtr<FrameNode>& frameNode, const RefPtr<PickerTheme>& pickerTheme);
H A Dtimepicker_model_ng.cpp153 SetDefaultAttributes(timePickerNode, pickerTheme);
556 void TimePickerModelNG::SetDefaultAttributes(RefPtr<FrameNode>& frameNode, const RefPtr<PickerTheme>& pickerTheme)
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_model_ng.h35 void SetDefaultAttributes(const RefPtr<PickerTheme>& pickerTheme) override;
115 static void SetDefaultAttributes(RefPtr<FrameNode>& frameNode, const RefPtr<PickerTheme>& pickerTheme);
H A Dtextpicker_model.h63 virtual void SetDefaultAttributes(const RefPtr<PickerTheme>& pickerTheme) = 0;
H A Dtextpicker_model_ng.cpp112 void TextPickerModelNG::SetDefaultAttributes(const RefPtr<PickerTheme>& pickerTheme) in SetDefaultAttributes() function in OHOS::Ace::NG::TextPickerModelNG
230 SetDefaultAttributes(textPickerNode, pickerTheme);
1048 void TextPickerModelNG::SetDefaultAttributes(RefPtr<FrameNode>& frameNode, const RefPtr<PickerTheme>& pickerTheme)
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_model_ng.h70 static void SetDefaultAttributes(RefPtr<FrameNode>& frameNode, const RefPtr<PickerTheme>& pickerTheme);
H A Ddatepicker_model_ng.cpp212 SetDefaultAttributes(dateNode, pickerTheme);
487 void DatePickerModelNG::SetDefaultAttributes(RefPtr<FrameNode>& frameNode, const RefPtr<PickerTheme>& pickerTheme)
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_textpicker_ffi.cpp159 TextPickerModel::GetInstance()->SetDefaultAttributes(theme); in FfiOHOSAceFrameworkTextPickerCreate()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_Extend_test_ng.cpp243 TextPickerModelNG::GetInstance()->SetDefaultAttributes(theme); in HWTEST_F()
277 TextPickerModelNG::GetInstance()->SetDefaultAttributes(theme); in HWTEST_F()
306 TextPickerModelNG::GetInstance()->SetDefaultAttributes(theme); in HWTEST_F()
H A Dtext_picker_test_ng.cpp1051 * @tc.desc: Test TextPickerModelNG SetDefaultAttributes.
1071 TextPickerModelNG::GetInstance()->SetDefaultAttributes(theme); in HWTEST_F()

Completed in 21 milliseconds