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