Searched defs:tablesSize (Results 1 – 2 of 2) sorted by relevance
/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()
|
H A D | relational_store_ffi.cpp | 422 … int32_t FfiOHOSRelationalStoreSetDistributedTables(int64_t id, char** tables, int64_t tablesSize) in FfiOHOSRelationalStoreSetDistributedTables() 432 …RelationalStoreSetDistributedTablesType(int64_t id, char** tables, int64_t tablesSize, int32_t typ… in FfiOHOSRelationalStoreSetDistributedTablesType() 442 …2_t FfiOHOSRelationalStoreSetDistributedTablesConfig(int64_t id, char** tables, int64_t tablesSize, in FfiOHOSRelationalStoreSetDistributedTablesConfig()
|