Home
last modified time | relevance | path

Searched refs:tablesSize (Results 1 – 4 of 4) sorted by relevance

/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,
H A Drelational_store_ffi.h147 … int32_t FfiOHOSRelationalStoreSetDistributedTables(int64_t id, char** tables, int64_t tablesSize);
149 …t32_t FfiOHOSRelationalStoreSetDistributedTablesType(int64_t id, char** tables, int64_t tablesSize,
152 …2_t FfiOHOSRelationalStoreSetDistributedTablesConfig(int64_t id, char** tables, int64_t tablesSize,
/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() argument
127 for (int64_t i = 0; i < tablesSize; i++) { in SetDistributedTables()
133 void RdbStoreImpl::SetDistributedTables(char** tables, int64_t tablesSize, int32_t type) in SetDistributedTables() argument
136 for (int64_t i = 0; i < tablesSize; i++) { in SetDistributedTables()
142 void RdbStoreImpl::SetDistributedTables(char** tables, int64_t tablesSize, int32_t type, in SetDistributedTables() argument
146 for (int64_t i = 0; i < tablesSize; i++) { in SetDistributedTables()
H A Drelational_store_ffi.cpp422 … int32_t FfiOHOSRelationalStoreSetDistributedTables(int64_t id, char** tables, int64_t tablesSize) in FfiOHOSRelationalStoreSetDistributedTables() argument
428 nativeRdbStore->SetDistributedTables(tables, tablesSize); in FfiOHOSRelationalStoreSetDistributedTables()
432 …elationalStoreSetDistributedTablesType(int64_t id, char** tables, int64_t tablesSize, int32_t type) in FfiOHOSRelationalStoreSetDistributedTablesType() argument
438 nativeRdbStore->SetDistributedTables(tables, tablesSize, type); in FfiOHOSRelationalStoreSetDistributedTablesType()
442 …2_t FfiOHOSRelationalStoreSetDistributedTablesConfig(int64_t id, char** tables, int64_t tablesSize, in FfiOHOSRelationalStoreSetDistributedTablesConfig() argument
449 nativeRdbStore->SetDistributedTables(tables, tablesSize, type, distributedConfig); in FfiOHOSRelationalStoreSetDistributedTablesConfig()