Home
last modified time | relevance | path

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

/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbfn_mtp_test.cpp69 sptr<IUsbfnMtpInterface> g_usbfnMtpInterface = nullptr; member
195 g_usbfnMtpInterface = IUsbfnMtpInterface::Get(); in SetUpTestCase()
196 ASSERT_TRUE(g_usbfnMtpInterface != nullptr); in SetUpTestCase()
197 ret = g_usbfnMtpInterface->Start(); in SetUpTestCase()
204 ASSERT_TRUE(g_usbfnMtpInterface != nullptr); in TearDownTestCase()
205 auto ret = g_usbfnMtpInterface->Stop(); in TearDownTestCase()
244 ASSERT_TRUE(g_usbfnMtpInterface != nullptr); in HWTEST_F()
253 int32_t ret = g_usbfnMtpInterface->Read(devData); in HWTEST_F()
267 ASSERT_TRUE(g_usbfnMtpInterface != nullptr); in HWTEST_F()
276 int32_t ret = g_usbfnMtpInterface in HWTEST_F()
[all...]

Completed in 1 milliseconds