Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_operation.cpp28 static const int DELAY_TIME_MS = 1000; variable
48 duration_ = duration * DELAY_TIME_MS; in Init()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp40 const int32_t DELAY_TIME_MS = 10000; // 10ms variable
725 usleep(DELAY_TIME_MS); in DeleteGroup()
767 usleep(DELAY_TIME_MS); in DeleteRedundanceGroup()
827 usleep(DELAY_TIME_MS); in CreateGroup()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp57 constexpr int32_t DELAY_TIME_MS = 100; variable
123 std::this_thread::sleep_for(std::chrono::milliseconds(DELAY_TIME_MS)); in WaitKvDataService()