Searched refs:SetTimerTask (Results 1 – 2 of 2) sorted by relevance
47 … bool SetTimerTask(uint64_t &timerId, const std::function<void()> &callback, int64_t reminderTime);
68 bool SchedulerManager::SetTimerTask(uint64_t &timerId, const std::function<void()> &callback, in SetTimerTask() function in OHOS::DataShare::SchedulerManager142 if (!SetTimerTask(timerId, callback, reminderTime)) { in SetTimer()