Home
last modified time | relevance | path

Searched refs:UsbHostManager (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_host_manager.cpp71 UsbHostManager::UsbHostManager(SystemAbility *systemAbility) in UsbHostManager() function in OHOS::USB::UsbHostManager
76 UsbHostManager::~UsbHostManager() in ~UsbHostManager()
84 void UsbHostManager::GetDevices(MAP_STR_DEVICE &devices) in GetDevices()
89 bool UsbHostManager::GetProductName(const std::string &deviceName, std::string &productName) in GetProductName()
105 bool UsbHostManager::DelDevice(uint8_t busNum, uint8_t devNum) in DelDevice()
135 bool UsbHostManager::AddDevice(UsbDevice *dev) in AddDevice()
170 bool UsbHostManager::PublishCommonEvent(const std::string &event, const UsbDevice &dev) in PublishCommonEvent()
183 bool UsbHostManager::Dump(int fd, const std::string &args) in Dump()
197 int32_t UsbHostManager::GetDeviceDescription(int32_t baseClass, std::string &description, uint8_t &… in GetDeviceDescription()
221 std::string UsbHostManager::GetInterfaceUsageDescription(const UsbDeviceType &interfaceType) in GetInterfaceUsageDescription()
[all …]
H A Dusb_service.cpp95 usbHostManager_ = std::make_shared<UsbHostManager>(nullptr); in UsbService()
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_host_manager.h39 class UsbHostManager {
41 explicit UsbHostManager(SystemAbility *systemAbility);
42 ~UsbHostManager();
H A Dusb_service.h199 std::shared_ptr<UsbHostManager> usbHostManager_;