Lines Matching refs:usbMountPoint
331 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()
733 hUSB->usbMountPoint = pdi->usbMountPoint; in ConnectDetectDaemon()