Home
last modified time | relevance | path

Searched refs:DEVICE_CHECK_INTERVAL (Results 1 - 5 of 5) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
H A Dusb_types.h41 constexpr uint16_t DEVICE_CHECK_INTERVAL = 3000; // ms variable
/developtools/hdc/src/common/
H A Ddefine.h65 constexpr uint16_t DEVICE_CHECK_INTERVAL = 3000; // ms member
/developtools/hdc/src/host/
H A Dhost_usb.cpp176 uv_timer_start(waitTimeDoCmd, hdcServer->UsbPreConnect, 0, DEVICE_CHECK_INTERVAL); in DetectMyNeed()
210 int delayRemoveFromList = DEVICE_CHECK_INTERVAL * MINOR_TIMEOUT; // wait little time for daemon reinit in ReviewUsbNodeLater()
289 uv_timer_start(&devListWatcher, WatchUsbNodeChange, 0, DEVICE_CHECK_INTERVAL); in StartupUSBWork()
H A Dserver.cpp411 // The waiting time must be longer than DEVICE_CHECK_INTERVAL. Wait the method WatchUsbNodeChange in NotifyInstanceSessionFree()
413 constexpr int waitDaemonReconnect = DEVICE_CHECK_INTERVAL + DEVICE_CHECK_INTERVAL; in NotifyInstanceSessionFree()
/developtools/hdc/hdc_rust/src/cffi/host/
H A Dhost_usb.cpp21 constexpr uint16_t DEVICE_CHECK_INTERVAL = 3000; // ms member
515 timer->Start(DEVICE_CHECK_INTERVAL); in OpenDeviceMyNeed()

Completed in 5 milliseconds