Searched refs:ObjectStoreDataServiceProxy (Results 1 – 2 of 2) sorted by relevance
26 std::shared_ptr<ObjectStoreDataServiceProxy> ClientAdaptor::distributedDataMgr_ = nullptr;50 std::shared_ptr<ObjectStoreDataServiceProxy> ClientAdaptor::GetDistributedDataManager() in GetDistributedDataManager()66 …sptr<ObjectStoreDataServiceProxy> proxy = new (std::nothrow)ObjectStoreDataServiceProxy(remoteObje… in GetDistributedDataManager()79 …return std::shared_ptr<ObjectStoreDataServiceProxy>(proxy.GetRefPtr(), [holder = proxy](const auto… in GetDistributedDataManager()120 ObjectStoreDataServiceProxy::ObjectStoreDataServiceProxy(const sptr<IRemoteObject> &impl) in ObjectStoreDataServiceProxy() function in OHOS::ObjectStore::ObjectStoreDataServiceProxy126 sptr<IRemoteObject> ObjectStoreDataServiceProxy::GetFeatureInterface(const std::string &name) in GetFeatureInterface()129 if (!data.WriteInterfaceToken(ObjectStoreDataServiceProxy::GetDescriptor())) { in GetFeatureInterface()161 uint32_t ObjectStoreDataServiceProxy::RegisterClientDeathObserver( in RegisterClientDeathObserver()166 if (!data.WriteInterfaceToken(ObjectStoreDataServiceProxy::GetDescriptor())) { in RegisterClientDeathObserver()
23 class ObjectStoreDataServiceProxy; variable40 static std::shared_ptr<ObjectStoreDataServiceProxy> distributedDataMgr_;41 static std::shared_ptr<ObjectStoreDataServiceProxy> GetDistributedDataManager();45 class ObjectStoreDataServiceProxy : public IRemoteProxy<OHOS::DistributedObject::IKvStoreDataServi…47 explicit ObjectStoreDataServiceProxy(const sptr<IRemoteObject> &impl);48 ~ObjectStoreDataServiceProxy() = default;