Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/timer_manager/src/
H A Dtimer_manager.cpp114 int32_t TimerManager::TakeNextTimerId() in TakeNextTimerId() function in OHOS::Rosen::TimerManager
144 int32_t timerId = TakeNextTimerId(); in AddTimerInternal()
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/src/
H A Dtimer_manager.cpp66 int32_t TimerManager::TakeNextTimerId() in TakeNextTimerId() function in OHOS::MMI::TimerManager
93 int32_t timerId = TakeNextTimerId(); in AddTimerInternal()
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/timer_manager/include/
H A Dtimer_manager.h57 int32_t TakeNextTimerId();
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/include/
H A Dtimer_manager.h53 int32_t TakeNextTimerId();
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp162 int32_t TimerManager::TakeNextTimerId() in TakeNextTimerId() function in OHOS::Msdp::DeviceStatus::TimerManager
187 int32_t nextTimerId = TakeNextTimerId(); in AddTimerInternal()
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp162 int32_t TimerManager::TakeNextTimerId() in TakeNextTimerId() function in OHOS::Msdp::DeviceStatus::TimerManager
187 int32_t nextTimerId = TakeNextTimerId(); in AddTimerInternal()
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/include/
H A Dtimer_manager.h62 int32_t TakeNextTimerId();
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/include/
H A Dtimer_manager.h62 int32_t TakeNextTimerId();
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dtimer_manager_test.cpp116 HWTEST_F(TimerManagerTest, TakeNextTimerId, Function | SmallTest | Level2)
121 int32_t res = timermanager->TakeNextTimerId();
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/test/
H A Dtimer_manager_test.cpp217 auto ret = timermanager.TakeNextTimerId();