Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dhost_usb.h63 map<string, UsbCheckStatus> mapIgnoreDevice; variable
Dhost_usb.cpp171 mapIgnoreDevice[sn] = HOST_USB_REGISTER; in DetectMyNeed()
193 if (mapIgnoreDevice.count(mountInfo)) { in RemoveIgnoreDevice()
194 mapIgnoreDevice.erase(mountInfo); in RemoveIgnoreDevice()
202 mapIgnoreDevice[nodeKey] = HOST_USB_IGNORE; in ReviewUsbNodeLater()
227 UsbCheckStatus statusCheck = thisClass->mapIgnoreDevice[szTmpKey]; in WatchUsbNodeChange()
Dhost_uart.h109 std::map<string, UartCheckStatus> mapIgnoreDevice; variable
/developtools/hdc/test/unittest/common/
Dhost_uart_test.cpp144 EXPECT_EQ(hostUart.mapIgnoreDevice.empty(), true);