Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp31 constexpr uint32_t lengthPerLine = 400; // 400 char per line in DisplaySchemaLineByLine() local
34 uint32_t totalLine = (inSchema.size() + lengthPerLine - 1) / lengthPerLine; in DisplaySchemaLineByLine()
40 std::string lineStr = inSchema.substr(line * lengthPerLine, lengthPerLine); in DisplaySchemaLineByLine()