Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp904 int putGetTimes = performanceData.putGetTimes; local
923 int putGetTimes = performanceData.putGetTimes; local
942 int putGetTimes = performanceData.putGetTimes; local
961 int putGetTimes = performanceData.putGetTimes; local
980 int putGetTimes = performanceData.putGetTimes; local
997 int putGetTimes = performanceData.putGetTimes; local
1037 int putGetTimes = performanceData.putGetTimes; local
1089 int putGetTimes = performanceData.putGetTimes; local
1144 int putGetTimes = performanceData.putGetTimes; local
1197 int putGetTimes = performanceData.putGetTimes; local
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h118 std::vector<DistributedDB::Entry> GenRanKeyVal(int putGetTimes, int keyLength, int valueLength, cha…
127 int putGetTimes; member
142 PerformanceData(int putGetTimes, int keyLength, int valueLength, in PerformanceData()
144 : putGetTimes(putGetTimes), keyLength(keyLength), valueLength(valueLength), in PerformanceData()