| /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 | 73 …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/ |
| D | rdbimpl_fuzzer.cpp | 31 std::vector<std::string> tables; in RdbStoreImplFuzz() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
| D | cloud_extra_data.h | 31 std::vector<std::string> tables; variable
|
| D | schema_meta.h | 42 std::vector<Table> tables; member
|
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| D | rdb_distributed_test.cpp | 210 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/ |
| D | types.rs | 121 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
|
| D | asset_loader.rs | 25 tables: &'a HashMap<String, Table>, field
|
| /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 | 145 auto tables = UserFileClientEx::GetSupportTables(); in Start() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
| D | sync_manager.cpp | 35 …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/ |
| D | distributed_test_agent.cpp | 118 std::vector<std::string> tables = {"test"}; in OnProcessMsg() local
|
| D | distributed_test.cpp | 153 std::vector<std::string> tables = {"test"}; variable
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
| D | sqlite_relational_store.cpp | 482 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/ |
| D | cloud_server_impl.cpp | 185 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/ |
| D | abs_rdb_predicates.cpp | 37 AbsRdbPredicates::AbsRdbPredicates(const std::vector<std::string> &tables) in AbsRdbPredicates()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
| D | rdb_service_stub.cpp | 95 std::vector<std::string> tables; in OnRemoteSetDistributedTables() local
|
| D | rdb_general_store.cpp | 454 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/ |
| D | sync_state_machine.cpp | 132 const std::vector<StateSwitchTable> &tables = GetStateSwitchTables(); in SwitchMachineState() local
|
| /foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
| D | relational_store.cpp | 389 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/ |
| D | cloud_store_types.h | 112 std::vector<TableSchema> tables; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
| D | relational_schema_object.cpp | 407 std::vector<JsonObject> tables; in ParseTrackerSchema() local 615 std::vector<JsonObject> tables; in ParseCheckSchemaTableDefine() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
| D | cloud_extension_stub.js | 239 tables: [] property
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
| D | storage_proxy.cpp | 287 int StorageProxy::CheckSchema(std::vector<std::string> &tables) in CheckSchema()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
| D | relational_sync_able_storage.cpp | 1802 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()
|