Home
last modified time | relevance | path

Searched refs:RdbStoreDataServiceProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_manager_impl.cpp41 std::shared_ptr<RdbStoreDataServiceProxy> RdbManagerImpl::GetDistributedDataManager(const std::stri… in GetDistributedDataManager()
53 … sptr<RdbStoreDataServiceProxy> dataService = new (std::nothrow) RdbStoreDataServiceProxy(dataMgr); in GetDistributedDataManager()
61 …return std::shared_ptr<RdbStoreDataServiceProxy>(dataService.GetRefPtr(), [dataService, observer](… in GetDistributedDataManager()
170 RdbStoreDataServiceProxy::RdbStoreDataServiceProxy(const sptr<IRemoteObject> &impl) in RdbStoreDataServiceProxy() function in OHOS::DistributedRdb::RdbStoreDataServiceProxy
175 sptr<IRemoteObject> RdbStoreDataServiceProxy::GetFeatureInterface(const std::string &name) in GetFeatureInterface()
179 if (!data.WriteInterfaceToken(RdbStoreDataServiceProxy::GetDescriptor())) { in GetFeatureInterface()
206 int32_t RdbStoreDataServiceProxy::RegisterDeathObserver(const std::string &bundleName, sptr<IRemote… in RegisterDeathObserver()
209 if (!data.WriteInterfaceToken(RdbStoreDataServiceProxy::GetDescriptor())) { in RegisterDeathObserver()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_manager_impl.h33 class RdbStoreDataServiceProxy; variable
65 …static std::shared_ptr<RdbStoreDataServiceProxy> GetDistributedDataManager(const std::string &bund…
68 std::shared_ptr<RdbStoreDataServiceProxy> distributedDataMgr_;
73 class RdbStoreDataServiceProxy : public IRemoteProxy<DistributedRdb::IKvStoreDataService> {
75 explicit RdbStoreDataServiceProxy(const sptr<IRemoteObject> &impl);
76 ~RdbStoreDataServiceProxy() = default;