Searched refs:secondType (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/i18n/ |
H A D | time_format.h | 44 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 D | timepicker_model_ng.h | 34 ZeroPrefixType& minuteType, ZeroPrefixType& secondType) override; 58 ZeroPrefixType& minuteType, ZeroPrefixType& secondType);
|
H A D | timepicker_model.h | 46 ZeroPrefixType& minuteType, ZeroPrefixType& secondType) {}; in SetDateTimeOptions() argument
|
H A D | timepicker_model_ng.cpp | 236 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 D | node_timepicker_modifier.cpp | 236 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 D | arkts_native_timepicker_bridge.cpp | 293 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 D | js_datepicker.cpp | 1324 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 D | cjui_api.h | 1059 ArkUINodeHandle node, ArkUI_Int32 hourType, ArkUI_Int32 minuteType, ArkUI_Int32 secondType);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 2642 ArkUINodeHandle node, ArkUI_Int32 hourType, ArkUI_Int32 minuteType, ArkUI_Int32 secondType);
|