Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp758 tm todayEndTm = nowTm; in AdjustDateForDndTypeOnce() local
759 todayEndTm.tm_sec = 0; in AdjustDateForDndTypeOnce()
760 todayEndTm.tm_min = endDateTm.tm_min; in AdjustDateForDndTypeOnce()
761 todayEndTm.tm_hour = endDateTm.tm_hour; in AdjustDateForDndTypeOnce()
767 time_t todayEndT = mktime(&todayEndTm); in AdjustDateForDndTypeOnce()

Completed in 6 milliseconds