Home
last modified time | relevance | path

Searched refs:MAX_DATA_NUM (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_cursor_test.cpp32 static constexpr int MAX_DATA_NUM = 100; member
42 return MAX_DATA_NUM;
67 return MAX_DATA_NUM;
225 EXPECT_EQ(count, MAX_DATA_NUM); in HWTEST_F()
306 dbColumnType = static_cast<DistributedDB::ResultSet::ColumnType>(MAX_DATA_NUM); in HWTEST_F()
H A Dcache_cursor_test.cpp31 static constexpr int MAX_DATA_NUM = 100; member
60 for (int i = 0; i < MAX_DATA_NUM; i++) { in SetUpTestCase()
104 EXPECT_EQ(count, MAX_DATA_NUM); in HWTEST_F()

Completed in 2 milliseconds