Home
last modified time | relevance | path

Searched refs:TestRead (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/device/linux/
H A Dacm_read.c35 static void TestRead(FILE *fp) in TestRead() function
95 TestRead(fp); in AcmRead()
H A Dacm_test.c57 static void TestRead(void) in TestRead() function
90 TestRead(); in ReadThread()
/ohos5.0/drivers/peripheral/usb/sample/device/liteos/
H A Dacm_test.c59 static void TestRead(void) in TestRead() function
82 TestRead(); in ReadThread()
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-bundles-fs-support.md373 static int TestRead(struct SeqBuf *buf, void *arg)
389 .read = TestRead,
/ohos5.0/base/update/updater/test/unittest/package/
H A Dpkg_manager_unittest.cpp211 int TestRead() in TestRead() function in UpdaterUt::PkgMangerTest
677 HWTEST_F(PkgMangerTest, TestRead, TestSize.Level1)
680 EXPECT_EQ(0, test.TestRead());
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-bundles-fs-support.md379 static int TestRead(struct SeqBuf *buf, void *arg)
395 .read = TestRead,