Home
last modified time | relevance | path

Searched refs:CalculateUseClearPerformance (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.cpp111 EXPECT_TRUE(DistributedTestTools::CalculateUseClearPerformance(performance));
123 EXPECT_TRUE(DistributedTestTools::CalculateUseClearPerformance(performance));
158 EXPECT_TRUE(DistributedTestTools::CalculateUseClearPerformance(performance));
170 EXPECT_TRUE(DistributedTestTools::CalculateUseClearPerformance(performance));
205 EXPECT_TRUE(DistributedTestTools::CalculateUseClearPerformance(performance));
217 EXPECT_TRUE(DistributedTestTools::CalculateUseClearPerformance(performance));
249 EXPECT_TRUE(DistributedTestTools::CalculateUseClearPerformance(performance));
260 EXPECT_TRUE(DistributedTestTools::CalculateUseClearPerformance(performance));
288 EXPECT_TRUE(DistributedTestTools::CalculateUseClearPerformance(performance));
299 EXPECT_TRUE(DistributedTestTools::CalculateUseClearPerformance(performance));
[all …]
H A Ddistributeddb_kv_crud_test.cpp703 EXPECT_TRUE(DistributedTestTools::CalculateUseClearPerformance(performanceData[ps]));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h402 static bool CalculateUseClearPerformance(PerformanceData &performanceData);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp1244 bool DistributedTestTools::CalculateUseClearPerformance(PerformanceData &performanceData) function in DistributedTestTools