Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/cffi/
Dusb_types.h41 constexpr uint16_t DEVICE_CHECK_INTERVAL = 3000; // ms variable
/developtools/hdc/src/common/
Ddefine.h56 constexpr uint16_t DEVICE_CHECK_INTERVAL = 3000; // ms variable
/developtools/hdc/src/host/
Dhost_usb.cpp176 uv_timer_start(waitTimeDoCmd, hdcServer->UsbPreConnect, 0, DEVICE_CHECK_INTERVAL); in DetectMyNeed()
209 …int delayRemoveFromList = DEVICE_CHECK_INTERVAL * MINOR_TIMEOUT; // wait little time for daemon r… in ReviewUsbNodeLater()
288 uv_timer_start(&devListWatcher, WatchUsbNodeChange, 0, DEVICE_CHECK_INTERVAL); in StartupUSBWork()
Dserver.cpp416 constexpr int waitDaemonReconnect = DEVICE_CHECK_INTERVAL + DEVICE_CHECK_INTERVAL; in NotifyInstanceSessionFree()