/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/ |
H A D | relational_store_impl_rdbstore.h | 66 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 D | rdb_distributed_test.cpp | 216 errCode = rdbStore->SetDistributedTables(tables, 1, distributedConfig); 221 errCode = rdbStore->SetDistributedTables(tables, 1, distributedConfig); 231 errCode = store->SetDistributedTables(tables, 1, distributedConfig);
|
H A D | rdb_read_only_test.cpp | 490 auto ret = store->SetDistributedTables({}, 0, config);
|
/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() 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 D | relational_store_ffi.cpp | 428 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 D | rdbimpl_fuzzer.cpp | 33 rdbStoreImpl.SetDistributedTables(tables, size & 0x1, { size & 0x1 }); in RdbStoreImplFuzz()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_general_store_test.cpp | 903 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 D | rdb_service.h | 43 virtual int32_t SetDistributedTables(
|
H A D | rdb_store.h | 549 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 D | distributed_test_agent.cpp | 120 store_->SetDistributedTables(tables); in OnProcessMsg()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/ |
H A D | napi_rdb_store.h | 69 static napi_value SetDistributedTables(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | general_store_mock.h | 28 int32_t SetDistributedTables(
|
H A D | general_store_mock.cpp | 34 int32_t GeneralStoreMock::SetDistributedTables( in SetDistributedTables() function in OHOS::DistributedData::GeneralStoreMock
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | rdb_service_proxy.h | 43 … int32_t SetDistributedTables(const RdbSyncerParam ¶m, const std::vector<std::string> &tables,
|
H A D | rdb_store_impl.h | 119 int SetDistributedTables(const std::vector<std::string> &tables, int32_t type,
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_store.h | 133 virtual int32_t SetDistributedTables(
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/ |
H A D | clouddisk_rdbstore_mock.h | 148 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 D | rdb_store_mock.h | 147 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 D | kvdb_general_store.h | 51 int32_t SetDistributedTables(
|
/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() function
|
/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() function
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_store.h | 76 static napi_value SetDistributedTables(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.h | 57 … int32_t SetDistributedTables(const RdbSyncerParam ¶m, const std::vector<std::string> &tables,
|
H A D | rdb_general_store.h | 62 int32_t SetDistributedTables(const std::vector<std::string> &tables, int32_t type,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-rdb.md | 1901 console.info('SetDistributedTables failed, err: ' + err) 1904 console.info('SetDistributedTables successfully.') 1935 console.info("SetDistributedTables successfully.") 1937 console.info("SetDistributedTables failed, err: " + err)
|