Searched refs:CheckLocalLogCount (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_cloud_interfaces_relational_remove_device_data_test.cpp | 355 …void CheckLocalLogCount(sqlite3 *&db, const std::vector<std::string> &tableList, const std::vector… in CheckLocalLogCount() function 1071 CheckLocalLogCount(db, { g_tableName1 }, { localCount }); 1106 CheckLocalLogCount(db, { g_tableName1 }, { deleteCount }); 1184 CheckLocalLogCount(db, g_tables, {30, 30}); 1192 CheckLocalLogCount(db, g_tables, {0, 0}); 1236 CheckLocalLogCount(db, g_tables, {40, 40}); 1244 CheckLocalLogCount(db, g_tables, {40, 40}); 1281 CheckLocalLogCount(db, g_tables, {10, 10});
|