Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dvibrator_thread.cpp30 constexpr int32_t DELAY_TIME1 = 5; /** ms */ variable
95 std::this_thread::sleep_for(std::chrono::milliseconds(DELAY_TIME1)); in HandleMultipleVibrations()