Searched refs:UsbPortManager (Results 1 – 4 of 4) sorted by relevance
27 UsbPortManager::UsbPortManager() in UsbPortManager() function in OHOS::USB::UsbPortManager36 UsbPortManager::~UsbPortManager() in ~UsbPortManager()41 void UsbPortManager::Init() in Init()50 int32_t UsbPortManager::GetPorts(std::vector<UsbPort> &ports) in GetPorts()73 int32_t UsbPortManager::GetSupportedModes(int32_t portId, int32_t &supportedModes) in GetSupportedModes()86 int32_t UsbPortManager::QueryPort() in QueryPort()116 void UsbPortManager::UpdatePort(int32_t portId, int32_t powerRole, int32_t dataRole, int32_t mode) in UpdatePort()135 void UsbPortManager::AddPort(UsbPort &port) in AddPort()146 void UsbPortManager::RemovePort(int32_t portId) in RemovePort()158 bool UsbPortManager::Dump(int fd, const std::string &args) in Dump()[all …]
68 usbPortManager_ = std::make_shared<UsbPortManager>(); in UsbService()
30 class UsbPortManager {32 UsbPortManager();33 ~UsbPortManager();
139 std::shared_ptr<UsbPortManager> usbPortManager_;