Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributed_crud_transaction_tools.cpp167 return DBStatus::OK == delegate.PutBatch(entriesBatch_); in Action1()
183 entriesBatch_[0].value = GetValueWithInt(SMALL_VALUE_SIZE); in Action2()
184 return DBStatus::OK == delegate.Put(entriesBatch_[0].key, entriesBatch_[0].value); in Action2()
186 return DBStatus::OK == delegate.Delete(entriesBatch_[0].key) || in Action2()
191 return DBStatus::OK == delegate.PutBatch(entriesBatch_); in Action2()
233 GenerateRecords(this->presetCount_, DEFAULT_START, allKeys_, entriesBatch_); in testCrudTransaction()
235 entriesBatch_[i].value = GetValueWithInt(this->presetValue_); in testCrudTransaction()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/include/
H A Ddistributed_crud_transaction_tools.h57 std::vector<DistributedDB::Entry> entriesBatch_; variable