Lines Matching refs:timeLimit
53 arg(nullptr), flag(0), timeLimit(0), countLimit(0)
65 arg(nullptr), flag(0), watchdogTid(0), timeLimit(0), countLimit(0)
76 arg(arg), flag(flag), timeLimit(0), countLimit(0)
86 WatchdogTask::WatchdogTask(std::string name, unsigned int timeLimit, int countLimit)
88 isTaskScheduled(false), isOneshotTask(false), watchdogTid(0), timeLimit(timeLimit), countLimit(countLimit)
91 checkInterval = timeLimit / TIME_LIMIT_NUM_MAX_RATIO;
162 XCOLLIE_LOGD("timeLimit : %{public}" PRIu64 ", countLimit : %{public}d, triggerTimes size : %{public}d",
163 timeLimit, countLimit, size);
167 if (timeInterval < timeLimit) {