Searched refs:UsbHostManager (Results 1 – 4 of 4) sorted by relevance
71 UsbHostManager::UsbHostManager(SystemAbility *systemAbility) in UsbHostManager() function in OHOS::USB::UsbHostManager76 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 …]
95 usbHostManager_ = std::make_shared<UsbHostManager>(nullptr); in UsbService()
39 class UsbHostManager {41 explicit UsbHostManager(SystemAbility *systemAbility);42 ~UsbHostManager();
199 std::shared_ptr<UsbHostManager> usbHostManager_;