Home
last modified time | relevance | path

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

/base/msdp/device_status/services/interaction/coordination/src/
Ddistributed_input_adapter.cpp31 constexpr int32_t DEFAULT_DELAY_TIME { 4000 }; variable
130 …int32_t timerId = context->GetTimerManager().AddTimer(DEFAULT_DELAY_TIME, RETRY_TIME, [this, type]… in AddTimer()