Searched refs:MAX_LOG_SIZE (Results 1 - 2 of 2) sorted by relevance
/foundation/multimodalinput/input/util/common/src/ |
H A D | klog.cpp | 46 constexpr int32_t MAX_LOG_SIZE = 1024; member 72 char tmpFmt[MAX_LOG_SIZE]; in kMsgLog() 73 if (vsnprintf_s(tmpFmt, MAX_LOG_SIZE, MAX_LOG_SIZE - 1, fmt, vargs) == -1) { in kMsgLog() 80 char logInfo[MAX_LOG_SIZE]; in kMsgLog() 81 if (snprintf_s(logInfo, MAX_LOG_SIZE, MAX_LOG_SIZE - 1, in kMsgLog()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
H A D | napi_async_work.h | 29 #define MAX_LOG_SIZE 1024 macro 36 char buffer[MAX_LOG_SIZE] = {0}; \ 37 int res = snprintf_s(buffer, MAX_LOG_SIZE, MAX_LOG_SIZE - 1, fmt, ##__VA_ARGS__); \
|
Completed in 1 milliseconds