Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/src/
H A Dbatch.cpp20 const auto TYPE_NONWAKEUP_MASK = 0x1; variable
125 return (static_cast<uint32_t>(item->type) & TYPE_NONWAKEUP_MASK) == 0; in HasWakeups()