Searched refs:DistributedTableType (Results 1 – 6 of 6) sorted by relevance
31 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()
78 distributedType(DistributedRdb::DistributedTableType::DISTRIBUTED_DEVICE), in RdbStoreContext()
96 enum DistributedTableType { enum
550 int32_t type = DistributedRdb::DistributedTableType::DISTRIBUTED_DEVICE,
284 if (type == DistributedRdb::DistributedTableType::DISTRIBUTED_SEARCH) { in SetDistributedTables()291 if (type == DistributedRdb::DistributedTableType::DISTRIBUTED_DEVICE) { in SetDistributedTables()
672 tableNames, DistributedTableType::DISTRIBUTED_CLOUD, { cfg.isAutoSync })); in OH_Rdb_SetDistributedTables()