Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
H A Dcommon_utilities_hpp.h71 constexpr uint8_t MAX_CONTENT_LEN = MAX_LOG_TAG_LEN - 1; in GenLogTag() local
79 for (size_t offSet = pos + 1; offSet < fp.length() && writeCursor < MAX_CONTENT_LEN; offSet++) { in GenLogTag()
82 if (writeCursor < MAX_CONTENT_LEN) { in GenLogTag()
85 if (writeCursor < MAX_CONTENT_LEN) { in GenLogTag()
88 for (size_t offSet = 0; offSet < func.length() && writeCursor < MAX_CONTENT_LEN; offSet++) { in GenLogTag()
91 if (writeCursor < MAX_CONTENT_LEN) { in GenLogTag()
94 if (writeCursor < MAX_CONTENT_LEN) { in GenLogTag()
98 chars[MAX_CONTENT_LEN] = writeCursor; in GenLogTag()

Completed in 1 milliseconds