Home
last modified time | relevance | path

Searched refs:g_ecmIntIface (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.cpp48 static struct UsbInterface *g_ecmIntIface = nullptr; variable
497g_ecmIntIface = UsbClaimInterface(g_acm->session, g_acm->busNum, g_acm->devAddr, g_acm->interfaceI…
498 EXPECT_NE(nullptr, g_ecmIntIface);
645 g_ecmIntDevHandle = UsbOpenInterface(g_ecmIntIface);
751g_ecmIntIface = UsbClaimInterface(g_acm->session, g_acm->busNum, g_acm->devAddr, g_acm->interfaceI…
752 EXPECT_NE(nullptr, g_ecmIntIface);
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_test.c27 static struct UsbInterface *g_ecmIntIface = NULL; variable
361 g_ecmIntIface = in CheckHostSdkIfClaimInterface006()
363 if (g_ecmIntIface == NULL) { in CheckHostSdkIfClaimInterface006()
502 g_ecmIntDevHandle = UsbOpenInterface(g_ecmIntIface); in CheckHostSdkIfOpenInterface006()
579 g_ecmIntIface = in CheckHostSdkIfClaimInterface007()
581 if (g_ecmIntIface == NULL) { in CheckHostSdkIfClaimInterface007()