Home
last modified time | relevance | path

Searched refs:int_devHandle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test_io.cpp155 ret = UsbGetPipeInfo(g_acm->int_devHandle, g_acm->intIface->info.curAltSetting, i, &p); in AcmGetPipe()
203 g_acm->notifyReq = UsbAllocRequest(g_acm->int_devHandle, 0, g_acm->intSize); in AcmGetRequest()
286 ret = UsbFillRequest(g_acm->notifyReq, g_acm->int_devHandle, &intParmas); in AcmFillIntRequest()
346 g_acm->int_devHandle = UsbOpenInterface(g_acm->intIface); in AcmInit()
347 EXPECT_NE(nullptr, g_acm->int_devHandle); in AcmInit()
H A Dusb_host_sdk_if_test.cpp543 g_acm->int_devHandle = UsbOpenInterface(g_acm->intIface);
544 EXPECT_NE(nullptr, g_acm->int_devHandle);
557 ret = UsbCloseInterface(g_acm->int_devHandle, false);
639 g_acm->int_devHandle = UsbOpenInterface(g_acm->intIface);
640 EXPECT_NE(nullptr, g_acm->int_devHandle);
944 ret = UsbGetPipeInfo(g_acm->int_devHandle, g_acm->intIface->info.curAltSetting, i, &p);
1199 g_acm->notifyReq = UsbAllocRequest(g_acm->int_devHandle, 0, g_acm->intSize);
1295 g_acm->notifyReq = UsbAllocRequest(g_acm->int_devHandle, 0, g_acm->intSize);
1403 ret = UsbFillRequest(g_acm->notifyReq, g_acm->int_devHandle, &intParmas);
1533 ret = UsbFillRequest(g_acm->notifyReq, g_acm->int_devHandle, &intParmas);
[all …]
H A Dusb_host_sdk_if_test.h102 UsbInterfaceHandle *int_devHandle; member
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_test.c408 g_acm->int_devHandle = UsbOpenInterface(g_acm->intIface); in CheckHostSdkIfOpenInterface002()
409 if (g_acm->int_devHandle == NULL) { in CheckHostSdkIfOpenInterface002()
418 int32_t ret = UsbCloseInterface(g_acm->int_devHandle, false); in CheckHostSdkIfCloseInterface002()
487 g_acm->int_devHandle = UsbOpenInterface(g_acm->intIface); in CheckHostSdkIfOpenInterface006()
488 if (g_acm->int_devHandle == NULL) { in CheckHostSdkIfOpenInterface006()
936 g_acm->notifyReq = UsbAllocRequest(g_acm->int_devHandle, 0, g_acm->intSize); in CheckHostSdkIfAllocRequest006()
1195 g_acm->notifyReq = UsbAllocRequest(g_acm->int_devHandle, 0, g_acm->intSize); in CheckHostSdkIfAllocRequest009()
1279 int32_t ret = UsbFillRequest(g_acm->notifyReq, g_acm->int_devHandle, &intParmas); in CheckHostSdkIfFillRequest003()
1431 int32_t ret = UsbFillRequest(g_acm->notifyReq, g_acm->int_devHandle, &intParmas); in CheckHostSdkIfFillRequest007()
1564 int32_t ret = UsbClearInterfaceHalt(g_acm->int_devHandle, g_acm->intPipe->pipeAddress); in CheckHostSdkIfClearInterfaceHalt003()
[all …]
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_test.h186 UsbInterfaceHandle *int_devHandle; member