Home
last modified time | relevance | path

Searched refs:DistributedTableType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_const_properties.cpp31 using OHOS::DistributedRdb::DistributedTableType;
142 …SET_NAPI_PROPERTY(distributedType, "DISTRIBUTED_DEVICE", int32_t(DistributedTableType::DISTRIBUTED… in ExportDistributedType()
143 …SET_NAPI_PROPERTY(distributedType, "DISTRIBUTED_CLOUD", int32_t(DistributedTableType::DISTRIBUTED_… in ExportDistributedType()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_context.h78 distributedType(DistributedRdb::DistributedTableType::DISTRIBUTED_DEVICE), in RdbStoreContext()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h96 enum DistributedTableType { enum
H A Drdb_store.h550 int32_t type = DistributedRdb::DistributedTableType::DISTRIBUTED_DEVICE,
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp284 if (type == DistributedRdb::DistributedTableType::DISTRIBUTED_SEARCH) { in SetDistributedTables()
291 if (type == DistributedRdb::DistributedTableType::DISTRIBUTED_DEVICE) { in SetDistributedTables()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp672 tableNames, DistributedTableType::DISTRIBUTED_CLOUD, { cfg.isAutoSync })); in OH_Rdb_SetDistributedTables()