Home
last modified time | relevance | path

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

123

/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
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
H A Dcloud_syncer_test.h76 …void SetCurrentCloudTaskInfos(std::vector<std::string> tables, const SyncProcessCallback &onProces… in SetCurrentCloudTaskInfos()
87 … int CreateCloudTaskInfoAndCallTryToAddSync(SyncMode mode, const std::vector<std::string> &tables, in CreateCloudTaskInfoAndCallTryToAddSync()
/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
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_extra_data.h39 std::vector<std::string> tables; variable
H A Dschema_meta.h42 std::vector<Table> tables; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/changeevent/
H A Dremote_change_event.h36 std::vector<std::string> tables; member
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_distributed_test.cpp212 std::vector<std::string> tables; variable
247 std::vector<std::string> tables; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/command/
H A Dlist_command_v10.cpp98 auto tables = UserFileClientEx::GetSupportTables(); in Start() local
H A Drecv_command_v10.cpp145 auto tables = UserFileClientEx::GetSupportTables(); in Start() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dtypes.rs126 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
H A Dasset_loader.rs25 tables: &'a HashMap<String, Table>, field
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp325 std::vector<std::string> tables; in OnChange() local
348 std::vector<std::string> tables; in OnChange() local
369 …oCache::Delegate::PostDataChange(const StoreMetaData &meta, const std::vector<std::string> &tables) in PostDataChange()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_query_test.cpp51 std::vector<std::string> tables = rdbQuery.GetTables(); variable
/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
H A Ddistributed_test.cpp166 std::vector<std::string> tables = { "test" }; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_app_provision_info.h233 virtual int SetDistributedTables(const std::vector<std::string>& tables, int type, in SetDistributedTables()
255 …virtual int Sync(const SyncOption& option, const std::vector<std::string>& tables, const AsyncDeta… in Sync()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp48 …int32_t user, const std::string &bundleName, const Store &store, const Tables &tables, int32_t tri… in SyncInfo()
66 …er::SyncInfo::SyncInfo(int32_t user, const std::string &bundleName, const MutliStoreTables &tables) in SyncInfo()
124 …_ptr<GenQuery> SyncManager::SyncInfo::GenerateQuery(const std::string &store, const Tables &tables) in GenerateQuery()
131 explicit SyncQuery(const std::vector<std::string> &tables) : tables_(tables) {} in GenerateQuery()
H A Dsync_manager.h55 Tables tables; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp124 void RdbStoreImpl::SetDistributedTables(char** tables, int64_t tablesSize) in SetDistributedTables()
133 void RdbStoreImpl::SetDistributedTables(char** tables, int64_t tablesSize, int32_t type) in SetDistributedTables()
142 void RdbStoreImpl::SetDistributedTables(char** tables, int64_t tablesSize, int32_t type, in SetDistributedTables()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtrans_db.cpp253 int TransDB::Sync(const SyncOption &option, const std::vector<std::string> &tables, const AsyncDeta… in Sync()
H A Drdb_store_impl.cpp288 int RdbStoreImpl::SetDistributedTables(const std::vector<std::string> &tables, int32_t type, in SetDistributedTables()
375 int RdbStoreImpl::Sync(const SyncOption &option, const std::vector<std::string> &tables, const Asyn… in Sync()
750 auto callBack = [delayNotifier = delayNotifier_](const std::set<std::string> &tables) { in RegisterDataChangeCallback()
2123 auto tables = changeInfo->Steal(); in DoCloudSync() local
2371 int32_t RdbStoreImpl::CloudTables::AddTables(const std::vector<std::string> &tables) in AddTables()
2380 int32_t RdbStoreImpl::CloudTables::RmvTables(const std::vector<std::string> &tables) in RmvTables()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_set_cloud_schema_test.cpp1621 const std::vector<std::string> tables = { g_tableName2, g_sharedTableName1 }; variable
1741 const std::vector<std::string> tables = { g_tableName2, g_sharedTableName1 }; variable
1839 const std::vector<std::string> tables = { g_tableName2, g_sharedTableName1 }; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp575 auto tables = rdbQuery->GetTables(); in PreSharing() local
811 int32_t RdbGeneralStore::SetDistributedTables(const std::vector<std::string> &tables, int32_t type, in SetDistributedTables()
966 std::set<std::string> tables; in GetTables() local
1000 const std::vector<std::string> &tables, ChangeType type) in PostDataChange()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_rdb.h229 int SetDistributedTables(const std::vector<std::string>& tables, int type, in SetDistributedTables()
250 …int Sync(const SyncOption& option, const std::vector<std::string>& tables, const AsyncDetail& asyn… in Sync()
/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
585 TableInfoMap tables = sqliteStorageEngine_->GetSchema().GetTables(); // TableInfoMap in RemoveDeviceData() local
892 TableInfoMap tables = sqliteStorageEngine_->GetSchema().GetTables(); // TableInfoMap in RemoveDeviceDataInner() local
937 TableInfoMap tables = sqliteStorageEngine_->GetSchema().GetTables(); // TableInfoMap in GetAllDistributedTableName() local

123