Home
last modified time | relevance | path

Searched refs:INTERVAL (Results 1 – 5 of 5) sorted by relevance

/base/inputmethod/imf/frameworks/common/
Dblock_data.h25 … explicit BlockData(uint32_t interval, const T &invalid = T()) : INTERVAL(interval), data_(invalid) in INTERVAL() function
45 cv_.wait_for(lock, std::chrono::milliseconds(INTERVAL), [this]() { return isSet_; }); in GetValue()
65 const uint32_t INTERVAL; variable
/base/security/access_token/services/privacymanager/src/record/
Dpermission_used_record_cache.cpp46 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()
/base/powermgr/thermal_manager/utils/native/include/
Dconstants.h51 const int INTERVAL = 5000; variable
/base/security/access_token/services/privacymanager/include/record/
Dpermission_used_record_cache.h67 const static int64_t INTERVAL = 15 * 60 * 1000; // 1s = 1000ms variable
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_panel_test.cpp80 static constexpr int32_t INTERVAL = 10; member in OHOS::MiscServices::InputMethodPanelTest
161 …PostTask([&inputMethodPanel]() { inputMethodPanel->ShowPanel(); }, InputMethodPanelTest::INTERVAL); in TriggerShowCallback()
172 …PostTask([&inputMethodPanel]() { inputMethodPanel->HidePanel(); }, InputMethodPanelTest::INTERVAL); in TriggerHideCallback()