Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/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() argument
H A Dtimepicker_model_ng.cpp236 ZeroPrefixType& minuteType, ZeroPrefixType& secondType) in SetDateTimeOptions() argument
243 (timePickerRowPattern->GetPrefixSecond() != secondType)) { in SetDateTimeOptions()
250 …E_UPDATE_LAYOUT_PROPERTY(TimePickerLayoutProperty, PrefixSecond, static_cast<int32_t>(secondType)); in SetDateTimeOptions()
616 ZeroPrefixType& minuteType, ZeroPrefixType& secondType) in SetDateTimeOptions() argument
626 static_cast<int32_t>(secondType), frameNode); in SetDateTimeOptions()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_timepicker_modifier.cpp236 ArkUINodeHandle node, ArkUI_Int32 hourType, ArkUI_Int32 minuteType, ArkUI_Int32 secondType) in SetTimepickerDateTimeOptions() argument
242 ZeroPrefixType second = static_cast<ZeroPrefixType>(secondType); in SetTimepickerDateTimeOptions()
252 ZeroPrefixType secondType = ZeroPrefixType::AUTO; in ResetTimepickerDateTimeOptions() local
253 TimePickerModelNG::SetDateTimeOptions(frameNode, hourType, minuteType, secondType); in ResetTimepickerDateTimeOptions()
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp1324 dateTimeOptions.secondType = ZeroPrefixType::AUTO; in ParseDateTimeOptions()
1414 ZeroPrefixType secondType = ZeroPrefixType::AUTO; in DateTimeOptions() local
1436 secondType = ZeroPrefixType::SHOW; in DateTimeOptions()
1439 secondType = ZeroPrefixType::HIDE; in DateTimeOptions()
1443 TimePickerModel::GetInstance()->SetDateTimeOptions(hourType, minuteType, secondType); in DateTimeOptions()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h1059 ArkUINodeHandle node, ArkUI_Int32 hourType, ArkUI_Int32 minuteType, ArkUI_Int32 secondType);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2642 ArkUINodeHandle node, ArkUI_Int32 hourType, ArkUI_Int32 minuteType, ArkUI_Int32 secondType);