Home
last modified time | relevance | path

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

/drivers/peripheral/usb/test/benchmarktest/
H A Dusb_benchmark_function_test.cpp120 * @tc.name: QueryPort
121 * @tc.desc: Test functions to QueryPort benchmark test
122 * @tc.desc: int32_t QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode);
127 BENCHMARK_F(UsbBenchmarkFunctionTest, QueryPort)(benchmark::State &state) in BENCHMARK_F()
136 ret = g_usbInterface->QueryPort(portId, powerRole, dataRole, mode); in BENCHMARK_F()
141 BENCHMARK_REGISTER_F(UsbBenchmarkFunctionTest, QueryPort)->
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_port.h59 int32_t QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode);
H A Dusb_impl.h88 int32_t QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) override;
/drivers/peripheral/usb/test/unittest/mock/src/
H A Dusbd_function_auto_test.cpp156 * @tc.desc: Test functions to QueryPort
157 * @tc.desc: int32_t QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode);
167 auto ret = g_usbInterface->QueryPort(portId, powerRole, dataRole, mode); in HWTEST_F()
/drivers/external_device_manager/test/unittest/bus_extension_usb_test/include/
H A Dusb_impl_mock.h58 int32_t QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) override;
/drivers/external_device_manager/test/unittest/bus_extension_usb_test/src/
H A Dusb_impl_mock.cpp81 int32_t UsbImplMock::QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) in QueryPort() function in OHOS::USB::UsbImplMock
/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_port.cpp196 int32_t UsbdPort::QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) in QueryPort() function in OHOS::HDI::Usb::V1_1::UsbdPort
H A Dusb_impl.cpp1979 int32_t UsbImpl::QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) in QueryPort() function in OHOS::HDI::Usb::V1_1::UsbImpl
1981 int32_t ret = UsbdPort::GetInstance().QueryPort(portId, powerRole, dataRole, mode); in QueryPort()
1983 HDF_LOGE("%{public}s:QueryPort failed, ret:%{public}d", __func__, ret); in QueryPort()
/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_function_test.cpp522 * @tc.desc: Test functions to QueryPort
523 * @tc.desc: int32_t QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode);
533 auto ret = g_usbInterface->QueryPort(portId, powerRole, dataRole, mode); in HWTEST_F()

Completed in 7 milliseconds