Home
last modified time | relevance | path

Searched refs:DistributedObjectImpl (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Ddistributed_object_impl.cpp26 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::DistributedObjectImpl
92 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 …]
H A Ddistributed_object_store_impl.cpp42DistributedObjectImpl *object = new (std::nothrow) DistributedObjectImpl(sessionId, flatObjectStor… in CacheObject()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Ddistributed_object_impl.h24 class DistributedObjectImpl : public DistributedObject {
26 DistributedObjectImpl(const std::string &sessionId, FlatObjectStore *flatObjectStore);
27 ~DistributedObjectImpl();
/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/innerkits/
H A Dlibnative_dataobject.versionscript17 *DistributedObjectImpl*;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp292 auto object = new DistributedObjectImpl(sessionId, flatObjectStore);
329 auto object1 = new DistributedObjectImpl(sessionId1, flatObjectStore);