Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 220) sorted by relevance

123456789

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_set_cloud_schema_test.cpp429 dataBaseSchema.tables.clear();
448 dataBaseSchema.tables.clear();
496 dataBaseSchema.tables.clear();
515 dataBaseSchema.tables.clear();
526 dataBaseSchema.tables.clear();
568 dataBaseSchema.tables.clear();
612 dataBaseSchema.tables.clear();
627 dataBaseSchema.tables.clear();
642 dataBaseSchema.tables.clear();
653 dataBaseSchema.tables.clear();
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dtypes.rs121 pub(crate) tables: HashMap<String, Table>,
126 let mut tables = HashMap::new(); in from() localVariable
127 for t in &value.tables.0 { in from()
133 tables, in from()
141 let mut tables = vec![]; in try_from() localVariable
142 for table in value.tables.values() { in try_from()
143 tables.push(table.try_into()?); in try_from()
149 tables: ipc_conn::SchemaOrderTables(tables), in try_from()
160 tables, in new()
175 pub fn tables(&self) -> &HashMap<String, Table> { in tables() method
[all …]
H A Dasset_loader.rs25 tables: &'a HashMap<String, Table>, field
38 tables: &db.tables, in new()
122 match self.tables.get(table_name) { in get_table_alias()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_progress_manager_test.cpp70 std::vector<std::string> tables = {"TestTableA", "TestTableB" }; variable
90 int errCode = cloudSyncer.Sync(devices, SYNC_MODE_CLOUD_FORCE_PUSH, tables, [&res](
101 errCode = cloudSyncer2.Sync(devices, SYNC_MODE_CLOUD_FORCE_PULL, tables, [&res](
131 std::vector<std::string> tables = {"TestTableA", "TestTableB" }; variable
147 int errCode = cloudSyncer3.Sync(devices, SYNC_MODE_CLOUD_MERGE, tables, [&res](
158 errCode = cloudSyncer4.Sync(devices, SYNC_MODE_PULL_ONLY, tables, [&res](
188 std::vector<std::string> tables = {"TestTableA", "TestTableB" }; variable
206 int errCode = cloudSyncer5.Sync(devices, SYNC_MODE_CLOUD_MERGE, tables, [&res](
236 std::vector<std::string> tables = {"TestTableA", "TestTableB" }; variable
279 std::vector<std::string> tables = {"TestTableA", "TestTableB" }; variable
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dschema_meta.cpp41 tableNames.reserve(tables.size()); in GetTableNames()
42 for (auto &table : tables) { in GetTableNames()
55 SetValue(node[GET_NAME(tables)], tables); in Marshal()
63 GetValue(node, GET_NAME(tables), tables); in Unmarshal()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp153 for (TableSchema &table : cloudSchema.tables) { in SetCloudDbSchema()
180 for (const auto &tableSchema : cloudSchema.tables) { in SetCloudDbSchema()
191 cloudSharedSchema.tables.push_back(sharedTableSchema); in SetCloudDbSchema()
193 for (const auto &sharedTableSchema : cloudSharedSchema.tables) { in SetCloudDbSchema()
194 cloudSchema.tables.push_back(sharedTableSchema); in SetCloudDbSchema()
209 for (const TableSchema &tableSchema : cloudSchema_->tables) { in GetCloudTableSchema()
226 for (const auto &tableSchema : (*cloudSchema_).tables) { in IsSharedTable()
243 for (const auto &item : cloudSchema_->tables) { in GetSharedTableOriginNames()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_distributed_test.cpp212 std::vector<std::string> tables; variable
216 errCode = rdbStore->SetDistributedTables(tables, 1, distributedConfig);
220 tables.push_back("employee");
221 errCode = rdbStore->SetDistributedTables(tables, 1, distributedConfig);
231 errCode = store->SetDistributedTables(tables, 1, distributedConfig);
247 std::vector<std::string> tables; variable
253 errCode = rdbStore->Sync(option, tables, OHOS::DistributedRdb::AsyncDetail());
268 errCode = store->Sync(option, tables, nullptr);
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/rdbimpl_fuzzer/
H A Drdbimpl_fuzzer.cpp31 std::vector<std::string> tables; in RdbStoreImplFuzz() local
32 tables.push_back(rawString); in RdbStoreImplFuzz()
33 rdbStoreImpl.SetDistributedTables(tables, size & 0x1, { size & 0x1 }); in RdbStoreImplFuzz()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.9.3/
H A Dchangelogs-distributeddatamgr.md114 setDistributedTables(tables: Array<string>, type: number, config: DistributedConfig, callback: Asyn…
115 setDistributedTables(tables: Array<string>, type?: number, config?: DistributedConfig): Promise<voi…
121 setDistributedTables(tables: Array<string>, type: DistributedType, config: DistributedConfig, callb…
122 setDistributedTables(tables: Array<string>, type?: DistributedType, config?: DistributedConfig): Pr…
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp325 std::vector<std::string> tables; in OnChange() local
327 tables.emplace_back(table); in OnChange()
329 PostDataChange(meta_, tables); in OnChange()
348 std::vector<std::string> tables; in OnChange() local
350 tables.emplace_back(table); in OnChange()
352 PostDataChange(meta_, tables); in OnChange()
369 …oCache::Delegate::PostDataChange(const StoreMetaData &meta, const std::vector<std::string> &tables) in PostDataChange() argument
376 info.tables = tables; in PostDataChange()
/ohos5.0/foundation/multimedia/av_session/services/session/
H A DBUILD.gn98 "-fno-asynchronous-unwind-tables",
99 "-fno-unwind-tables",
243 "-fno-asynchronous-unwind-tables",
244 "-fno-unwind-tables",
339 "-fno-asynchronous-unwind-tables",
340 "-fno-unwind-tables",
425 "-fno-asynchronous-unwind-tables",
426 "-fno-unwind-tables",
560 "-fno-asynchronous-unwind-tables",
561 "-fno-unwind-tables",
/ohos5.0/foundation/arkui/ui_appearance/services/
H A DBUILD.gn49 "-fno-asynchronous-unwind-tables",
50 "-fno-unwind-tables",
105 "-fno-asynchronous-unwind-tables",
106 "-fno-unwind-tables",
/ohos5.0/build/config/components/musl/
H A DBUILD.gn66 "-fno-unwind-tables",
67 "-fno-asynchronous-unwind-tables",
71 "-funwind-tables",
72 "-fasynchronous-unwind-tables",
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.cpp77 …auto it = std::find_if(schema_[user_].tables.begin(), schema_[user_].tables.end(), [&](const auto … in GetCloudTableSchema()
80 if (it != schema_[user_].tables.end()) { in GetCloudTableSchema()
493 std::vector<TableSchema> tables = it->second.tables; in CheckSchema() local
494 if (tables.size() != 1) { in CheckSchema()
495 LOGE("[SqliteCloudKvStore] invalid tables num: %zu", tables.size()); in CheckSchema()
498 TableSchema actualTable = tables[0]; in CheckSchema()
586 if (cloudSchema->tables.empty()) { in GetCompensatedSyncQuery()
595 for (const auto &table: cloudSchema->tables) { in GetCompensatedSyncQuery()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp73 schema.tables.resize(database.tables.size()); in GetDBSchema()
75 const Table &table = database.tables[i]; in GetDBSchema()
76 DBTable &dbTable = schema.tables[i]; in GetDBSchema()
575 auto tables = rdbQuery->GetTables(); in PreSharing() local
721 for (auto &table : tables) { in GetDBBriefCB()
820 for (const auto &table : tables) { in SetDistributedTables()
966 std::set<std::string> tables; in GetTables() local
970 return tables; in GetTables()
974 return tables; in GetTables()
984 return tables; in GetTables()
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.3/
H A Dchangelogs-distributeddatamgr.md114 setDistributedTables(tables: Array<string>, type: number, config: DistributedConfig, callback: Asyn…
115 setDistributedTables(tables: Array<string>, type?: number, config?: DistributedConfig): Promise<voi…
121 setDistributedTables(tables: Array<string>, type: DistributedType, config: DistributedConfig, callb…
122 setDistributedTables(tables: Array<string>, type?: DistributedType, config?: DistributedConfig): Pr…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.5/
H A Dchangelogs-distributeddatamgr.md30 int OH_Rdb_CloudSync(OH_Rdb_Store *store, Rdb_SyncMode mode, const char *tables[], uint32_t count,
36 int OH_Rdb_CloudSync(OH_Rdb_Store *store, Rdb_SyncMode mode, const char *tables[], uint32_t count,
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/
H A Ddistributed_test_agent.cpp119 std::vector<std::string> tables = { "test" }; in OnProcessMsg() local
120 store_->SetDistributedTables(tables); in OnProcessMsg()
124 AbsRdbPredicates predicate(tables[0]); in OnProcessMsg()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.21/
H A Dchangelogs-distributeddatamgr.md138 - setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;
139 - setDistributedTables(tables: Array<string>): Promise<void>;
140 …- setDistributedTables(tables: Array<string>, type: DistributedType, callback: AsyncCallback<void>…
142 tables: Array<string>,
147 …- setDistributedTables(tables: Array<string>, type?: DistributedType, config?: DistributedConfig):…
156 tables: string[],
160 … - cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>): Promise<void>;
/ohos5.0/drivers/external_device_manager/frameworks/ddk/base/
H A DBUILD.gn29 "-fno-asynchronous-unwind-tables",
30 "-fno-unwind-tables",
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/core/
H A DBUILD.gn27 "-fno-asynchronous-unwind-tables",
28 "-fno-unwind-tables",
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp498 TableInfoMap tables = localSchema.GetTables(); in CleanCloudData() local
500 for (const auto &tableInfo : tables) { in CleanCloudData()
586 auto iter = tables.find(tableName); in RemoveDeviceData()
587 if (tables.empty() || (!tableName.empty() && iter == tables.end())) { in RemoveDeviceData()
895 tables.clear(); in RemoveDeviceDataInner()
898 for (const auto &it : tables) { in RemoveDeviceDataInner()
939 for (const auto &table : tables) { in GetAllDistributedTableName()
1019 for (const auto &table : schema.tables) { in PrepareSharedTable()
1574 for (const auto &tableSchema : schema.tables) { in CheckCloudSchema()
1584 for (const auto &tableSchema : schema.tables) { in CheckCloudSchema()
[all …]
/ohos5.0/drivers/external_device_manager/frameworks/ddk/hid/
H A DBUILD.gn31 "-fno-asynchronous-unwind-tables",
32 "-fno-unwind-tables",
/ohos5.0/drivers/external_device_manager/frameworks/js/napi/device_manager/
H A DBUILD.gn35 "-fno-asynchronous-unwind-tables",
36 "-fno-unwind-tables",
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.5/
H A Dchangelogs-distributeddatamgr.md30 int OH_Rdb_CloudSync(OH_Rdb_Store *store, Rdb_SyncMode mode, const char *tables[], uint32_t count,
36 int OH_Rdb_CloudSync(OH_Rdb_Store *store, Rdb_SyncMode mode, const char *tables[], uint32_t count,

123456789