Searched refs:DistributedObjectImpl (Results 1 – 5 of 5) sorted by relevance
26 DistributedObjectImpl::~DistributedObjectImpl() in ~DistributedObjectImpl()30 uint32_t DistributedObjectImpl::PutDouble(const std::string &key, double value) in PutDouble()36 uint32_t DistributedObjectImpl::PutBoolean(const std::string &key, bool value) in PutBoolean()56 uint32_t DistributedObjectImpl::GetBoolean(const std::string &key, bool &value) in GetBoolean()66 uint32_t DistributedObjectImpl::GetType(const std::string &key, Type &type) in GetType()71 std::string &DistributedObjectImpl::GetSessionId() in GetSessionId()76 DistributedObjectImpl::DistributedObjectImpl(const std::string &sessionId, FlatObjectStore *flatObj… in DistributedObjectImpl() function in OHOS::ObjectStore::DistributedObjectImpl92 uint32_t DistributedObjectImpl::Save(const std::string &deviceId) in Save()102 uint32_t DistributedObjectImpl::RevokeSave() in RevokeSave()112 uint32_t DistributedObjectImpl::PutDeviceId() in PutDeviceId()[all …]
42 …DistributedObjectImpl *object = new (std::nothrow) DistributedObjectImpl(sessionId, flatObjectStor… in CacheObject()
24 class DistributedObjectImpl : public DistributedObject {26 DistributedObjectImpl(const std::string &sessionId, FlatObjectStore *flatObjectStore);27 ~DistributedObjectImpl();
17 *DistributedObjectImpl*;
292 auto object = new DistributedObjectImpl(sessionId, flatObjectStore);329 auto object1 = new DistributedObjectImpl(sessionId1, flatObjectStore);