Home
last modified time | relevance | path

Searched refs:mapIgnoreDevice (Results 1 - 6 of 6) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/host/
H A Dhost_usb.cpp107 UsbCheckStatus statusCheck = thisClass->mapIgnoreDevice[szTmpKey]; in WatchUsbNodeChange()
122 mapIgnoreDevice[nodeKey] = HOST_USB_IGNORE; in ReviewUsbNodeLater()
180 mapIgnoreDevice[sn] = HOST_USB_REGISTER; in DetectMyNeed()
407 if (mapIgnoreDevice.count(mountInfo)) { in OpenDeviceMyNeed()
408 mapIgnoreDevice.erase(mountInfo); in OpenDeviceMyNeed()
H A Dhost_usb.h155 std::map<string, UsbCheckStatus> mapIgnoreDevice; member in Hdc::HostUsb
/developtools/hdc/src/host/
H A Dhost_usb.h64 map<string, UsbCheckStatus> mapIgnoreDevice; member in Hdc::HdcHostUSB
H A Dhost_usb.cpp177 mapIgnoreDevice[sn] = HOST_USB_REGISTER; in DetectMyNeed()
200 if (mapIgnoreDevice.count(mountInfo)) { in RemoveIgnoreDevice()
201 mapIgnoreDevice.erase(mountInfo); in RemoveIgnoreDevice()
209 mapIgnoreDevice[nodeKey] = HOST_USB_IGNORE; in ReviewUsbNodeLater()
234 UsbCheckStatus statusCheck = thisClass->mapIgnoreDevice[szTmpKey]; in WatchUsbNodeChange()
H A Dhost_uart.h109 std::map<string, UartCheckStatus> mapIgnoreDevice; member in Hdc::HdcHostUART
/developtools/hdc/test/unittest/common/
H A Dhost_uart_test.cpp144 EXPECT_EQ(hostUart.mapIgnoreDevice.empty(), true); in HWTEST_F()

Completed in 5 milliseconds