Searched refs:OnAddTimer (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/ |
H A D | timer_manager.cpp | 62 int32_t TimerManager::OnAddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> cal… in OnAddTimer() function in OHOS::Msdp::DeviceStatus::TimerManager 74 return this->OnAddTimer(intervalMs, repeatCount, callback); in AddTimer()
|
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/src/ |
H A D | timer_manager.cpp | 62 int32_t TimerManager::OnAddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> cal… in OnAddTimer() function in OHOS::Msdp::DeviceStatus::TimerManager 74 return this->OnAddTimer(intervalMs, repeatCount, callback); in AddTimer()
|
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/include/ |
H A D | timer_manager.h | 56 int32_t OnAddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback);
|
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/include/ |
H A D | timer_manager.h | 56 int32_t OnAddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback);
|