Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/rdbimpl_fuzzer/
Drdbimpl_fuzzer.cpp33 rdbStoreImpl.SetDistributedTables(tables, size & 0x1, { size & 0x1 }); in RdbStoreImplFuzz()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_distributed_test.cpp214 errCode = rdbStore->SetDistributedTables(tables, 1, distributedConfig);
219 errCode = rdbStore->SetDistributedTables(tables, 1, distributedConfig);
229 errCode = store->SetDistributedTables(tables, 1, distributedConfig);
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
Drdb_service.h41 virtual int32_t SetDistributedTables(
Drdb_store.h451 virtual int SetDistributedTables(const std::vector<std::string> &tables,
/foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/
Ddistributed_test_agent.cpp119 store_->SetDistributedTables(tables); in OnProcessMsg()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
Dnapi_rdb_store.h69 static napi_value SetDistributedTables(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
Dgeneral_store.h91 virtual int32_t SetDistributedTables(const std::vector<std::string> &tables, int type,
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Drdb_service_proxy.h43 … int32_t SetDistributedTables(const RdbSyncerParam &param, const std::vector<std::string> &tables,
Drdb_store_impl.h154 int SetDistributedTables(const std::vector<std::string> &tables, int32_t type,
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
Dnapi_rdb_store.h70 static napi_value SetDistributedTables(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_general_store.h54 int32_t SetDistributedTables(const std::vector<std::string> &tables, int32_t type,
Drdb_service_impl.h55 … int32_t SetDistributedTables(const RdbSyncerParam &param, const std::vector<std::string> &tables,
Drdb_service_stub.cpp104 auto status = SetDistributedTables(param, tables, references, type); in OnRemoteSetDistributedTables()
Drdb_service_impl.cpp263 int32_t RdbServiceImpl::SetDistributedTables(const RdbSyncerParam &param, const std::vector<std::st… in SetDistributedTables() function in OHOS::DistributedRdb::RdbServiceImpl
302 return store->SetDistributedTables(tables, type, relationships); in SetDistributedTables()
Drdb_general_store.cpp667 int32_t RdbGeneralStore::SetDistributedTables(const std::vector<std::string> &tables, int32_t type, in SetDistributedTables() function in OHOS::DistributedRdb::RdbGeneralStore
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/data_sync/
Drdb_store_mock.h146 MOCK_METHOD3(SetDistributedTables, int(const std::vector<std::string> &tables, int32_t type,
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
Dclouddisk_rdbstore_mock.h147 MOCK_METHOD3(SetDistributedTables, int(const std::vector<std::string> &tables, int32_t type,
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_service_proxy.cpp179 int32_t RdbServiceProxy::SetDistributedTables(const RdbSyncerParam& param, const std::vector<std::s… in SetDistributedTables() function in OHOS::DistributedRdb::RdbServiceProxy
Drdb_store_impl.cpp1456 int RdbStoreImpl::SetDistributedTables(const std::vector<std::string> &tables, int32_t type, in SetDistributedTables() function in OHOS::NativeRdb::RdbStoreImpl
1468 …int32_t errorCode = service->SetDistributedTables(syncerParam_, tables, distributedConfig.referenc… in SetDistributedTables()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
Dnapi_rdb_store.cpp133 DECLARE_NAPI_FUNCTION("setDistributedTables", SetDistributedTables), in Init()
1082 napi_value RdbStoreProxy::SetDistributedTables(napi_env env, napi_callback_info info) in SetDistributedTables() function in OHOS::RdbJsKit::RdbStoreProxy
1099 int res = obj->rdbStore_->SetDistributedTables(context->tablesName); in SetDistributedTables()
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
Drelational_store.cpp409 …return rdbStore->GetStore()->SetDistributedTables(tableNames, DistributedTableType::DISTRIBUTED_CL… in OH_Rdb_SetDistributedTables()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
Dnapi_rdb_store.cpp185 DECLARE_NAPI_FUNCTION("setDistributedTables", SetDistributedTables), in Init()
1055 napi_value RdbStoreProxy::SetDistributedTables(napi_env env, napi_callback_info info) in SetDistributedTables() function in OHOS::RelationalStoreJsKit::RdbStoreProxy
1070 return obj->rdbStore_->SetDistributedTables( in SetDistributedTables()