Searched refs:NO_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 D | distributeddb_cloud_syncer_download_assets_test.cpp | 48 const string NO_PRIMARY_TABLE = "teacher"; variable 867 InsertLocalData(db, 0, localCount, NO_PRIMARY_TABLE); 868 CallSync({NO_PRIMARY_TABLE}, SYNC_MODE_CLOUD_MERGE, DBStatus::OK); 869 CheckLocaLAssets(NO_PRIMARY_TABLE, "10", {}); 875 UpdateLocalData(db, NO_PRIMARY_TABLE, ASSETS_COPY1); 876 CallSync({NO_PRIMARY_TABLE}, SYNC_MODE_CLOUD_MERGE, DBStatus::OK); 877 CheckLocaLAssets(NO_PRIMARY_TABLE, "10", {}); 948 InsertLocalData(db, 0, localCount, NO_PRIMARY_TABLE); 950 CheckLocaLAssets(NO_PRIMARY_TABLE, "10", {}); 956 UpdateLocalData(db, NO_PRIMARY_TABLE, ASSETS_COPY1); [all …]
|