Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp724 tm todayBeginTm = nowTm; in AdjustDateForDndTypeOnce() local
725 todayBeginTm.tm_sec = 0; in AdjustDateForDndTypeOnce()
726 todayBeginTm.tm_min = beginDateTm.tm_min; in AdjustDateForDndTypeOnce()
727 todayBeginTm.tm_hour = beginDateTm.tm_hour; in AdjustDateForDndTypeOnce()
734 time_t todayBeginT = mktime(&todayBeginTm); in AdjustDateForDndTypeOnce()