Home
last modified time | relevance | path

Searched defs:chars (Results 1 – 4 of 4) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dcommon_utilities_hpp.h81 std::array<char, MAX_LOG_TAG_LEN> chars = {0}; in GenLogTag() local
Dui_driver.cpp503 vector<char> chars(text.begin(), text.end()); // decompose to sing-char input sequence in TextToKeyEvents() local
/test/xts/acts/multimedia/photoAccess/
Dcommon.ts160 const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; constant
/test/xts/acts/security_lite/huks/liteos_m_adapter/
Dhks_mac_test.c72 char chars[SINGLE_PRINT_LENGTH * 2 + 1] = { 0 }; in printBuffer() local