Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_storage_executor.h71 … int PutValueSlice(const ValueSliceHash &hashValue, const ValueSlice &sliceValue, bool isAddCount);
171 const ValueSlice &sliceValue, bool isAddCount);
H A Dmulti_ver_kvdata_storage.cpp187 … int PutSlice(IKvDBConnection *kvDBConnection, const Key &key, const Value &value, bool isAddCount) in PutSlice() argument
209 dataCount = isAddCount ? 1 : 0; in PutSlice()
514 int SliceTransaction::PutData(const Key &key, const Value &value, bool isAddCount) in PutData() argument
519 return PutSlice(connect_, key, value, isAddCount); in PutData()
H A Dmulti_ver_kvdata_storage.h32 int PutData(const Key &key, const Value &value, bool isAddCount);
H A Dmulti_ver_storage_executor.cpp264 bool isAddCount) in PutValueSlice() argument
266 return PutValueSliceInner(nullptr, hashValue, sliceValue, isAddCount); in PutValueSlice()
292 const ValueSlice &sliceValue, bool isAddCount) in PutValueSliceInner() argument
296 errCode = sliceTransaction->PutData(hashValue, sliceValue, isAddCount); in PutValueSliceInner()
309 errCode = transaction->PutData(hashValue, sliceValue, isAddCount); in PutValueSliceInner()