Searched refs:ManageInterface (Results 1 - 4 of 4) sorted by relevance
/test/xts/hats/hdf/usb/manageInterfaceTest/common/ |
H A D | usbd_manage_interface_test.cpp | 39 namespace ManageInterface {
namespace 96 * @tc.desc: Test functions to ManageInterface
97 * @tc.desc: int32_t ManageInterface(const UsbDev &dev, uint8_t interfaceId, bool disable);
107 ret = g_usbInterface->ManageInterface(dev, interfaceId, true);
in HWTEST_F() 112 HDF_LOGI("UsbdManageInterfaceTest::SUB_USB_HostManager_HDI_Func_1500 %{public}d ManageInterface=%{public}d",
in HWTEST_F() 119 * @tc.desc: Test functions to ManageInterface
120 * @tc.desc: int32_t ManageInterface(const UsbDev &dev, uint8_t interfaceId, bool disable);
129 auto ret = g_usbInterface->ManageInterface(dev, interfaceId, true);
in HWTEST_F() 137 * @tc.desc: Test functions to ManageInterface
138 * @tc.desc: int32_t ManageInterface(cons [all...] |
/test/xts/hats/hdf/usb/manageInterfaceTest/include/ |
H A D | usbd_manage_interface_test.h | 26 namespace ManageInterface {
namespace 37 } // ManageInterface
|
/test/xts/hats/hdf/usb/usbdBenchmarkTest/common/ |
H A D | HdfUsbdBenchmarkManagerInterfaceTest.cpp | 99 ret = g_usbInterface->ManageInterface(dev, interfaceId, true);
in BENCHMARK_F()
|
/test/xts/hats/hdf/external_device_manager/bus_extension_usb/include/ |
H A D | usb_impl_mock.h | 98 MOCK_METHOD3(ManageInterface, int32_t(const UsbDev &dev, uint8_t interfaceid, bool disable));
|
Completed in 4 milliseconds