| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
| D | distributeddb_cloud_syncer_progress_manager_test.cpp | 70 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
|
| D | cloud_syncer_test.h | 62 …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/ |
| D | rdbimpl_fuzzer.cpp | 31 std::vector<std::string> tables; in RdbStoreImplFuzz() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
| D | sync_manager.cpp | 33 …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/ |
| D | list_command_v10.cpp | 98 auto tables = UserFileClientEx::GetSupportTables(); in Start() local
|
| D | recv_command_v10.cpp | 146 auto tables = UserFileClientEx::GetSupportTables(); in Start() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
| D | schema_meta.h | 41 std::vector<Table> tables; member
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
| D | rdb_query.cpp | 56 void RdbQuery::FromTable(const std::vector<std::string> &tables) in FromTable()
|
| D | rdb_service_stub.cpp | 94 std::vector<std::string> tables; in OnRemoteSetDistributedTables() local
|
| D | rdb_general_store.cpp | 354 int32_t RdbGeneralStore::SetDistributedTables(const std::vector<std::string> &tables, int32_t type) in SetDistributedTables()
|
| D | rdb_service_impl.cpp | 221 …viceImpl::SetDistributedTables(const RdbSyncerParam ¶m, const std::vector<std::string> &tables, in SetDistributedTables()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
| D | sqlite_relational_store.cpp | 469 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/ |
| D | distributed_test_agent.cpp | 118 std::vector<std::string> tables = {"test"}; in OnProcessMsg() local
|
| D | distributed_test.cpp | 152 std::vector<std::string> tables = {"test"}; variable
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| D | abs_rdb_predicates.cpp | 37 AbsRdbPredicates::AbsRdbPredicates(const std::vector<std::string> &tables) in AbsRdbPredicates()
|
| D | rdb_service_proxy.cpp | 207 …iceProxy::SetDistributedTables(const RdbSyncerParam& param, const std::vector<std::string> &tables, in SetDistributedTables()
|
| D | rdb_store_impl.cpp | 1316 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/ |
| D | cloud_store_types.h | 89 std::vector<TableSchema> tables; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/ |
| D | sync_state_machine.cpp | 132 const std::vector<StateSwitchTable> &tables = GetStateSwitchTables(); in SwitchMachineState() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
| D | storage_proxy.cpp | 258 int StorageProxy::CheckSchema(std::vector<std::string> &tables) in CheckSchema()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
| D | relational_schema_object.cpp | 303 std::vector<JsonObject> tables; in ParseCheckSchemaTableDefine() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| D | sqlite_single_ver_relational_storage_executor.cpp | 305 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/ |
| D | rdb_predicates_test.cpp | 600 std::vector<std::string> tables({"AllDataType", "person"}); variable
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
| D | cloud_syncer.cpp | 59 const std::vector<std::string> &tables, const SyncProcessCallback &callback, int64_t waitTime) in Sync()
|