Home
last modified time | relevance | path

Searched refs:maxLogLength (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Drd_log_print.cpp68 static const int maxLogLength = 1024; in Log() local
72 char logBuff[maxLogLength]; in Log()
76 int bytes = vsnprintf_s(logBuff, maxLogLength, maxLogLength - 1, formatTemp.c_str(), argList); in Log()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/
H A Dlog_print.cpp59 static const int maxLogLength = 1024; in Log() local
62 char logBuff[maxLogLength]; in Log()
66 int bytes = vsnprintf_s(logBuff, maxLogLength, maxLogLength - 1, formatTemp.c_str(), argList); in Log()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dlog_print.cpp103 static const int maxLogLength = 1024; in Log() local
106 char logBuff[maxLogLength]; in Log()
110 int bytes = vsnprintf_s(logBuff, maxLogLength, maxLogLength - 1, formatTemp.c_str(), argList); in Log()