Home
last modified time | relevance | path

Searched refs:timeoutTimer_ (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dhci_watcher.cpp61 timeoutTimer_.tv_sec = seconds.count(); in SetTimeout()
62 timeoutTimer_.tv_usec = (timeout - seconds).count(); in SetTimeout()
137 if (timeoutTimer_.tv_sec == 0 && timeoutTimer_.tv_usec == 0) { in WatcherThread()
140 timeout = &timeoutTimer_; in WatcherThread()
H A Dhci_watcher.h54 timeval timeoutTimer_ = {}; member in OHOS::HDI::Bluetooth::Hci::HciWatcher

Completed in 1 milliseconds