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 D | rd_log_print.cpp | 68 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 D | log_print.cpp | 59 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 D | log_print.cpp | 103 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()
|