Searched refs:UsbHostManager (Results 1 – 4 of 4) sorted by relevance
30 UsbHostManager::UsbHostManager(SystemAbility *systemAbility) in UsbHostManager() function in OHOS::USB::UsbHostManager35 UsbHostManager::~UsbHostManager() {} in ~UsbHostManager()37 void UsbHostManager::GetDevices(MAP_STR_DEVICE &devices) in GetDevices()42 bool UsbHostManager::DelDevice(uint8_t busNum, uint8_t devNum) in DelDevice()69 bool UsbHostManager::AddDevice(UsbDevice *dev) in AddDevice()98 bool UsbHostManager::PublishCommonEvent(const std::string &event, const UsbDevice &dev) in PublishCommonEvent()115 bool UsbHostManager::Dump(int fd, const std::string &args) in Dump()131 void UsbHostManager::ReportHostPlugSysEvent(const std::string &event, const UsbDevice &dev) in ReportHostPlugSysEvent()
68 usbHostManger_ = std::make_shared<UsbHostManager>(nullptr); in UsbService()
31 class UsbHostManager {33 explicit UsbHostManager(SystemAbility *systemAbility);34 ~UsbHostManager();
150 std::shared_ptr<UsbHostManager> usbHostManger_;