Searched refs:deviceFound (Results 1 – 4 of 4) sorted by relevance
191 bool deviceFound = false; in readWaivedTestsFromXML() local214 if (!deviceFound) in readWaivedTestsFromXML()250 deviceFound = matchDevice(waivedDevice); in readWaivedTestsFromXML()269 if (vendorFound && deviceFound) in readWaivedTestsFromXML()284 deviceFound = false; in readWaivedTestsFromXML()
28 def deviceFound(devicepath): function101 self.bus.add_signal_receiver(deviceFound,
636 bool deviceFound = false; in FindTransportDevice() local674 deviceFound = true; in FindTransportDevice()680 if (deviceFound) in FindTransportDevice()685 return deviceFound; in FindTransportDevice()
235 bool deviceFound = false; in GetDeviceFilter() local236 while (S_OK == _dsMonikerDevEnum->Next(1, &pM, &cFetched) && !deviceFound) { in GetDeviceFilter()260 deviceFound = true; in GetDeviceFilter()