Home
last modified time | relevance | path

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

12

/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.h73 …void SetCurrentCloudTaskInfos(std::vector<std::string> tables, const SyncProcessCallback &onProces… in SetCurrentCloudTaskInfos()
84 … 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/framework/include/cloud/
Dcloud_extra_data.h31 std::vector<std::string> tables; variable
Dschema_meta.h42 std::vector<Table> tables; member
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_distributed_test.cpp210 std::vector<std::string> tables; variable
245 std::vector<std::string> tables; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
Dtypes.rs121 pub(crate) tables: HashMap<String, Table>, field
126 let mut tables = HashMap::new(); in from() localVariable
141 let mut tables = vec![]; in try_from() localVariable
175 pub fn tables(&self) -> &HashMap<String, Table> { in tables() method
Dasset_loader.rs25 tables: &'a HashMap<String, Table>, field
/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.cpp145 auto tables = UserFileClientEx::GetSupportTables(); in Start() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
Dsync_manager.cpp35 …fo::SyncInfo(int32_t user, const std::string &bundleName, const Store &store, const Tables &tables) in SyncInfo()
53 …er::SyncInfo::SyncInfo(int32_t user, const std::string &bundleName, const MutliStoreTables &tables) in SyncInfo()
91 …_ptr<GenQuery> SyncManager::SyncInfo::GenerateQuery(const std::string &store, const Tables &tables) in GenerateQuery()
98 explicit SyncQuery(const std::vector<std::string> &tables) : tables_(tables) in GenerateQuery()
/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.cpp153 std::vector<std::string> tables = {"test"}; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_relational_store.cpp482 TableInfoMap tables = localSchema.GetTables(); in CleanCloudData() local
569 TableInfoMap tables = sqliteStorageEngine_->GetSchema().GetTables(); // TableInfoMap in RemoveDeviceData() local
879 TableInfoMap tables = sqliteStorageEngine_->GetSchema().GetTables(); // TableInfoMap in RemoveDeviceDataInner() local
924 TableInfoMap tables = sqliteStorageEngine_->GetSchema().GetTables(); // TableInfoMap in GetAllDistributedTableName() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
Dcloud_server_impl.cpp185 OhCloudExtHashMap *tables = nullptr; in GetDatabases() local
190 auto pTables = std::shared_ptr<OhCloudExtHashMap>(tables, [](auto *tables) { in GetDatabases()
198 void CloudServerImpl::GetTables(std::shared_ptr<OhCloudExtHashMap> tables, DBMeta &dbMeta) in GetTables()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dabs_rdb_predicates.cpp37 AbsRdbPredicates::AbsRdbPredicates(const std::vector<std::string> &tables) in AbsRdbPredicates()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_service_stub.cpp95 std::vector<std::string> tables; in OnRemoteSetDistributedTables() local
Drdb_general_store.cpp454 auto tables = rdbQuery->GetTables(); in PreSharing() local
667 int32_t RdbGeneralStore::SetDistributedTables(const std::vector<std::string> &tables, int32_t type, in SetDistributedTables()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
Dsync_state_machine.cpp132 const std::vector<StateSwitchTable> &tables = GetStateSwitchTables(); in SwitchMachineState() local
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
Drelational_store.cpp389 int OH_Rdb_SetDistributedTables(OH_Rdb_Store *store, const char *tables[], uint32_t count, Rdb_Dist… in OH_Rdb_SetDistributedTables()
600 int OH_Rdb_CloudSync(OH_Rdb_Store *store, Rdb_SyncMode mode, const char *tables[], uint32_t count, in OH_Rdb_CloudSync()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
Dcloud_store_types.h112 std::vector<TableSchema> tables; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
Drelational_schema_object.cpp407 std::vector<JsonObject> tables; in ParseTrackerSchema() local
615 std::vector<JsonObject> tables; in ParseCheckSchemaTableDefine() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
Dcloud_extension_stub.js239 tables: [] property
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dstorage_proxy.cpp287 int StorageProxy::CheckSchema(std::vector<std::string> &tables) in CheckSchema()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_able_storage.cpp1802 std::vector<TableSchema> tables; in GetCompensatedSyncQuery() local
1820 int RelationalSyncAbleStorage::GetCloudTableWithoutShared(std::vector<TableSchema> &tables) in GetCloudTableWithoutShared()
1842 const std::vector<TableSchema> &tables, std::vector<QuerySyncObject> &syncQuery) in GetCompensatedSyncQueryInner()

12