Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/service/rdb/
Drdb_service_stub.cpp76 std::vector<std::string> tables; in OnRemoteSetDistributedTables() local
Drdb_syncer.cpp162 int32_t RdbSyncer::SetDistributedTables(const std::vector<std::string> &tables) in SetDistributedTables()
Drdb_service_impl.cpp249 …viceImpl::SetDistributedTables(const RdbSyncerParam &param, const std::vector<std::string> &tables) in SetDistributedTables()
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/syncer/src/
Dsync_state_machine.cpp125 const std::vector<StateSwitchTable> &tables = GetStateSwitchTables(); in SwitchMachineState() local
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_relational_store.cpp344 std::map<std::string, TableInfo> tables = sqliteStorageEngine_->GetSchemaRef().GetTables(); in RemoveDeviceData() local
/foundation/distributeddatamgr/distributeddatamgr/frameworks/innerkitsimpl/rdb/src/
Drdb_service_proxy.cpp234 …iceProxy::SetDistributedTables(const RdbSyncerParam& param, const std::vector<std::string> &tables) in SetDistributedTables()
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_relational_storage_executor.cpp165 int UpgradeFields(sqlite3 *db, const std::vector<std::string> &tables, std::vector<FieldInfo> &fiel… in UpgradeFields()
228 int Upgradeindexes(sqlite3 *db, const std::vector<std::string> &tables, in Upgradeindexes()
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/common/src/relational/
Drelational_schema_object.cpp587 std::vector<JsonObject> tables; in ParseCheckSchemaTableDefine() local
/foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/native_rdb/src/
Drdb_store_impl.cpp687 bool RdbStoreImpl::SetDistributedTables(const std::vector<std::string> &tables) in SetDistributedTables()