Lines Matching refs:paras
129 OHOS::NativeRdb::ValuesBucket GetInsertValues(std::shared_ptr<TimerEntry> timerInfo, TimerPara ¶s)
133 insertValues.PutInt("type", paras.timerType);
134 insertValues.PutInt("flag", paras.flag);
135 insertValues.PutLong("windowLength", paras.windowLength);
136 insertValues.PutLong("interval", paras.interval);
147 int32_t TimerManager::CreateTimer(TimerPara ¶s,
157 "uid:%{public}d pid:%{public}d timerId:%{public}" PRId64 "", paras.timerType, paras.windowLength,
158 paras.interval, paras.flag, IPCSkeleton::GetCallingUid(), IPCSkeleton::GetCallingPid(), timerId);
172 paras.timerType,
173 paras.windowLength,
174 paras.interval,
175 paras.flag,
187 } else if (CheckNeedRecoverOnReboot(bundleName, paras.timerType)) {
189 GetInsertValues(timerInfo, paras));
192 GetInsertValues(timerInfo, paras));