Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp743 auto newBeginTimePoint = std::chrono::system_clock::from_time_t(todayBeginT); in AdjustDateForDndTypeOnce() local
745 if (newBeginTimePoint >= newEndTimePoint) { in AdjustDateForDndTypeOnce()
750 newBeginTimePoint += std::chrono::hours(HOURS_IN_ONE_DAY); in AdjustDateForDndTypeOnce()
754 …auto newBeginDuration = std::chrono::duration_cast<std::chrono::milliseconds>(newBeginTimePoint.ti… in AdjustDateForDndTypeOnce()