Home
last modified time | relevance | path

Searched refs:COMPOUND_PRIMARY_TABLE (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp50 const string COMPOUND_PRIMARY_TABLE = "worker1"; variable
894 InsertLocalData(db, 0, localCount, COMPOUND_PRIMARY_TABLE);
895 CallSync({COMPOUND_PRIMARY_TABLE}, SYNC_MODE_CLOUD_MERGE, DBStatus::OK);
896 CheckLocaLAssets(COMPOUND_PRIMARY_TABLE, "10", {});
902 UpdateLocalData(db, COMPOUND_PRIMARY_TABLE, ASSETS_COPY1);
903 CallSync({COMPOUND_PRIMARY_TABLE}, SYNC_MODE_CLOUD_MERGE, DBStatus::OK);
904 CheckLocaLAssets(COMPOUND_PRIMARY_TABLE, "10", {});
975 InsertLocalData(db, 0, localCount, COMPOUND_PRIMARY_TABLE);
977 CheckLocaLAssets(COMPOUND_PRIMARY_TABLE, "10", {});
983 UpdateLocalData(db, COMPOUND_PRIMARY_TABLE, ASSETS_COPY1);
[all …]