Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp729 tm todayEndTm = nowTm; in AdjustDateForDndTypeOnce() local
730 todayEndTm.tm_sec = 0; in AdjustDateForDndTypeOnce()
731 todayEndTm.tm_min = endDateTm.tm_min; in AdjustDateForDndTypeOnce()
732 todayEndTm.tm_hour = endDateTm.tm_hour; in AdjustDateForDndTypeOnce()
738 time_t todayEndT = mktime(&todayEndTm); in AdjustDateForDndTypeOnce()