Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_reference_sync_test.cpp438 Query query = Query::Select().FromTable(tableNames);
464 Query query = Query::Select().FromTable(tableNames);
490 Query query = Query::Select().FromTable(tableNames);
494 query = Query::Select().FromTable(tableNames);
498 query = Query::Select().FromTable(tableNames);
502 query = Query::Select().FromTable(tableNames);
754 query = Query::Select().FromTable(tableNames);
758 query = Query::Select().FromTable(tableNames);
762 query = Query::Select().FromTable(tableNames);
810 query = Query::Select().FromTable(tableNames);
[all …]
H A Ddistributeddb_cloud_check_sync_test.cpp558 Query query = Query::Select().FromTable({ tableName_ }); in InitLogicDeleteDataEnv()
609 Query query = Query::Select().FromTable({ tableName_ });
637 Query query = Query::Select().FromTable({ tableName_ });
666 Query query = Query::Select().FromTable({ tableName_ });
692 Query query = Query::Select().FromTable({ tableName_ });
800 Query query = Query::Select().FromTable({tableName_});
1090 query = Query::Select().FromTable({ tableName_ });
1524 Query query = Query::Select().FromTable({tableName_});
1749 query = Query::Select().FromTable({"tableName"});
2359 Query query = Query::Select().FromTable({ table });
[all …]
H A Ddistributeddb_cloud_assets_operation_sync_test.cpp362 Query query = Query::Select().FromTable({ tableName_ });
381 Query query = Query::Select().FromTable({ tableName_ });
418 Query query = Query::Select().FromTable({ tableName_ });
453 Query query = Query::Select().FromTable({ tableName_ });
546 Query query = Query::Select().FromTable({ tableName_ });
581 Query query = Query::Select().FromTable({ tableName_ });
622 Query query = Query::Select().FromTable({ tableName_ });
701 Query query = Query::Select().FromTable({ tableName_ });
716 Query query = Query::Select().FromTable({ tableName_ });
749 Query query = Query::Select().FromTable({ tableName_ });
[all …]
H A Ddistributeddb_cloud_task_merge_test.cpp273 Query normalQuery1 = Query::Select().FromTable({ tableNameA_ });
294 Query normalQuery2 = Query::Select().FromTable({ tableNameB_ });
301 Query normalQuery3 = Query::Select().FromTable({ tableNameC_, tableNameD_ });
305 Query normalQuery4 = Query::Select().FromTable({ tableNameB_, tableNameC_, tableNameD_ });
330 Query normalQuery1 = Query::Select().FromTable({ tableNameA_ });
412 Query normalQuery1 = Query::Select().FromTable({ tableNameA_ });
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp1179 Query query = Query::Select().FromTable(g_tables);
1209 Query query = Query::Select().FromTable(g_tables);
1236 Query query = Query::Select().FromTable(g_tables);
1421 Query query = Query::Select().FromTable(g_tables);
1551 Query query = Query::Select().FromTable(g_tables);
1810 Query query = Query::Select().FromTable(g_tables);
1932 Query query = Query::Select().FromTable(g_tables);
1979 Query query = Query::Select().FromTable(g_tables);
2029 Query query = Query::Select().FromTable(g_tables);
2115 Query query = Query::Select().FromTable(g_tables);
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_set_cloud_schema_test.cpp1186 Query query = Query::Select().FromTable({ g_sharedTableName2 });
1221 Query query = Query::Select().FromTable({ g_sharedTableName1 });
1229 query = Query::Select().FromTable({ g_sharedTableName1 });
1255 Query query = Query::Select().FromTable({ g_sharedTableName1 });
1322 Query query = Query::Select().FromTable({ g_sharedTableName5 });
1351 Query query = Query::Select().FromTable({ g_sharedTableName1 });
1625 Query query = Query::Select().FromTable(tables);
1745 Query query = Query::Select().FromTable(tables);
1800 Query query = Query::Select().FromTable({ g_sharedTableName1 });
1843 Query query = Query::Select().FromTable(tables);
[all …]
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp603 Query query = Query::Select().FromTable(g_tables); in SetUp()
640 Query query = Query::Select().FromTable(g_tables);
673 Query query = Query::Select().FromTable(g_tables);
708 Query query = Query::Select().FromTable(g_tables);
778 Query query = Query::Select().FromTable(g_tables);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_lock_test.cpp354 …CloudSyncOption option = PrepareOption(Query::Select().FromTable({ ASSETS_TABLE_NAME }), LockActio… in TestConflictSync001()
470 …CloudSyncOption option = PrepareOption(Query::Select().FromTable({ ASSETS_TABLE_NAME }), LockActio…
502 …CloudSyncOption option = PrepareOption(Query::Select().FromTable({ ASSETS_TABLE_NAME }), LockActio…
562 …CloudSyncOption option = PrepareOption(Query::Select().FromTable({ ASSETS_TABLE_NAME }), LockActio…
697 …CloudSyncOption option = PrepareOption(Query::Select().FromTable({ ASSETS_TABLE_NAME }), LockActio…
744 …CloudSyncOption option = PrepareOption(Query::Select().FromTable({ ASSETS_TABLE_NAME }), LockActio…
799 …CloudSyncOption option = PrepareOption(Query::Select().FromTable({ ASSETS_TABLE_NAME }), LockActio…
H A Dcloud_db_sync_utils_test.cpp64 Query query = Query::Select().FromTable(g_tables); in InitSyncUtils()
251 Query query = Query::Select().FromTable(tableNames); in callSync()
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp306 Query query = Query::Select().FromTable(tableNames); in CallSync()
2276 Query query = Query::Select().FromTable({ ASSETS_TABLE_NAME });
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_query.cpp57 query_.FromTable(predicates.tables_); in MakeQuery()
80 query_.FromTable(predicates.tables_); in MakeCloudQuery()
H A Drdb_general_store.cpp525 dbQuery.FromTable(GetIntersection(query.GetTables(), GetTables())); in Sync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery.cpp34 Query &Query::FromTable(const std::vector<std::string> &tableNames) in FromTable() function in DistributedDB::Query
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery.h36 DB_API Query &FromTable(const std::vector<std::string> &tableNames);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/cloudsync_fuzzer/
H A Dcloudsync_fuzzer.cpp392 Query query = Query::Select().FromTable({ g_table }); in BlockSync()
410 Query query = Query::Select().FromTable({ g_table }); in OptionBlockSync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_multi_sub_user_test.cpp677 …CloudSyncOption option = PrepareOption(Query::Select().FromTable({ ASSETS_TABLE_NAME }), LockActio…
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp2761 Query query = Query::Select().FromTable({ g_tableName });