Searched refs:UpdateUserTableRecord (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_reference_sync_test.cpp | 50 void UpdateUserTableRecord(const std::string &tableName, int64_t begin, int64_t count); 241 void DistributedDBCloudReferenceSyncTest::UpdateUserTableRecord(const std::string &tableName, int64… in UpdateUserTableRecord() function in __anon789e90cf0110::DistributedDBCloudReferenceSyncTest 531 UpdateUserTableRecord(sharedParentTableName_, 0, num); 532 UpdateUserTableRecord(sharedChildTableName_, 0, num); 580 UpdateUserTableRecord(sharedParentTableName_, 0, 1); 581 UpdateUserTableRecord(sharedChildTableName_, 0, 1);
|
H A D | distributeddb_cloud_interfaces_relational_sync_test.cpp | 183 void UpdateUserTableRecord(sqlite3 *&db, int64_t begin, int64_t count) in UpdateUserTableRecord() function 1247 UpdateUserTableRecord(db, 5, updateCount); // 5 is start id to be updated 1709 UpdateUserTableRecord(db, 0, localCount);
|
/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 | 248 void UpdateUserTableRecord(sqlite3 *&db, int64_t begin, int64_t count) in UpdateUserTableRecord() function 1174 UpdateUserTableRecord(db, 5, 10); 1226 UpdateUserTableRecord(db, 5, 10);
|