/test/xts/hats/hdf/usb/manageInterfaceTest/include/ |
H A D | usbd_manage_interface_test.h | 25 namespace USB {
namespace 35 static OHOS::sptr<OHOS::USB::UsbSubscriberTest> subscriber_;
38 } // USB
|
/test/xts/hats/hdf/usb/deviceStatusTest/include/ |
H A D | usbd_device_status_test.h | 27 namespace USB {
namespace 36 static OHOS::sptr<OHOS::USB::UsbSubscriberTest> subscriber_;
38 } // USB
|
/test/xts/hats/hdf/usb/usbdBenchmarkTest/include/ |
H A D | HdfUsbdBenchmarkDeviceTest.h | 34 void InitPara(const OHOS::sptr<OHOS::USB::UsbSubscriberTest> &subscriber); 35 void ReleasePara(const OHOS::sptr<OHOS::USB::UsbSubscriberTest> &subscriber);
|
H A D | HdfUsbdBenchmarkRequestTest.h | 37 void InitPara(const OHOS::sptr<OHOS::USB::UsbSubscriberTest> &subscriber); 38 void ReleasePara(const OHOS::sptr<OHOS::USB::UsbSubscriberTest> &subscriber);
|
H A D | HdfUsbdBenchmarkTransferTest.h | 45 void InitPara(const OHOS::sptr<OHOS::USB::UsbSubscriberTest> &subscriber); 46 void ReleasePara(const OHOS::sptr<OHOS::USB::UsbSubscriberTest> &subscriber);
|
H A D | HdfUsbdBenchmarkManagerInterfaceTest.h | 36 static OHOS::sptr<OHOS::USB::UsbSubscriberTest> subscriber_;
|
/test/xts/hats/hdf/usb/requestTest/common/ |
H A D | usbd_interface_test.cpp | 28 using namespace OHOS::USB;
50 static OHOS::sptr<OHOS::USB::UsbSubscriberTest> subscriber_;
53 OHOS::sptr<OHOS::USB::UsbSubscriberTest> UsbdInterfaceTest::subscriber_ = nullptr;
|
/test/testfwk/arkxtest/uitest/test/ |
H A D | ui_driver_test.cpp | 67 "content":"USB", in TEST_F() 87 auto matcher = WidgetMatchModel(UiAttr::TEXT, "USB", EQ); in TEST_F() 119 "content":"USB", in TEST_F() 139 auto matcher = WidgetMatchModel(UiAttr::TEXT, "USB", EQ); in TEST_F() 157 ASSERT_TRUE(ret->GetAttr(UiAttr::TEXT) == "USB"); in TEST_F() 179 "content":"USB", in TEST_F() 199 auto matcher = WidgetMatchModel(UiAttr::TEXT, "USB", EQ); in TEST_F() 225 "content":"USB", in TEST_F()
|
/test/xts/hats/hdf/usb/manageInterfaceTest/common/ |
H A D | usbd_manage_interface_test.cpp | 34 using namespace OHOS::USB;
38 namespace USB {
namespace 261 } // USB
|
/test/xts/hats/hdf/external_device_manager/bus_extension_usb/src/ |
H A D | usb_ddk_service_mock.cpp | 18 namespace USB { namespace
|
H A D | usb_subscriber_test.cpp | 31 using namespace OHOS::USB; 82 * @tc.desc: Pile driving test USB hot plug event 142 * @tc.desc: Error data return for USB hot plug event during pile driving test 173 * @tc.desc: Unsupported PortEvent for USB hot plug events during pile driving testing
|
/test/xts/hats/hdf/usb/UsbSubscriberTest/ |
H A D | UsbSubscriberTest.cpp | 20 namespace USB {
namespace 31 } // namespace USB
|
H A D | UsbSubscriberTest.h | 32 namespace USB {
namespace 46 } // namespace USB
|
/test/xts/hats/hdf/usb/deviceTest_additional/include/ |
H A D | usbd_device_test.h | 34 static OHOS::sptr<OHOS::USB::UsbSubscriberTest> subscriber_;
|
/test/xts/hats/hdf/usb/deviceTest/include/ |
H A D | usbd_device_test.h | 34 static OHOS::sptr<OHOS::USB::UsbSubscriberTest> subscriber_;
|
/test/xts/hats/hdf/usb/requestTest/include/ |
H A D | usbd_request_test.h | 45 static OHOS::sptr<OHOS::USB::UsbSubscriberTest> subscriber_;
|
/test/xts/hats/hdf/usb/requestTest_additional/include/ |
H A D | usbd_request_test.h | 45 static OHOS::sptr<OHOS::USB::UsbSubscriberTest> subscriber_;
|
/test/xts/hats/hdf/usb/transferTest_additional/include/ |
H A D | usbd_transfer_test.h | 49 static OHOS::sptr<OHOS::USB::UsbSubscriberTest> subscriber_;
|
/test/xts/hats/hdf/usb/transferTest/include/ |
H A D | usbd_transfer_test.h | 49 static OHOS::sptr<OHOS::USB::UsbSubscriberTest> subscriber_;
|
/test/xts/hats/hdf/external_device_manager/bus_extension_usb/include/ |
H A D | usb_ddk_service_mock.h | 24 namespace USB { namespace 48 } // namespace USB
|
/test/xts/hats/hdf/usb/usbdBenchmarkTest/common/ |
H A D | HdfUsbdBenchmarkManagerInterfaceTest.cpp | 27 using namespace OHOS::USB;
|
H A D | HdfUsbdBenchmarkDeviceTest.cpp | 26 using namespace OHOS::USB;
|
/test/xts/hats/hdf/usb/deviceStatusTest/common/ |
H A D | usbd_device_status_test.cpp | 35 using namespace OHOS::USB;
39 namespace USB {
namespace 514 } // USB
|
/test/xts/hats/hdf/usb/requestTest_additional/common/ |
H A D | usbd_interface_test.cpp | 28 using namespace OHOS::USB;
44 static OHOS::sptr<OHOS::USB::UsbSubscriberTest> subscriber_;
47 OHOS::sptr<OHOS::USB::UsbSubscriberTest> UsbdInterfaceTestAdditional::subscriber_ = nullptr;
107 * @tc.desc: Sets the alternate settings for the specified USB interface. ({255,0},255,0).
122 * @tc.desc: Sets the alternate settings for the specified USB interface. ({255,0},255,255).
137 * @tc.desc: Sets the alternate settings for the specified USB interface. ({255,0},0,0).
152 * @tc.desc: Sets the alternate settings for the specified USB interface. ({255,0},0,1).
167 * @tc.desc: Sets the alternate settings for the specified USB interface. ({255,0},0,255).
182 * @tc.desc: Sets the alternate settings for the specified USB interface. ({255,0},1,1).
197 * @tc.desc: Sets the alternate settings for the specified USB interfac [all...] |
/test/xts/hats/hdf/usb/deviceTest_additional/common/ |
H A D | usbd_device_test.cpp | 25 using namespace OHOS::USB; 80 * @tc.desc: Opens a USB device to set up a connection. dev ={1, 255}. 92 * @tc.desc: Opens a USB device to set up a connection. dev ={255, 1}. 104 * @tc.desc: Opens a USB device to set up a connection. dev ={255, 100}. 116 * @tc.desc: Opens a USB device to set up a connection. dev ={100, 255}. 128 * @tc.desc: Closes a USB device to release all system resources related to the device. dev ={1, 255}. 146 * @tc.desc: Closes a USB device to release all system resources related to the device. dev ={255, 1}. 164 * @tc.desc: Closes a USB device to release all system resources related to the device. dev ={255, 100}. 182 * @tc.desc: Closes a USB device to release all system resources related to the device. dev ={100, 255}.
|