Searched refs:usbMountPoint (Results 1 – 4 of 4) sorted by relevance
/developtools/hdc/src/host/ |
D | host_usb.cpp | 325 di.usbMountPoint = ""; in UpdateUSBDaemonInfo() 326 di.usbMountPoint = Base::StringFormat("%d-%d", hUSB->busId, hUSB->devId); in UpdateUSBDaemonInfo() 639 bool HdcHostUSB::FindDeviceByID(HUSB hUSB, const char *usbMountPoint, libusb_context *ctxUSB) in FindDeviceByID() argument 655 WRITE_LOG(LOG_DEBUG, "usbMountPoint:%s", usbMountPoint); in FindDeviceByID() 656 if (strchr(usbMountPoint, '-') && EOK == strcpy_s(tmpStr, sizeof(tmpStr), usbMountPoint)) { in FindDeviceByID() 699 hUSB->usbMountPoint = pdi->usbMountPoint; in ConnectDetectDaemon() 701 if (!FindDeviceByID(hUSB, hUSB->usbMountPoint.c_str(), hUSB->ctxUSB)) { in ConnectDetectDaemon() 707 hUSB->usbMountPoint = pdi->usbMountPoint; in ConnectDetectDaemon()
|
D | host_usb.h | 51 bool FindDeviceByID(HUSB hUSB, const char *usbMountPoint, libusb_context *ctxUSB);
|
D | server.cpp | 411 string usbMountPoint = hdiOld->usbMountPoint; in NotifyInstanceSessionFree() local 415 …auto funcDelayUsbNotify = [this, usbMountPoint](const uint8_t flag, string &msg, const void *) -> … in NotifyInstanceSessionFree() 416 string s = usbMountPoint; in NotifyInstanceSessionFree() 419 if (usbMountPoint.size() > 0) { in NotifyInstanceSessionFree() 732 if (!pDi || !pDi->usbMountPoint.size()) { in UsbPreConnect()
|
/developtools/hdc/src/common/ |
D | define_plus.h | 331 std::string usbMountPoint; member 524 std::string usbMountPoint; member
|