Home
last modified time | relevance | path

Searched refs:chars (Results 1 - 4 of 4) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Dcommon_utilities_hpp.h72 std::array<char, MAX_LOG_TAG_LEN> chars = {0}; in GenLogTag() local
78 chars[writeCursor++] = '['; in GenLogTag()
80 chars[writeCursor++] = fp[offSet]; in GenLogTag()
83 chars[writeCursor++] = ':'; in GenLogTag()
86 chars[writeCursor++] = '('; in GenLogTag()
89 chars[writeCursor++] = func[offSet]; in GenLogTag()
92 chars[writeCursor++] = ')'; in GenLogTag()
95 chars[writeCursor++] = ']'; in GenLogTag()
98 chars[MAX_CONTENT_LEN] = writeCursor; in GenLogTag()
99 return chars; in GenLogTag()
[all...]
H A Dui_driver.cpp508 vector<char> chars(text.begin(), text.end()); // decompose to sing-char input sequence in TextToKeyEvents()
510 for (auto ch : chars) { in TextToKeyEvents()
/test/testfwk/arkxtest/uitest/test/
H A Dextension_test.cpp262 auto chars = "....................................................................."; in TEST_F() local
263 auto ret = PrintLog(portCapture, levelDebug, "%s%s%s%s%s%s%s%s", chars, chars, chars, in TEST_F()
264 chars, chars, chars, chars, chars, chars, char in TEST_F()
[all...]
/test/xts/acts/security_lite/huks/liteos_m_adapter/
H A Dhks_mac_test.c72 char chars[SINGLE_PRINT_LENGTH * 2 + 1] = { 0 }; in printBuffer() local
75 chars, &char_size); in printBuffer()
76 printf("buff[%2u] size[%2u]: \"%s\"", i, (char_size - 1) / 2, chars); in printBuffer()

Completed in 3 milliseconds