Home
last modified time | relevance | path

Searched refs:CalculateTransactionPerformance (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_transaction_perf_test.cpp100 EXPECT_TRUE(DistributedTestTools::CalculateTransactionPerformance(performance));
147 EXPECT_TRUE(DistributedTestTools::CalculateTransactionPerformance(performance));
194 EXPECT_TRUE(DistributedTestTools::CalculateTransactionPerformance(performance));
239 EXPECT_TRUE(DistributedTestTools::CalculateTransactionPerformance(performance));
278 EXPECT_TRUE(DistributedTestTools::CalculateTransactionPerformance(performance));
317 EXPECT_TRUE(DistributedTestTools::CalculateTransactionPerformance(performance));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h403 static bool CalculateTransactionPerformance(PerformanceData &performanceData);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp1765 bool DistributedTestTools::CalculateTransactionPerformance(PerformanceData &performanceData) function in DistributedTestTools