Home
last modified time | relevance | path

Searched refs:secondType (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dtime_format.h44 ZeroPrefixType secondType; member
74 static std::string GetSecondFormat(const int32_t secondType) { in GetSecondFormat() argument
75 if (secondType == static_cast<int32_t>(ZeroPrefixType::AUTO)) { in GetSecondFormat()
77 } else if (secondType == static_cast<int32_t>(ZeroPrefixType::HIDE)) { in GetSecondFormat()
79 } else if (secondType == static_cast<int32_t>(ZeroPrefixType::SHOW)) { in GetSecondFormat()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_model_ng.h34 ZeroPrefixType& minuteType, ZeroPrefixType& secondType) override;
58 ZeroPrefixType& minuteType, ZeroPrefixType& secondType);
H A Dtimepicker_model.h46 ZeroPrefixType& minuteType, ZeroPrefixType& secondType) {}; in SetDateTimeOptions()
45 SetDateTimeOptions(ZeroPrefixType& hourType, ZeroPrefixType& minuteType, ZeroPrefixType& secondType) SetDateTimeOptions() argument
H A Dtimepicker_model_ng.cpp235 ZeroPrefixType& minuteType, ZeroPrefixType& secondType)
242 (timePickerRowPattern->GetPrefixSecond() != secondType)) {
249 ACE_UPDATE_LAYOUT_PROPERTY(TimePickerLayoutProperty, PrefixSecond, static_cast<int32_t>(secondType));
616 ZeroPrefixType& minuteType, ZeroPrefixType& secondType)
626 static_cast<int32_t>(secondType), frameNode);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_timepicker_modifier.cpp227 ArkUINodeHandle node, ArkUI_Int32 hourType, ArkUI_Int32 minuteType, ArkUI_Int32 secondType) in SetTimepickerDateTimeOptions()
233 ZeroPrefixType second = static_cast<ZeroPrefixType>(secondType); in SetTimepickerDateTimeOptions()
243 ZeroPrefixType secondType = ZeroPrefixType::AUTO; in ResetTimepickerDateTimeOptions() local
244 TimePickerModelNG::SetDateTimeOptions(frameNode, hourType, minuteType, secondType); in ResetTimepickerDateTimeOptions()
226 SetTimepickerDateTimeOptions( ArkUINodeHandle node, ArkUI_Int32 hourType, ArkUI_Int32 minuteType, ArkUI_Int32 secondType) SetTimepickerDateTimeOptions() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_timepicker_bridge.cpp293 ZeroPrefixType secondType = ZeroPrefixType::AUTO; in SetTimepickerDateTimeOptions() local
313 secondType = ZeroPrefixType::SHOW; in SetTimepickerDateTimeOptions()
316 secondType = ZeroPrefixType::HIDE; in SetTimepickerDateTimeOptions()
321 static_cast<ArkUI_Int32>(secondType)); in SetTimepickerDateTimeOptions()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp1330 dateTimeOptions.secondType = ZeroPrefixType::AUTO; in ParseDateTimeOptions()
1420 ZeroPrefixType secondType = ZeroPrefixType::AUTO; in DateTimeOptions() local
1442 secondType = ZeroPrefixType::SHOW; in DateTimeOptions()
1445 secondType = ZeroPrefixType::HIDE; in DateTimeOptions()
1449 TimePickerModel::GetInstance()->SetDateTimeOptions(hourType, minuteType, secondType); in DateTimeOptions()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h1075 ArkUINodeHandle node, ArkUI_Int32 hourType, ArkUI_Int32 minuteType, ArkUI_Int32 secondType);
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2614 ArkUINodeHandle node, ArkUI_Int32 hourType, ArkUI_Int32 minuteType, ArkUI_Int32 secondType);

Completed in 47 milliseconds