Home
last modified time | relevance | path

Searched refs:OnAddTimer (Results 1 - 2 of 2) sorted by relevance

/base/msdp/device_status/intention/scheduler/timer_manager/include/
H A Dtimer_manager.h56 int32_t OnAddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback);
/base/msdp/device_status/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp62 int32_t TimerManager::OnAddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback) in OnAddTimer() function in OHOS::Msdp::TimerManager
74 return this->OnAddTimer(intervalMs, repeatCount, callback); in AddTimer()

Completed in 2 milliseconds