Home
last modified time | relevance | path

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

/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dthread_sampler_test.cpp35 constexpr int INTERVAL = 100; member
63 int32_t left = (INTERVAL * SAMPLE_CNT + INTERVAL) / MILLSEC_TO_MICROSEC + waitDelay; in WaitSomeTime()
68 sleep((INTERVAL * SAMPLE_CNT + INTERVAL) / MILLSEC_TO_MICROSEC + waitDelay); in WaitSomeTime()
124 printf("Total:%dMS Sample:%dMS \n", INTERVAL * SAMPLE_CNT + INTERVAL, INTERVAL); in HWTEST_F()
148 uint64_t delay = INTERVAL * i + INTERVAL; in HWTEST_F()
[all...]
/base/inputmethod/imf/frameworks/common/
H A Dblock_data.h26 explicit BlockData(uint32_t interval, const T &invalid = T()) : INTERVAL(interval), data_(invalid) in BlockData()
46 cv_.wait_for(lock, std::chrono::milliseconds(INTERVAL), [this]() { return isSet_; }); in GetValue()
54 cv_.wait_for(lock, std::chrono::milliseconds(INTERVAL), [this]() { return isSet_; }); in GetValue()
68 const uint32_t INTERVAL; member in OHOS::MiscServices::BlockData
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dmem_profiler_collector_test.cpp34 constexpr int INTERVAL = 1; variable
54 0, DURATION, INTERVAL); in HWTEST_F()
74 0, DURATION, INTERVAL);
86 0, DURATION, INTERVAL);
108 0, DURATION, INTERVAL);
120 0, DURATION, INTERVAL);
142 "", DURATION, INTERVAL, true);
154 "", DURATION, INTERVAL, true);
/base/powermgr/thermal_manager/utils/native/include/
H A Dconstants.h57 constexpr int32_t INTERVAL = 5000; member
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_panel_test.cpp122 static constexpr int32_t INTERVAL = 10; member in OHOS::MiscServices::InputMethodPanelTest
303 panelHandler_->PostTask([&inputMethodPanel]() { TestShowPanel(inputMethodPanel); }, InputMethodPanelTest::INTERVAL); in TriggerShowCallback()
315 panelHandler_->PostTask([&inputMethodPanel]() { TestHidePanel(inputMethodPanel); }, InputMethodPanelTest::INTERVAL); in TriggerHideCallback()

Completed in 6 milliseconds