Home
last modified time | relevance | path

Searched refs:CalculateGetUpdatePerformance (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.cpp110 EXPECT_TRUE(DistributedTestTools::CalculateGetUpdatePerformance(performance));
122 EXPECT_TRUE(DistributedTestTools::CalculateGetUpdatePerformance(performance));
157 EXPECT_TRUE(DistributedTestTools::CalculateGetUpdatePerformance(performance));
169 EXPECT_TRUE(DistributedTestTools::CalculateGetUpdatePerformance(performance));
204 EXPECT_TRUE(DistributedTestTools::CalculateGetUpdatePerformance(performance));
216 EXPECT_TRUE(DistributedTestTools::CalculateGetUpdatePerformance(performance));
248 EXPECT_TRUE(DistributedTestTools::CalculateGetUpdatePerformance(performance));
259 EXPECT_TRUE(DistributedTestTools::CalculateGetUpdatePerformance(performance));
287 EXPECT_TRUE(DistributedTestTools::CalculateGetUpdatePerformance(performance));
298 EXPECT_TRUE(DistributedTestTools::CalculateGetUpdatePerformance(performance));
[all …]
H A Ddistributeddb_kv_crud_test.cpp702 EXPECT_TRUE(DistributedTestTools::CalculateGetUpdatePerformance(performanceData[ps]));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h401 static bool CalculateGetUpdatePerformance(PerformanceData &performanceData);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp1195 bool DistributedTestTools::CalculateGetUpdatePerformance(PerformanceData &performanceData) function in DistributedTestTools