Searched refs:UsbPort (Results 1 – 17 of 17) sorted by relevance
38 int32_t GetPorts(std::vector<UsbPort> &ports);43 void AddPort(UsbPort &port);56 std::map<int32_t, UsbPort> portMap_;
79 int32_t GetPorts(std::vector<UsbPort> &ports) override;
81 int32_t UsbPortManager::GetPorts(std::vector<UsbPort> &ports) in GetPorts()136 UsbPort usbPort; in QueryPort()166 void UsbPortManager::AddPort(UsbPort &port) in AddPort()170 auto res = portMap_.insert(std::map<int32_t, UsbPort>::value_type(port.id, port)); in AddPort()192 std::vector<UsbPort> usbports; in GetPortsInfo()219 std::vector<UsbPort> ports; in DumpGetSupportPort()
552 int32_t UsbService::GetPorts(std::vector<UsbPort> &ports) in GetPorts()
30 struct UsbPort { struct
51 int32_t GetPorts(std::vector<UsbPort> &usbPorts);
40 virtual int32_t GetPorts(std::vector<UsbPort> &ports) = 0;
45 int32_t GetPorts(std::vector<UsbPort> &ports) override;98 int32_t ParseUsbPort(MessageParcel &reply, std::vector<UsbPort> &result);
74 int32_t WriteUsbPort(MessageParcel &reply, const UsbPort &port);
148 std::vector<UsbPort> usbports; in GetPortsInfo()
211 std::vector<UsbPort> usbports;
579 std::vector<UsbPort> portlist;
543 std::vector<UsbPort> portList;
525 int32_t UsbServerProxy::GetPorts(std::vector<UsbPort> &ports) in GetPorts()559 int32_t UsbServerProxy::ParseUsbPort(MessageParcel &reply, std::vector<UsbPort> &ports) in ParseUsbPort()561 UsbPort port; in ParseUsbPort()
373 std::vector<UsbPort> ports; in DoGetPorts()392 int32_t UsbServerStub::WriteUsbPort(MessageParcel &reply, const UsbPort &port) in WriteUsbPort()
206 int32_t UsbSrvClient::GetPorts(std::vector<UsbPort> &usbports) in GetPorts()
1127 std::vector<UsbPort> ports; in CoreGetPorts()