Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_test.c29 static UsbInterfaceHandle *g_ecmIntDevHandle = NULL; variable
502 g_ecmIntDevHandle = UsbOpenInterface(g_ecmIntIface); in CheckHostSdkIfOpenInterface006()
503 if (g_ecmIntDevHandle == NULL) { in CheckHostSdkIfOpenInterface006()
1661 int32_t ret = UsbCloseInterface(g_ecmIntDevHandle, false); in CheckHostSdkIfCloseInterface006()
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.cpp50 static UsbInterfaceHandle *g_ecmIntDevHandle = nullptr; variable
645 g_ecmIntDevHandle = UsbOpenInterface(g_ecmIntIface);
646 EXPECT_NE(nullptr, g_ecmIntDevHandle);