Home
last modified time | relevance | path

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 Ddistributeddb_cloud_reference_sync_test.cpp50 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 Ddistributeddb_cloud_interfaces_relational_sync_test.cpp183 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 Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp248 void UpdateUserTableRecord(sqlite3 *&db, int64_t begin, int64_t count) in UpdateUserTableRecord() function
1174 UpdateUserTableRecord(db, 5, 10);
1226 UpdateUserTableRecord(db, 5, 10);