Searched refs:AddUpdateAtTimer (Results 1 – 3 of 3) sorted by relevance
67 formTimerMgr.AddUpdateAtTimer(task); in DoSomethingInterestingWithMyAPI()
196 bool AddUpdateAtTimer(const FormTimer &task);
71 return AddUpdateAtTimer(task); in AddFormTimer()265 if (!AddUpdateAtTimer(timerTask)) { in IntervalToAtTimer()424 bool FormTimerMgr::AddUpdateAtTimer(const FormTimer &task) in AddUpdateAtTimer() function in OHOS::AppExecFwk::FormTimerMgr