Home
last modified time | relevance | path

Searched refs:allKeys_ (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.cpp169 return DBStatus::OK == delegate.DeleteBatch(allKeys_) || in Action1()
170 DBStatus::NOT_FOUND == delegate.DeleteBatch(allKeys_); in Action1()
187 DBStatus::NOT_FOUND == delegate.DeleteBatch(allKeys_); in Action2()
233 GenerateRecords(this->presetCount_, DEFAULT_START, allKeys_, entriesBatch_); in testCrudTransaction()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/include/
H A Ddistributed_crud_transaction_tools.h58 std::vector<DistributedDB::Key> allKeys_; variable