/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A 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
|
H A D | cloud_syncer_test.h | 76 …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 D | rdbimpl_fuzzer.cpp | 31 std::vector<std::string> tables; in RdbStoreImplFuzz() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | cloud_extra_data.h | 39 std::vector<std::string> tables; variable
|
H A D | schema_meta.h | 42 std::vector<Table> tables; member
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/changeevent/ |
H A D | remote_change_event.h | 36 std::vector<std::string> tables; member
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_distributed_test.cpp | 212 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 D | list_command_v10.cpp | 98 auto tables = UserFileClientEx::GetSupportTables(); in Start() local
|
H A D | recv_command_v10.cpp | 145 auto tables = UserFileClientEx::GetSupportTables(); in Start() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/ |
H A D | types.rs | 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
|
H A D | asset_loader.rs | 25 tables: &'a HashMap<String, Table>, field
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/ |
H A D | auto_cache.cpp | 325 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 D | rdb_query_test.cpp | 51 std::vector<std::string> tables = rdbQuery.GetTables(); variable
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/ |
H A D | distributed_test_agent.cpp | 119 std::vector<std::string> tables = { "test" }; in OnProcessMsg() local
|
H A D | distributed_test.cpp | 166 std::vector<std::string> tables = { "test" }; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
H A D | mock_app_provision_info.h | 233 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 D | sync_manager.cpp | 48 …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 D | sync_manager.h | 55 Tables tables; member
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
H A D | relational_store_impl_rdbstore.cpp | 124 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 D | trans_db.cpp | 253 int TransDB::Sync(const SyncOption &option, const std::vector<std::string> &tables, const AsyncDeta… in Sync()
|
H A D | rdb_store_impl.cpp | 288 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 D | distributeddb_cloud_interfaces_set_cloud_schema_test.cpp | 1621 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 D | rdb_general_store.cpp | 575 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 D | mock_rdb.h | 229 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 D | sqlite_relational_store.cpp | 498 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
|