Home
last modified time | relevance | path

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

/base/usb/usb_manager/services/native/src/
Dusb_host_manager.cpp30 UsbHostManager::UsbHostManager(SystemAbility *systemAbility) in UsbHostManager() function in OHOS::USB::UsbHostManager
35 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()
Dusb_service.cpp68 usbHostManger_ = std::make_shared<UsbHostManager>(nullptr); in UsbService()
/base/usb/usb_manager/services/native/include/
Dusb_host_manager.h31 class UsbHostManager {
33 explicit UsbHostManager(SystemAbility *systemAbility);
34 ~UsbHostManager();
Dusb_service.h150 std::shared_ptr<UsbHostManager> usbHostManger_;