Searched refs:RdbStoreDataServiceProxy (Results 1 – 2 of 2) sorted by relevance
41 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::RdbStoreDataServiceProxy175 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()
33 class RdbStoreDataServiceProxy; variable65 …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;