Home
last modified time | relevance | path

Searched refs:GetPorts (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_port_manager.cpp81 int32_t UsbPortManager::GetPorts(std::vector<UsbPort> &ports) in GetPorts() function in OHOS::USB::UsbPortManager
193 int32_t ret = GetPorts(usbports); in GetPortsInfo()
220 if (GetPorts(ports) != UEC_OK) { in DumpGetSupportPort()
H A Dusb_service.cpp552 int32_t UsbService::GetPorts(std::vector<UsbPort> &ports) in GetPorts() function in OHOS::USB::UsbService
566 return usbPortManager_->GetPorts(ports); in GetPorts()
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_port_manager.h38 int32_t GetPorts(std::vector<UsbPort> &ports);
H A Dusb_service.h79 int32_t GetPorts(std::vector<UsbPort> &ports) override;
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_srv_client.h51 int32_t GetPorts(std::vector<UsbPort> &usbPorts);
H A Diusb_srv.h40 virtual int32_t GetPorts(std::vector<UsbPort> &ports) = 0;
/ohos5.0/base/usb/usb_manager/test/tool/
H A Dusb_function_test.cpp149 int32_t ret = g_usbClient.GetPorts(usbports); in GetPortsInfo()
/ohos5.0/base/usb/usb_manager/
H A DREADME_zh.md69 | int32_t GetPorts(std::vector &usbPorts); | 获取port列表 |
H A DREADME.md77 | int32_t GetPorts(std::vector &usbPorts); | Obtains the port list…
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_dfx_test.cpp212 UsbSrvClient.GetPorts(usbports);
H A Dusb_core_test.cpp580 auto ports = usbSrvClient.GetPorts(portlist);
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp206 int32_t UsbSrvClient::GetPorts(std::vector<UsbPort> &usbports) in GetPorts() function in OHOS::USB::UsbSrvClient
210 int32_t ret = proxy_->GetPorts(usbports); in GetPorts()
/ohos5.0/base/usb/usb_manager/services/zidl/include/
H A Dusb_server_proxy.h45 int32_t GetPorts(std::vector<UsbPort> &ports) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp392 JSClass<JSWebMessageEvent>::CustomMethod("getPorts", &JSWebMessageEvent::GetPorts); in JSBind()
438 void GetPorts(const JSCallbackInfo& args) in GetPorts() function in OHOS::Ace::Framework::JSWebMessageEvent
/ohos5.0/base/usb/usb_manager/test/native/mock/src/
H A Dusb_core_mock_test.cpp544 auto ports = usbSrv_->GetPorts(portList);
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp374 int32_t ret = GetPorts(ports); in DoGetPorts()
H A Dusb_srv_proxy.cpp525 int32_t UsbServerProxy::GetPorts(std::vector<UsbPort> &ports) in GetPorts() function in OHOS::USB::UsbServerProxy
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp1128 int32_t ret = g_usbClient.GetPorts(ports); in CoreGetPorts()