Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dclient_adaptor.cpp26 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::ObjectStoreDataServiceProxy
126 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()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dclient_adaptor.h23 class ObjectStoreDataServiceProxy; variable
40 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;