Searched refs:CheckNeedRecoverOnReboot (Results 1 – 2 of 2) sorted by relevance
192 } else if (CheckNeedRecoverOnReboot(bundleName, paras.timerType)) { in CreateTimer()235 auto tableName = (CheckNeedRecoverOnReboot(timerInfo->bundleName, timerInfo->type) in StartTimer()337 needRecoverOnReboot = CheckNeedRecoverOnReboot(it->second->bundleName, it->second->type); in StopTimerInner()914 … if (!NotifyWantAgent(timer) && CheckNeedRecoverOnReboot(timer->bundleName, timer->type)) { in DeliverTimersLocked()917 if (CheckNeedRecoverOnReboot(timer->bundleName, timer->type)) { in DeliverTimersLocked()1331 inline bool TimerManager::CheckNeedRecoverOnReboot(std::string bundleName, int type) in CheckNeedRecoverOnReboot() function in OHOS::MiscServices::TimerManager
128 inline bool CheckNeedRecoverOnReboot(std::string bundleName, int type);