Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp415 uint8_t timerTypeExact = static_cast<uint8_t>(sharedTimerInfo->TIMER_TYPE_EXACT); in InitTimerInfo() local
422 int32_t timerType = static_cast<int32_t>(timerTypeWakeup | timerTypeExact); in InitTimerInfo()