Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dhost_usb.cpp331 di.usbMountPoint = ""; in UpdateUSBDaemonInfo()
332 di.usbMountPoint = Base::StringFormat("%d-%d", hUSB->busId, hUSB->devId); in UpdateUSBDaemonInfo()
605 RemoveIgnoreDevice(hUSB->usbMountPoint); in BeginUsbRead()
659 bool HdcHostUSB::FindDeviceByID(HUSB hUSB, const char *usbMountPoint, libusb_context *ctxUSB) in FindDeviceByID() argument
675 WRITE_LOG(LOG_DEBUG, "usbMountPoint:%s", usbMountPoint); in FindDeviceByID()
676 if (strchr(usbMountPoint, '-') && EOK == strcpy_s(tmpStr, sizeof(tmpStr), usbMountPoint)) { in FindDeviceByID()
702 string key = string(usbMountPoint); in FindDeviceByID()
723 hUSB->usbMountPoint = pdi->usbMountPoint; in ConnectDetectDaemon()
725 if (!FindDeviceByID(hUSB, hUSB->usbMountPoint.c_str(), hUSB->ctxUSB)) { in ConnectDetectDaemon()
727 RemoveIgnoreDevice(hUSB->usbMountPoint); in ConnectDetectDaemon()
[all …]
Dhost_usb.h51 bool FindDeviceByID(HUSB hUSB, const char *usbMountPoint, libusb_context *ctxUSB);
Dserver.cpp413 string usbMountPoint = hdiOld->usbMountPoint; in NotifyInstanceSessionFree() local
417 …auto funcDelayUsbNotify = [this, usbMountPoint](const uint8_t flag, string &msg, const void *) -> … in NotifyInstanceSessionFree()
418 string s = usbMountPoint; in NotifyInstanceSessionFree()
421 if (usbMountPoint.size() > 0) { in NotifyInstanceSessionFree()
712 if (!pDi || !pDi->usbMountPoint.size()) { in UsbPreConnect()
/developtools/hdc/src/common/
Ddefine_plus.h333 std::string usbMountPoint; member
527 std::string usbMountPoint; member