Home
last modified time | relevance | path

Searched refs:SetDistributedTables (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_rdbstore.h66 void SetDistributedTables(char** tables, int64_t tablesSize);
67 void SetDistributedTables(char** tables, int64_t tablesSize, int32_t type);
68 void SetDistributedTables(char** tables, int64_t tablesSize, int32_t type,
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_distributed_test.cpp216 errCode = rdbStore->SetDistributedTables(tables, 1, distributedConfig);
221 errCode = rdbStore->SetDistributedTables(tables, 1, distributedConfig);
231 errCode = store->SetDistributedTables(tables, 1, distributedConfig);
H A Drdb_read_only_test.cpp490 auto ret = store->SetDistributedTables({}, 0, config);
/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() function in OHOS::Relational::RdbStoreImpl
130 rdbStore_->SetDistributedTables(tablesVector); in SetDistributedTables()
133 void RdbStoreImpl::SetDistributedTables(char** tables, int64_t tablesSize, int32_t type) in SetDistributedTables() function in OHOS::Relational::RdbStoreImpl
139 rdbStore_->SetDistributedTables(tablesVector, type); in SetDistributedTables()
142 void RdbStoreImpl::SetDistributedTables(char** tables, int64_t tablesSize, int32_t type, in SetDistributedTables() function in OHOS::Relational::RdbStoreImpl
149 rdbStore_->SetDistributedTables(tablesVector, type, distributedConfig); in SetDistributedTables()
H A Drelational_store_ffi.cpp428 nativeRdbStore->SetDistributedTables(tables, tablesSize); in FfiOHOSRelationalStoreSetDistributedTables()
438 nativeRdbStore->SetDistributedTables(tables, tablesSize, type); in FfiOHOSRelationalStoreSetDistributedTablesType()
449 nativeRdbStore->SetDistributedTables(tables, tablesSize, type, distributedConfig); in FfiOHOSRelationalStoreSetDistributedTablesConfig()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/rdbimpl_fuzzer/
H A Drdbimpl_fuzzer.cpp33 rdbStoreImpl.SetDistributedTables(tables, size & 0x1, { size & 0x1 }); in RdbStoreImplFuzz()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_general_store_test.cpp903 HWTEST_F(RdbGeneralStoreTest, SetDistributedTables, TestSize.Level1)
910 auto result = store->SetDistributedTables(tables, type, references);
915 result = store->SetDistributedTables(tables, type, references);
919 result = store->SetDistributedTables(test, type, references);
922 result = store->SetDistributedTables(tables, type, references);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_service.h43 virtual int32_t SetDistributedTables(
H A Drdb_store.h549 virtual int SetDistributedTables(const std::vector<std::string> &tables,
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/
H A Ddistributed_test_agent.cpp120 store_->SetDistributedTables(tables); in OnProcessMsg()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_store.h69 static napi_value SetDistributedTables(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_store_mock.h28 int32_t SetDistributedTables(
H A Dgeneral_store_mock.cpp34 int32_t GeneralStoreMock::SetDistributedTables( in SetDistributedTables() function in OHOS::DistributedData::GeneralStoreMock
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_service_proxy.h43 … int32_t SetDistributedTables(const RdbSyncerParam &param, const std::vector<std::string> &tables,
H A Drdb_store_impl.h119 int SetDistributedTables(const std::vector<std::string> &tables, int32_t type,
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h133 virtual int32_t SetDistributedTables(
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
H A Dclouddisk_rdbstore_mock.h148 MOCK_METHOD3(SetDistributedTables, int(const std::vector<std::string> &tables, int32_t type,
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Drdb_store_mock.h147 MOCK_METHOD3(SetDistributedTables, int(const std::vector<std::string> &tables, int32_t type,
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.h51 int32_t SetDistributedTables(
/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() function
/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() function
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_store.h76 static napi_value SetDistributedTables(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h57 … int32_t SetDistributedTables(const RdbSyncerParam &param, const std::vector<std::string> &tables,
H A Drdb_general_store.h62 int32_t SetDistributedTables(const std::vector<std::string> &tables, int32_t type,
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-rdb.md1901 console.info('SetDistributedTables failed, err: ' + err)
1904 console.info('SetDistributedTables successfully.')
1935 console.info("SetDistributedTables successfully.")
1937 console.info("SetDistributedTables failed, err: " + err)

12