Searched refs:InsertLocalSharedTableRecords (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_set_cloud_schema_test.cpp | 127 … void InsertLocalSharedTableRecords(int64_t begin, int64_t count, const std::string &tableName, 237 …void DistributedDBCloudInterfacesSetCloudSchemaTest::InsertLocalSharedTableRecords(int64_t begin, … in InsertLocalSharedTableRecords() function in __anon8f2187a20110::DistributedDBCloudInterfacesSetCloudSchemaTest 1185 InsertLocalSharedTableRecords(0, 10, g_sharedTableName2); 1217 InsertLocalSharedTableRecords(0, 10, g_sharedTableName1); 1254 InsertLocalSharedTableRecords(0, 10, g_sharedTableName1); // 10 is records num 1312 InsertLocalSharedTableRecords(0, 10, g_sharedTableName1); 1350 InsertLocalSharedTableRecords(0, localCount, g_sharedTableName1); 1368 InsertLocalSharedTableRecords(localCount, cloudCount, g_sharedTableName1, true); 1799 InsertLocalSharedTableRecords(0, 10, g_sharedTableName1);
|