Home
last modified time | relevance | path

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

/base/usb/usb_manager/services/native/src/
Dusb_port_manager.cpp50 int32_t ret = QueryPort(); in Init()
91 int32_t ret = QueryPort(); in GetPorts()
117 int32_t UsbPortManager::QueryPort() in QueryPort() function in OHOS::USB::UsbPortManager
128 int32_t ret = usbd_->QueryPort(portId, powerRole, dataRole, mode); in QueryPort()
/base/usb/usb_manager/services/native/include/
Dusb_port_manager.h41 int32_t QueryPort();
/base/usb/usb_manager/test/native/mock/src/
Dusb_impl_mock.cpp75 int32_t MockUsbImpl::QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mod… in QueryPort() function in OHOS::USB::MockUsbImpl
/base/usb/usb_manager/test/native/mock/include/
Dusb_impl_mock.h59 … int32_t QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) override;