Home
last modified time | relevance | path

Searched refs:GetBusType (Results 1 - 6 of 6) sorted by relevance

/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/
H A Dusb_bus_extension.cpp60 BusType UsbBusExtension::GetBusType() in GetBusType() function in OHOS::ExternalDeviceManager::UsbBusExtension
112 if (device.GetBusType() != BusType::BUS_TYPE_USB) { in MatchDriver()
114 (uint32_t)device.GetBusType(), (uint32_t)BusType::BUS_TYPE_USB); in MatchDriver()
/drivers/external_device_manager/utils/include/
H A Dibus_extension.h33 virtual BusType GetBusType() = 0;
H A Dext_object.h56 BusType GetBusType() const in GetBusType() function in OHOS::ExternalDeviceManager::DriverInfo
113 BusType GetBusType() const in GetBusType() function in OHOS::ExternalDeviceManager::DeviceInfo
/drivers/external_device_manager/services/native/driver_extension_manager/src/
H A Ddriver_ext_mgr.cpp128 switch (deviceInfo->GetBusType()) { in QueryDevice()
132 device->busType = usbDeviceInfo->GetBusType(); in QueryDevice()
179 auto busType = deviceInfo->GetBusType(); in ParseToDeviceInfoData()
226 auto busType = driverInfo->GetBusType(); in ParseToDriverInfoData()
/drivers/external_device_manager/services/native/driver_extension_manager/include/bus_extension/usb/
H A Dusb_bus_extension.h42 BusType GetBusType() override;
/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/
H A Detx_device_mgr.cpp150 BusType type = deviceInfo->GetBusType(); in RemoveDeviceOfDeviceMap()
226 BusType type = devInfo->GetBusType(); in RegisterDevice()
286 BusType type = devInfo->GetBusType(); in UnRegisterDevice()

Completed in 4 milliseconds