Home
last modified time | relevance | path

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

/test/xts/hats/hdf/usb/mtpTest/common/
H A Dusbfn_mtp_test.cpp68 sptr<IUsbfnMtpInterface> g_usbfnMtpInterface = nullptr; member
194 g_usbfnMtpInterface = IUsbfnMtpInterface::Get(); in SetUpTestCase()
195 ASSERT_TRUE(g_usbfnMtpInterface != nullptr); in SetUpTestCase()
196 ret = g_usbfnMtpInterface->Start(); in SetUpTestCase()
203 ASSERT_TRUE(g_usbfnMtpInterface != nullptr); in TearDownTestCase()
204 auto ret = g_usbfnMtpInterface->Stop(); in TearDownTestCase()
243 ASSERT_TRUE(g_usbfnMtpInterface != nullptr); in HWTEST_F()
252 int32_t ret = g_usbfnMtpInterface->Read(devData); in HWTEST_F()
266 ASSERT_TRUE(g_usbfnMtpInterface != nullptr); in HWTEST_F()
275 int32_t ret = g_usbfnMtpInterface in HWTEST_F()
[all...]
/test/xts/hats/hdf/usb/mtpTest_additional/common/
H A Dusbfn_mtp_test.cpp60 sptr<IUsbfnMtpInterface> g_usbfnMtpInterface = nullptr; member
188 g_usbfnMtpInterface = IUsbfnMtpInterface::Get(); in SetUpTestCase()
189 ASSERT_TRUE(g_usbfnMtpInterface != nullptr); in SetUpTestCase()
190 ret = g_usbfnMtpInterface->Start(); in SetUpTestCase()
197 ASSERT_TRUE(g_usbfnMtpInterface != nullptr); in TearDownTestCase()
198 auto ret = g_usbfnMtpInterface->Stop(); in TearDownTestCase()
234 ASSERT_TRUE(g_usbfnMtpInterface != nullptr); in HWTEST_F()
248 auto ret = g_usbfnMtpInterface->ReceiveFile(mfs); in HWTEST_F()
261 ASSERT_TRUE(g_usbfnMtpInterface != nullptr); in HWTEST_F()
275 auto ret = g_usbfnMtpInterface in HWTEST_F()
[all...]

Completed in 3 milliseconds