/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | calendar_element.cpp | 120 auto currentDate = controller->GetCurrentMonth(); in RegisterChangeEndListener() local 122 dateTime.year = currentDate.year < 0 ? 0 : static_cast<uint32_t>(currentDate.year); in RegisterChangeEndListener() 123 dateTime.month = currentDate.month < 0 ? 0 : static_cast<uint32_t>(currentDate.month); in RegisterChangeEndListener() 204 auto currentDate = controller->GetCurrentMonth(); in BuildCardCalendar() local 207 today.month == currentDate ? json->Put("day", today.day) : json->Put("day", 1); in BuildCardCalendar() 208 json->Put("month", currentDate.month); in BuildCardCalendar() 209 json->Put("year", currentDate.year); in BuildCardCalendar()
|
H A D | calendar_data_adapter.cpp | 56 Date currentDate = Date::Current(); in CalendarDataAdapter() local 57 today_.day = static_cast<int32_t>(currentDate.day); in CalendarDataAdapter() 58 today_.month.year = static_cast<int32_t>(currentDate.year); in CalendarDataAdapter() 59 today_.month.month = static_cast<int32_t>(currentDate.month) - 1; in CalendarDataAdapter()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_pattern.cpp | 1310 PickerDate currentDate; in GetCurrentDateByYearMonthDayColumn() local 1317 CHECK_NULL_RETURN(stackDay, currentDate); in GetCurrentDateByYearMonthDayColumn() 1327 CHECK_NULL_RETURN(blendDay, currentDate); in GetCurrentDateByYearMonthDayColumn() 1338 currentDate.SetMonth( in GetCurrentDateByYearMonthDayColumn() 1341 return currentDate; in GetCurrentDateByYearMonthDayColumn() 1382 PickerDate currentDate; in GetCurrentDateByMonthDaysColumn() local 1384 CHECK_NULL_RETURN(host, currentDate); in GetCurrentDateByMonthDaysColumn() 1388 return currentDate; in GetCurrentDateByMonthDaysColumn() 1395 CHECK_NULL_RETURN(year, currentDate); in GetCurrentDateByMonthDaysColumn() 1425 currentDate.SetMonth(month); in GetCurrentDateByMonthDaysColumn() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_datetime_component.cpp | 192 void PickerDateTimeComponent::FillSolarLunarDays(bool lunar, const PickerDate& currentDate) in FillSolarLunarDays() argument 200 uint32_t centerDays = currentDate.ToDays(); in FillSolarLunarDays() 207 currentDate_ = currentDate; in FillSolarLunarDays()
|
H A D | picker_datetime_component.h | 76 void FillSolarLunarDays(bool lunar, const PickerDate& currentDate);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-calendar.md | 137 date="{{currentDate}}" 166 "currentDate": "",
|
/ohos5.0/base/time/time_service/test/unittest/js_test/permission/ |
H A D | SystemTimeGet.test.js | 376 const currentDate = await systemTime.getDate(); 377 …expect(currentDate instanceof Date && currentDate.toDateString() === date.toDateString()).assertTr…
|
H A D | SystemDateTimeGet.test.js | 395 const currentDate = await systemDateTime.getDate(); 396 …expect(currentDate instanceof Date && currentDate.toDateString() === date.toDateString()).assertTr…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | calendar_picker_modifier.cpp | 69 auto currentDate = PickerDate::Current(); in ResetSelectedDate() local 71 frameNode, currentDate.GetYear(), currentDate.GetMonth(), currentDate.GetDay()); in ResetSelectedDate()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-calendar.md | 137 date="{{currentDate}}" 166 "currentDate": "",
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_modifier.cpp | 223 float currentDate = modifier->sweepingDate_->Get(); in StartCapsuleSweepingAnimationImpl() local 226 modifier->StopSweepingAnimation(currentDate); in StartCapsuleSweepingAnimationImpl() 227 … modifier->StartContinuousSweepingAnimation(currentDate, modifier->sweepingDateBackup_, speed); in StartCapsuleSweepingAnimationImpl() 425 float currentDate = modifier->sweepingDate_->Get(); in StartRingSweepingAnimationImpl() local 426 modifier->StopSweepingAnimation(currentDate); in StartRingSweepingAnimationImpl() 427 … modifier->StartContinuousSweepingAnimation(currentDate, modifier->sweepingDateBackup_, speed); in StartRingSweepingAnimationImpl() 434 void ProgressModifier::StartContinuousSweepingAnimation(float currentDate, float newDate, float spe… in StartContinuousSweepingAnimation() argument 448 int32_t time = (newDate - currentDate) / speed; in StartContinuousSweepingAnimation() 479 float currentDate = modifier->sweepingDate_->Get(); in StartContinuousSweepingAnimation() local 594 float currentDate = modifier->sweepingDate_->Get(); in StartLinearSweepingAnimationImpl() local [all …]
|
H A D | progress_modifier.h | 101 void StartContinuousSweepingAnimation(float currentDate, float newDate, float speed);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_reporter.cpp | 445 string currentDate = DfxUtils::GetCurrentDate(); in ReportMedialibraryAPI() local 450 "DATE", currentDate, in ReportMedialibraryAPI()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …currentDate=yo(this.options.pattern,mo())),this.filename=this.fileFormatter({index:0,date:this.sta…
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …currentDate=yo(this.options.pattern,mo())),this.filename=this.fileFormatter({index:0,date:this.sta…
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …currentDate=yo(this.options.pattern,mo())),this.filename=this.fileFormatter({index:0,date:this.sta…
|