Home
last modified time | relevance | path

Searched defs:tables (Results 1 – 24 of 24) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
Ddistributeddb_cloud_syncer_progress_manager_test.cpp70 std::vector<std::string> tables = {"TestTableA", "TestTableB" }; variable
131 std::vector<std::string> tables = {"TestTableA", "TestTableB" }; variable
188 std::vector<std::string> tables = {"TestTableA", "TestTableB" }; variable
236 std::vector<std::string> tables = {"TestTableA", "TestTableB" }; variable
279 std::vector<std::string> tables = {"TestTableA", "TestTableB" }; variable
Dcloud_syncer_test.h62 …void SetCurrentCloudTaskInfos(std::vector<std::string> tables, const SyncProcessCallback &onProces… in SetCurrentCloudTaskInfos()
73 … int CreateCloudTaskInfoAndCallTryToAddSync(SyncMode mode, const std::vector<std::string> &tables, in CreateCloudTaskInfoAndCallTryToAddSync()
/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/rdbimpl_fuzzer/
Drdbimpl_fuzzer.cpp31 std::vector<std::string> tables; in RdbStoreImplFuzz() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
Dsync_manager.cpp33 …fo::SyncInfo(int32_t user, const std::string &bundleName, const Store &store, const Tables &tables) in SyncInfo()
51 …er::SyncInfo::SyncInfo(int32_t user, const std::string &bundleName, const MutliStoreTables &tables) in SyncInfo()
89 …_ptr<GenQuery> SyncManager::SyncInfo::GenerateQuery(const std::string &store, const Tables &tables) in GenerateQuery()
96 explicit SyncQuery(const std::vector<std::string> &tables) : tables_(tables) in GenerateQuery()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/command/
Dlist_command_v10.cpp98 auto tables = UserFileClientEx::GetSupportTables(); in Start() local
Drecv_command_v10.cpp146 auto tables = UserFileClientEx::GetSupportTables(); in Start() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
Dschema_meta.h41 std::vector<Table> tables; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_query.cpp56 void RdbQuery::FromTable(const std::vector<std::string> &tables) in FromTable()
Drdb_service_stub.cpp94 std::vector<std::string> tables; in OnRemoteSetDistributedTables() local
Drdb_general_store.cpp354 int32_t RdbGeneralStore::SetDistributedTables(const std::vector<std::string> &tables, int32_t type) in SetDistributedTables()
Drdb_service_impl.cpp221 …viceImpl::SetDistributedTables(const RdbSyncerParam &param, const std::vector<std::string> &tables, in SetDistributedTables()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_relational_store.cpp469 TableInfoMap tables = localSchema.GetTables(); in CleanCloudData() local
551 TableInfoMap tables = sqliteStorageEngine_->GetSchema().GetTables(); // TableInfoMap in RemoveDeviceData() local
851 TableInfoMap tables = sqliteStorageEngine_->GetSchema().GetTables(); // TableInfoMap in RemoveDeviceDataInner() local
897 TableInfoMap tables = sqliteStorageEngine_->GetSchema().GetTables(); // TableInfoMap in GetAllDistributedTableName() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/
Ddistributed_test_agent.cpp118 std::vector<std::string> tables = {"test"}; in OnProcessMsg() local
Ddistributed_test.cpp152 std::vector<std::string> tables = {"test"}; variable
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dabs_rdb_predicates.cpp37 AbsRdbPredicates::AbsRdbPredicates(const std::vector<std::string> &tables) in AbsRdbPredicates()
Drdb_service_proxy.cpp207 …iceProxy::SetDistributedTables(const RdbSyncerParam& param, const std::vector<std::string> &tables, in SetDistributedTables()
Drdb_store_impl.cpp1316 int RdbStoreImpl::SetDistributedTables(const std::vector<std::string> &tables, int32_t type, in SetDistributedTables()
1395 int RdbStoreImpl::Sync(const SyncOption &option, const std::vector<std::string> &tables, in Sync()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
Dcloud_store_types.h89 std::vector<TableSchema> tables; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
Dsync_state_machine.cpp132 const std::vector<StateSwitchTable> &tables = GetStateSwitchTables(); in SwitchMachineState() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dstorage_proxy.cpp258 int StorageProxy::CheckSchema(std::vector<std::string> &tables) in CheckSchema()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
Drelational_schema_object.cpp303 std::vector<JsonObject> tables; in ParseCheckSchemaTableDefine() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_relational_storage_executor.cpp305 int UpgradeFields(sqlite3 *db, const std::vector<std::string> &tables, std::vector<FieldInfo> &fiel… in UpgradeFields()
369 int UpgradeIndexes(sqlite3 *db, const std::vector<std::string> &tables, const IndexInfoMap &indexes) in UpgradeIndexes()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_predicates_test.cpp600 std::vector<std::string> tables({"AllDataType", "person"}); variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
Dcloud_syncer.cpp59 const std::vector<std::string> &tables, const SyncProcessCallback &callback, int64_t waitTime) in Sync()