Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/timer_manager/src/
H A Dtimer_manager.cpp117 uint64_t timerSlot = 0; in TakeNextTimerId() local
121 timerSlot |= (one << timer->id); in TakeNextTimerId()
125 if ((timerSlot & (one << i)) == 0) { in TakeNextTimerId()
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/src/
H A Dtimer_manager.cpp68 uint64_t timerSlot = 0; in TakeNextTimerId() local
72 timerSlot |= (one << timer->id); in TakeNextTimerId()
76 if ((timerSlot & (one << i)) == 0) { in TakeNextTimerId()
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp164 uint64_t timerSlot = std::accumulate(timers_.cbegin(), timers_.cend(), uint64_t(0U), in TakeNextTimerId() local
169 if ((timerSlot & (uint64_t(1U) << tmpCount)) == 0) { in TakeNextTimerId()
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp164 uint64_t timerSlot = std::accumulate(timers_.cbegin(), timers_.cend(), uint64_t(0U), in TakeNextTimerId() local
169 if ((timerSlot & (uint64_t(1U) << tmpCount)) == 0) { in TakeNextTimerId()