Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/common/
H A Daccessibility_common_helper.h27 constexpr int32_t WAIT_PUBLISH_SLEEPTIME = 10; variable
52 std::this_thread::sleep_for(std::chrono::milliseconds(WAIT_PUBLISH_SLEEPTIME)); in WaitForServicePublish()