Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dtypes_export.cpp67 size_t filledSize = std::min(size_, MAX_PASSWORD_SIZE); in SetValue() local
68 if (inputSize < filledSize) { in SetValue()
69 std::fill(data_ + inputSize, data_ + filledSize, UCHAR_MAX); in SetValue()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp83 size_t filledSize = std::min(size_, MAX_PASSWORD_SIZE); in SetValue() local
84 if (inputSize < filledSize) { in SetValue()
85 std::fill(data_ + inputSize, data_ + filledSize, UCHAR_MAX); in SetValue()