Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_manager_impl.h31 class RdbService; variable
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.h161 using Options = DistributedRdb::RdbService::Option;
/ohos5.0/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 … 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.cpp383 DistributedRdb::RdbService::Option rdbOption; in Sync()
820 … DistributedRdb::RdbService::Option option = { DistributedRdb::TIME_FIRST, 0, true, true, true }; in ModifyLockStatus()
2127 DistributedRdb::RdbService::Option option = { DistributedRdb::TIME_FIRST, 0, true, true }; in DoCloudSync()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_service.h29 class RdbService {
/ohos5.0/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, in DoSync()
531 void RdbServiceImpl::DoCloudSync(const RdbSyncerParam &param, const RdbService::Option &option, in DoCloudSync()
690 std::pair<int32_t, std::shared_ptr<RdbService::ResultSet>> RdbServiceImpl::QuerySharingResource( in QuerySharingResource()