Searched refs:MatchDriver (Results 1 – 5 of 5) sorted by relevance
105 bool isMatched = usbBus->MatchDriver(*drvInfo, *deviceInfo);110 isMatched = usbBus->MatchDriver(*drvInfo, deviceInfo2);115 isMatched = usbBus->MatchDriver(*drvInfo, deviceInfo3);120 isMatched = usbBus->MatchDriver(*drvInfo, deviceInfo4);124 isMatched = usbBus->MatchDriver(*drvInfo, *deviceInfo);
31 virtual bool MatchDriver(const DriverInfo &driver, const DeviceInfo &device) = 0;
37 bool MatchDriver(const DriverInfo &driver, const DeviceInfo &device) override;
105 bool UsbBusExtension::MatchDriver(const DriverInfo &driver, const DeviceInfo &device) in MatchDriver() function in OHOS::ExternalDeviceManager::UsbBusExtension
142 if (extInstance != nullptr && extInstance->MatchDriver(driverInfo, *devInfo)) { in QueryMatchDriver()