Searched refs:targetLog (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/ |
H A D | usb_host_serial_func_test.cpp | 308 string targetLog; variable 312 EXPECT_TRUE(HasLog(targetLog, startTs)); 315 EXPECT_TRUE(HasLog(targetLog, startTs)); 318 EXPECT_TRUE(HasLog(targetLog, startTs)); 321 EXPECT_TRUE(HasLog(targetLog, startTs)); 335 string targetLog; variable 340 EXPECT_TRUE(HasLog(targetLog, startTs)); 354 string targetLog; variable 372 string targetLog; variable 395 char targetLog[logMaxLen] = {0}; variable [all …]
|
H A D | usb_device_serial_func_test.cpp | 134 char targetLog[logMaxLen] = {0}; variable 136 …snprintf_s(targetLog, logMaxLen, logMaxLen - 1, fmt, idVendor, idPorduct, bcdDevice, configuration… 141 EXPECT_TRUE(HasLog(string(targetLog), startTs, RLOG_FILE));
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/ |
H A D | console_module_test.cpp | 118 const char targetLog[] = "[Console Debug] This is a console log."; variable 119 const size_t targetLogLength = strlen(targetLog); 127 … TestObjectWrapper testObject = {evalCodeLen, codeToEval, targetLogLength, targetLog, targetRound}; 140 const char targetLog[] = "[Console Debug] This is a console log."; variable 141 const size_t targetLogLength = strlen(targetLog); 162 const char targetLog[] = "[Console Error] This is a console error log."; variable 163 const size_t targetLogLength = strlen(targetLog); 184 const char targetLog[] = "[Console Warn] This is a console warning log."; variable 185 const size_t targetLogLength = strlen(targetLog); 206 const char targetLog[] = "[Console Info] This is a console info log."; variable [all …]
|
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/ |
H A D | usb_host_serial_func_test.cpp | 495 char targetLog[logMaxLen] = {0}; variable 497 if (snprintf_s(targetLog, logMaxLen, logMaxLen -1, fmt, \ 501 printf("targetLog==>%s-%d\n", targetLog, strlen(targetLog)); 507 EXPECT_EQ(strcmp(targetLog, readBuf), 0);
|