Home
last modified time | relevance | path

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

/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_host_serial_func_test.cpp58 const string targetLog = "usb pnp sample device driver test add start"; in HWTEST_F() local
62 EXPECT_TRUE(HasLog(targetLog, startTs, PNP_LOG_FILE)) << "ErrInfo: serial driver cannot be loaded in 1s"; in HWTEST_F()
76 const string targetLog = "usb pnp sample device driver test remove start"; in HWTEST_F() local
80 EXPECT_TRUE(HasLog(targetLog, startTs, PNP_LOG_FILE)) << "ErrInfo: serial driver cannot be unloaded in 1s"; in HWTEST_F()
308 string targetLog; in HWTEST_F() local
311 targetLog = "usb serial control command[CMD_STD_CTRL_GET_DESCRIPTOR] done"; in HWTEST_F()
312 EXPECT_TRUE(HasLog(targetLog, startTs)); in HWTEST_F()
314 targetLog = "usb serial control command[CMD_STD_CTRL_GET_INTERFACE] done"; in HWTEST_F()
315 EXPECT_TRUE(HasLog(targetLog, startTs)); in HWTEST_F()
317 targetLog in HWTEST_F()
335 string targetLog; HWTEST_F() local
354 string targetLog; HWTEST_F() local
372 string targetLog; HWTEST_F() local
395 char targetLog[logMaxLen] = {0}; HWTEST_F() local
[all...]
H A Dusb_device_serial_func_test.cpp134 char targetLog[logMaxLen] = {0}; in HWTEST_F() local
136 snprintf_s(targetLog, logMaxLen, logMaxLen - 1, fmt, idVendor, idPorduct, bcdDevice, configurationValue); in HWTEST_F()
141 EXPECT_TRUE(HasLog(string(targetLog), startTs, RLOG_FILE)); in HWTEST_F()
/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_serial_func_test.cpp495 char targetLog[logMaxLen] = {0}; in HWTEST_F() local
497 if (snprintf_s(targetLog, logMaxLen, logMaxLen -1, fmt, \ in HWTEST_F()
501 printf("targetLog==>%s-%d\n", targetLog, strlen(targetLog)); in HWTEST_F()
507 EXPECT_EQ(strcmp(targetLog, readBuf), 0); in HWTEST_F()

Completed in 3 milliseconds