Home
last modified time | relevance | path

Searched refs:stringId (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_request_test.cpp589 uint8_t stringId = 0; in HWTEST_F() local
592 auto ret = g_usbInterface->GetStringDescriptor(dev, stringId, devData); in HWTEST_F()
607 uint8_t stringId = 1; in HWTEST_F() local
610 auto ret = g_usbInterface->GetStringDescriptor(dev, stringId, devData); in HWTEST_F()
620 * @tc.desc: Negative test: parameters exception, stringId error
625 uint8_t stringId = INVALID_NUM; in HWTEST_F() local
628 auto ret = g_usbInterface->GetStringDescriptor(dev, stringId, devData); in HWTEST_F()
643 uint8_t stringId = 0; in HWTEST_F() local
646 auto ret = g_usbInterface->GetStringDescriptor(dev, stringId, devData); in HWTEST_F()
661 uint8_t stringId in HWTEST_F() local
679 uint8_t stringId = 0; HWTEST_F() local
697 uint8_t stringId = STRING_ID_INVALID; HWTEST_F() local
715 uint8_t stringId = STRING_ID_INVALID; HWTEST_F() local
[all...]
/drivers/peripheral/usb/test/unittest/mock/src/
H A Dusbd_request_auto_test.cpp751 uint8_t stringId = 0; in HWTEST_F() local
754 auto ret = g_usbInterface->GetStringDescriptor(dev, stringId, devData); in HWTEST_F()
767 uint8_t stringId = 1; in HWTEST_F() local
770 auto ret = g_usbInterface->GetStringDescriptor(dev, stringId, devData); in HWTEST_F()
778 * @tc.desc: Negative test: parameters exception, stringId error
783 uint8_t stringId = INVALID_NUM; in HWTEST_F() local
786 auto ret = g_usbInterface->GetStringDescriptor(dev, stringId, devData); in HWTEST_F()
799 uint8_t stringId = 0; in HWTEST_F() local
802 auto ret = g_usbInterface->GetStringDescriptor(dev, stringId, devData); in HWTEST_F()
815 uint8_t stringId in HWTEST_F() local
831 uint8_t stringId = 0; HWTEST_F() local
847 uint8_t stringId = STRING_ID_INVALID; HWTEST_F() local
863 uint8_t stringId = STRING_ID_INVALID; HWTEST_F() local
[all...]
/drivers/peripheral/usb/test/benchmarktest/
H A Dusb_benchmark_request_test.cpp247 uint8_t stringId = 0; in BENCHMARK_F() local
251 ret = g_usbInterface->GetStringDescriptor(g_dev, stringId, devData); in BENCHMARK_F()

Completed in 6 milliseconds