Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_transaction_perf_test.cpp106 EXPECT_TRUE(DistributedTestTools::CalculateOpenPerformance(performance));
118 EXPECT_TRUE(DistributedTestTools::CalculateOpenPerformance(performance));
153 EXPECT_TRUE(DistributedTestTools::CalculateOpenPerformance(performance));
165 EXPECT_TRUE(DistributedTestTools::CalculateOpenPerformance(performance));
200 EXPECT_TRUE(DistributedTestTools::CalculateOpenPerformance(performance));
212 EXPECT_TRUE(DistributedTestTools::CalculateOpenPerformance(performance));
244 EXPECT_TRUE(DistributedTestTools::CalculateOpenPerformance(performance));
255 EXPECT_TRUE(DistributedTestTools::CalculateOpenPerformance(performance));
283 EXPECT_TRUE(DistributedTestTools::CalculateOpenPerformance(performance));
294 EXPECT_TRUE(DistributedTestTools::CalculateOpenPerformance(performance));
[all …]
H A Ddistributeddb_kv_crud_test.cpp698 EXPECT_TRUE(DistributedTestTools::CalculateOpenPerformance(performanceData[ps]));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h397 static bool CalculateOpenPerformance(PerformanceData &performanceData);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp995 bool DistributedTestTools::CalculateOpenPerformance(PerformanceData &performanceData) function in DistributedTestTools