Searched refs:mapIgnoreDevice (Results 1 – 4 of 4) sorted by relevance
63 map<string, UsbCheckStatus> mapIgnoreDevice; variable
171 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()
109 std::map<string, UartCheckStatus> mapIgnoreDevice; variable
144 EXPECT_EQ(hostUart.mapIgnoreDevice.empty(), true);