Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Ddistributed_object_store_impl.cpp29 DistributedObjectStoreImpl::DistributedObjectStoreImpl(FlatObjectStore *flatObjectStore) in DistributedObjectStoreImpl() function in OHOS::ObjectStore::DistributedObjectStoreImpl
34 DistributedObjectStoreImpl::~DistributedObjectStoreImpl() in ~DistributedObjectStoreImpl()
39 DistributedObject *DistributedObjectStoreImpl::CacheObject( in CacheObject()
51 void DistributedObjectStoreImpl::RemoveCacheObject(const std::string &sessionId) in RemoveCacheObject()
66 DistributedObject *DistributedObjectStoreImpl::CreateObject(const std::string &sessionId) in CreateObject()
110 uint32_t DistributedObjectStoreImpl::DeleteObject(const std::string &sessionId) in DeleteObject()
126 uint32_t DistributedObjectStoreImpl::Get(const std::string &sessionId, DistributedObject **object) in Get()
172 uint32_t DistributedObjectStoreImpl::UnWatch(DistributedObject *object) in UnWatch()
193 uint32_t DistributedObjectStoreImpl::SetStatusNotifier(std::shared_ptr<StatusNotifier> notifier) in SetStatusNotifier()
203 void DistributedObjectStoreImpl::NotifyCachedStatus(const std::string &sessionId) in NotifyCachedStatus()
[all …]
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Ddistributed_objectstore_impl.h33 class DistributedObjectStoreImpl : public DistributedObjectStore {
35 DistributedObjectStoreImpl(FlatObjectStore *flatObjectStore);
36 ~DistributedObjectStoreImpl() override;
/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/innerkits/
H A Dlibnative_dataobject.versionscript18 *DistributedObjectStoreImpl*;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp149 auto objectStore = new DistributedObjectStoreImpl(nullptr);
222 auto objectStore = DistributedObjectStoreImpl(nullptr);
285 auto objectStore = new DistributedObjectStoreImpl(nullptr);