Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/test/
H A Dextension_test.cpp235 static RetCode PrintLog(UiTestPort &port, int32_t level, const char *format, ...) in PrintLog() function
254 ASSERT_EQ(RETCODE_SUCCESS, PrintLog(portCapture, levelDebug, "Name is %s, age is %d", "wyz", 1)); in TEST_F()
256 ASSERT_EQ(RETCODE_FAIL, PrintLog(portCapture, levelDebug - 1, "Name is %s, age is %d", "wyz", 1)); in TEST_F()
258 ASSERT_EQ(RETCODE_FAIL, PrintLog(portCapture, levelDebug - 1, "Name is %s, age is %d", "wyz", "1")); in TEST_F()
260 ASSERT_EQ(RETCODE_FAIL, PrintLog(portCapture, levelDebug, nullptr)); in TEST_F()
263 auto ret = PrintLog(portCapture, levelDebug, "%s%s%s%s%s%s%s%s", chars, chars, chars, in TEST_F()
/test/testfwk/arkxtest/uitest/addon/
H A Dextension_executor.cpp71 static RetCode PrintLog(int32_t level, Text label, Text format, va_list ap) in PrintLog() function
304 .printLog = PrintLog, in ExecuteExtension()

Completed in 2 milliseconds