Searched refs:GetInfoExt (Results 1 – 3 of 3) sorted by relevance
226 if (driverInfo == nullptr || driverInfo->GetInfoExt() == nullptr) { in ParseToDriverInfoData()240 = std::static_pointer_cast<UsbDriverInfo>(driverInfo->GetInfoExt()); in ParseToDriverInfoData()
84 std::shared_ptr<DriverInfoExt> GetInfoExt() const in GetInfoExt() function
117 …const UsbDriverInfo *usbDriverInfo = static_cast<const UsbDriverInfo *>(driver.GetInfoExt().get()); in MatchDriver()