Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_utils.cpp46 auto lengthCheck = [] (uint32_t length, const std::string &errMsg) { in CheckValue() local
56 return lengthCheck(val.length(), "the value string length should shorter than 16 * 1024 * 1024."); in CheckValue()
61 return lengthCheck(obj.valueStr.length(), "the length of the object converted to JSON should be less than 16 *" in CheckValue()

Completed in 1 milliseconds