Home
last modified time | relevance | path

Searched refs:MAX_DELAY (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_client.h64 static constexpr Duration MAX_DELAY = std::chrono::seconds(20); member in OHOS::AppDistributedKv::SoftBusClient
84 Time expireTime_ = std::chrono::steady_clock::now() + MAX_DELAY;
/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_context.cpp24 constexpr int32_t MAX_DELAY { 4000 };
159 if (delay < MIN_DELAY || delay > MAX_DELAY) { in SetKeyDownDuration()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp46 constexpr int32_t MAX_DELAY { 4000 };
1858 if (delay < MIN_DELAY || delay > MAX_DELAY) { in SetKeyDownDuration()

Completed in 5 milliseconds