Searched refs:GetConfigCount (Results 1 – 9 of 9) sorted by relevance
78 if (device.GetConfigCount() > 0) { in OnReceiveEvent()84 device.GetName().c_str(), device.GetConfigCount(), strConfig.c_str()); in OnReceiveEvent()
155 EXPECT_GT(device.GetConfigCount(), 0);
234 for (int32_t i = 0; i < dev.GetConfigCount(); i++) { in GetInterfaceDescription()
150 for (int32_t i = 0; i < dev.GetConfigCount(); ++i) { in IsMassStorage()
149 int32_t GetConfigCount() const in GetConfigCount() function
196 EXPECT_GT(device.GetConfigCount(), 0);
54 int32_t configCount = usbdevice.GetConfigCount(); in isPrintDevice()
903 WRITE_PARCEL_WITH_RET(data, Int32, devInfo.GetConfigCount(), UEC_SERVICE_WRITE_PARCEL_ERROR); in SetDeviceMessageParcel()
173 for (int32_t i = 0; i < usbDevice.GetConfigCount(); ++i) { in CtoJSUsbDevice()