Home
last modified time | relevance | path

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

/base/usb/usb_manager/services/native/src/
H A Dusb_port_manager.cpp50 USB_HILOGI(MODULE_USB_SERVICE, "UsbPortManager::QueryPort start"); in Init()
51 int32_t ret = QueryPort(); in Init()
53 USB_HILOGE(MODULE_USB_SERVICE, "UsbPortManager::QueryPort false"); in Init()
92 int32_t ret = QueryPort(); in GetPorts()
97 USB_HILOGI(MODULE_USB_SERVICE, "UsbPortManager::QueryPort and GetPorts success"); in GetPorts()
118 int32_t UsbPortManager::QueryPort() in QueryPort() function in OHOS::USB::UsbPortManager
129 int32_t ret = usbd_->QueryPort(portId, powerRole, dataRole, mode); in QueryPort()
/base/usb/usb_manager/services/native/include/
H A Dusb_port_manager.h41 int32_t QueryPort();
/base/usb/usb_manager/test/native/mock/src/
H A Dusb_impl_mock.cpp75 int32_t MockUsbImpl::QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) in QueryPort() function in OHOS::USB::MockUsbImpl
77 USB_HILOGI(MODULE_USB_SERVICE, "pob usb 1 MockUsbImpl::QueryPort enter"); in QueryPort()
/base/usb/usb_manager/test/native/mock/include/
H A Dusb_impl_mock.h59 int32_t QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) override;

Completed in 2 milliseconds