Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelational_db_sync_interface.h36 virtual std::vector<QuerySyncObject> GetTablesQuery() = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.h53 std::vector<QuerySyncObject> GetTablesQuery() override;
H A Dvirtual_relational_ver_sync_db_interface.cpp175 std::vector<QuerySyncObject> VirtualRelationalVerSyncDBInterface::GetTablesQuery() in GetTablesQuery() function in DistributedDB::VirtualRelationalVerSyncDBInterface
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_relational_syncer.cpp48 tablesQuery = syncInterface->GetTablesQuery(); in PrepareSync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h100 std::vector<QuerySyncObject> GetTablesQuery() override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp631 std::vector<QuerySyncObject> RelationalSyncAbleStorage::GetTablesQuery() in GetTablesQuery() function in DistributedDB::RelationalSyncAbleStorage