Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/cffi/host/
H A Dhost_usb.cpp105 std::string szTmpKey = StringFormat("%d-%d", libusb_get_bus_number(dev), libusb_get_device_address(dev)); in WatchUsbNodeChange() local
107 UsbCheckStatus statusCheck = thisClass->mapIgnoreDevice[szTmpKey]; in WatchUsbNodeChange()
111 std::string sn = szTmpKey; in WatchUsbNodeChange()
113 thisClass->ReviewUsbNodeLater(szTmpKey); in WatchUsbNodeChange()
/developtools/hdc/src/host/
H A Dhost_usb.cpp232 string szTmpKey = Base::StringFormat("%d-%d", libusb_get_bus_number(dev), libusb_get_device_address(dev)); in WatchUsbNodeChange() local
234 UsbCheckStatus statusCheck = thisClass->mapIgnoreDevice[szTmpKey]; in WatchUsbNodeChange()
238 string sn = szTmpKey; in WatchUsbNodeChange()
240 thisClass->ReviewUsbNodeLater(szTmpKey); in WatchUsbNodeChange()

Completed in 3 milliseconds