Searched refs:DistributedObjectStoreImpl (Results 1 – 4 of 4) sorted by relevance
29 DistributedObjectStoreImpl::DistributedObjectStoreImpl(FlatObjectStore *flatObjectStore) in DistributedObjectStoreImpl() function in OHOS::ObjectStore::DistributedObjectStoreImpl34 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 …]
33 class DistributedObjectStoreImpl : public DistributedObjectStore {35 DistributedObjectStoreImpl(FlatObjectStore *flatObjectStore);36 ~DistributedObjectStoreImpl() override;
18 *DistributedObjectStoreImpl*;
149 auto objectStore = new DistributedObjectStoreImpl(nullptr);222 auto objectStore = DistributedObjectStoreImpl(nullptr);285 auto objectStore = new DistributedObjectStoreImpl(nullptr);