Home
last modified time | relevance | path

Searched refs:DistributedObjectStoreImpl (Results 1 – 4 of 4) sorted by relevance

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
Ddistributed_object_store_impl.cpp28 DistributedObjectStoreImpl::DistributedObjectStoreImpl(FlatObjectStore *flatObjectStore) in DistributedObjectStoreImpl() function in OHOS::ObjectStore::DistributedObjectStoreImpl
33 DistributedObjectStoreImpl::~DistributedObjectStoreImpl() in ~DistributedObjectStoreImpl()
38 DistributedObject *DistributedObjectStoreImpl::CacheObject( in CacheObject()
50 void DistributedObjectStoreImpl::RemoveCacheObject(const std::string &sessionId) in RemoveCacheObject()
65 DistributedObject *DistributedObjectStoreImpl::CreateObject(const std::string &sessionId) in CreateObject()
86 DistributedObject *DistributedObjectStoreImpl::CreateObject(const std::string &sessionId, uint32_t … in CreateObject()
109 uint32_t DistributedObjectStoreImpl::DeleteObject(const std::string &sessionId) in DeleteObject()
125 uint32_t DistributedObjectStoreImpl::Get(const std::string &sessionId, DistributedObject **object) in Get()
139 uint32_t DistributedObjectStoreImpl::Watch(DistributedObject *object, std::shared_ptr<ObjectWatcher… in Watch()
170 uint32_t DistributedObjectStoreImpl::UnWatch(DistributedObject *object) in UnWatch()
[all …]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
Ddistributed_objectstore_impl.h33 class DistributedObjectStoreImpl : public DistributedObjectStore {
35 DistributedObjectStoreImpl(FlatObjectStore *flatObjectStore);
36 ~DistributedObjectStoreImpl() override;
/foundation/distributeddatamgr/data_object/interfaces/innerkits/
Dlibnative_dataobject.versionscript18 *DistributedObjectStoreImpl*;
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
Dobject_store_test.cpp150 auto objectStore = new DistributedObjectStoreImpl(nullptr);
223 auto objectStore = DistributedObjectStoreImpl(nullptr);
286 auto objectStore = new DistributedObjectStoreImpl(nullptr);