Searched refs:INTERVAL (Results 1 – 5 of 5) sorted by relevance
25 … explicit BlockData(uint32_t interval, const T &invalid = T()) : INTERVAL(interval), data_(invalid) in INTERVAL() function45 cv_.wait_for(lock, std::chrono::milliseconds(INTERVAL), [this]() { return isSet_; }); in GetValue()65 const uint32_t INTERVAL; variable
46 nextPersistTimestamp_ = record.timestamp + INTERVAL; in AddRecordToBuffer()59 if ((record.timestamp - curFindMergePos->record.timestamp) >= INTERVAL) { in AddRecordToBuffer()135 nextPersistTimestamp_ = TimeUtil::GetCurrentTimestamp() + INTERVAL; in PersistPendingRecords()206 curFindDeletePos->record.timestamp >= INTERVAL) { in RemoveRecords()268 if (TimeUtil::GetCurrentTimestamp() - curFindPos->record.timestamp >= INTERVAL) { in GetRecords()
51 const int INTERVAL = 5000; variable
67 const static int64_t INTERVAL = 15 * 60 * 1000; // 1s = 1000ms variable
80 static constexpr int32_t INTERVAL = 10; member in OHOS::MiscServices::InputMethodPanelTest161 …PostTask([&inputMethodPanel]() { inputMethodPanel->ShowPanel(); }, InputMethodPanelTest::INTERVAL); in TriggerShowCallback()172 …PostTask([&inputMethodPanel]() { inputMethodPanel->HidePanel(); }, InputMethodPanelTest::INTERVAL); in TriggerHideCallback()