Searched refs:DEFAULT_DELAY_TIME (Results 1 – 5 of 5) sorted by relevance
25 constexpr int32_t DEFAULT_DELAY_TIME = 300; variable41 explicit SnapshotParam(int32_t delay = DEFAULT_DELAY_TIME, bool checkImageStatus = false,
391 static constexpr uint64_t DEFAULT_DELAY_TIME = 3000; variable
36 constexpr int32_t DEFAULT_DELAY_TIME { 40 }; variable385 timerId_ = env->GetTimerManager().AddTimer(DEFAULT_DELAY_TIME, RETRY_TIME, [this, env]() { in __anon634b35e50402()
52 const int DEFAULT_DELAY_TIME = 100; variable247 …yTime = index < encodeOpts_.delayTimes.size() ? encodeOpts_.delayTimes[index] : DEFAULT_DELAY_TIME; in WriteFrameInfo()
183 nextTriggerTime = nowInMilli + DEFAULT_DELAY_TIME; in InitTriggerTime()