Home
last modified time | relevance | path

Searched refs:RdbService (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_manager_impl.h31 class RdbService;
41 std::pair<int32_t, std::shared_ptr<RdbService>> GetRdbService(const RdbSyncerParam &param);
69 std::shared_ptr<RdbService> rdbService_;
H A Dirdb_service.h26 class IRdbService : public RdbService, public IRemoteBroker {
H A Drdb_types_util.h30 using Option = DistributedRdb::RdbService::Option;
H A Drdb_store_impl.h173 int InnerSync(const DistributedRdb::RdbService::Option &option, const DistributedRdb::PredicatesMemo &predicates,
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_manager_impl.cpp93 std::pair<int32_t, std::shared_ptr<RdbService>> RdbManagerImpl::GetRdbService(const RdbSyncerParam &param) in GetRdbService()
112 auto remote = distributedDataMgr_->GetFeatureInterface(DistributedRdb::RdbService::SERVICE_NAME); in GetRdbService()
135 rdbService_ = std::shared_ptr<RdbService>(rdbService.GetRefPtr(), [rdbService](const auto *) {}); in GetRdbService()
H A Drdb_store_impl.cpp382 DistributedRdb::RdbService::Option rdbOption; in Sync()
390 int RdbStoreImpl::InnerSync(const DistributedRdb::RdbService::Option &option, in InnerSync()
819 DistributedRdb::RdbService::Option option = { DistributedRdb::TIME_FIRST, 0, true, true, true }; in ModifyLockStatus()
2126 DistributedRdb::RdbService::Option option = { DistributedRdb::TIME_FIRST, 0, true, true }; in DoCloudSync()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_service.h29 class RdbService { class
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_stub.h27 class RdbServiceStub : public RdbService, public DistributedData::FeatureSystem::Feature {
H A Drdb_service_impl.cpp429 int RdbServiceImpl::DoSync(const RdbSyncerParam &param, const RdbService::Option &option,
531 void RdbServiceImpl::DoCloudSync(const RdbSyncerParam &param, const RdbService::Option &option,
690 std::pair<int32_t, std::shared_ptr<RdbService::ResultSet>> RdbServiceImpl::QuerySharingResource(

Completed in 8 milliseconds