Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_sdk_if_test.cpp223 struct UsbFnInterface *fnInterface = nullptr; variable
227 EXPECT_NE(nullptr, fnInterface);
232 struct UsbFnInterface *fnInterface = nullptr; variable
236 EXPECT_NE(nullptr, fnInterface);
241 struct UsbFnInterface *fnInterface = nullptr; variable
245 EXPECT_EQ(nullptr, fnInterface);
250 struct UsbFnInterface *fnInterface = nullptr; variable
254 EXPECT_EQ(nullptr, fnInterface);
261 EXPECT_EQ(nullptr, fnInterface);
267 struct UsbFnInterface *fnInterface = nullptr; variable
[all …]
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_sdk_if_test.c266 …struct UsbFnInterface *fnInterface = (struct UsbFnInterface *)UsbFnGetInterface(g_acmDevice->fnDev… in UsbFnDviceTestGetInterface() local
267 if (fnInterface == NULL) { in UsbFnDviceTestGetInterface()
281 …struct UsbFnInterface *fnInterface = (struct UsbFnInterface *)UsbFnGetInterface(g_acmDevice->fnDev… in UsbFnDviceTestGetInterface002() local
282 if (fnInterface == NULL) { in UsbFnDviceTestGetInterface002()
298 if (fnInterface != NULL) { in UsbFnDviceTestGetInterface003()
313 if (fnInterface != NULL) { in UsbFnDviceTestGetInterface004()
323 struct UsbFnInterface *fnInterface = (struct UsbFnInterface *)UsbFnGetInterface(fnDevice, 0); in UsbFnDviceTestGetInterface005() local
324 if (fnInterface != NULL) { in UsbFnDviceTestGetInterface005()
338 struct UsbFnInterface *fnInterface = NULL; in UsbFnDviceTestGetInterface006() local
340 fnInterface = (struct UsbFnInterface *)UsbFnGetInterface(g_acmDevice->fnDev, idCount); in UsbFnDviceTestGetInterface006()
[all …]