Home
last modified time | relevance | path

Searched refs:flatObjectStore_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Ddistributed_object_impl.cpp33 return flatObjectStore_->PutDouble(sessionId_, key, value); in PutDouble()
39 return flatObjectStore_->PutBoolean(sessionId_, key, value); in PutBoolean()
48 return flatObjectStore_->PutString(sessionId_, key, value); in PutString()
53 return flatObjectStore_->GetDouble(sessionId_, key, value); in GetDouble()
58 return flatObjectStore_->GetBoolean(sessionId_, key, value); in GetBoolean()
63 return flatObjectStore_->GetString(sessionId_, key, value); in GetString()
68 return flatObjectStore_->GetType(sessionId_, key, type); in GetType()
77 : sessionId_(sessionId), flatObjectStore_(flatObjectStore) in DistributedObjectImpl()
84 return flatObjectStore_->PutComplex(sessionId_, key, value); in PutComplex()
89 return flatObjectStore_->GetComplex(sessionId_, key, value); in GetComplex()
[all …]
H A Ddistributed_object_store_impl.cpp30 : flatObjectStore_(flatObjectStore) in DistributedObjectStoreImpl()
36 delete flatObjectStore_; in ~DistributedObjectStoreImpl()
69 if (flatObjectStore_ == nullptr) { in CreateObject()
84 return CacheObject(sessionId, flatObjectStore_); in CreateObject()
90 if (flatObjectStore_ == nullptr) { in CreateObject()
107 return CacheObject(sessionId, flatObjectStore_); in CreateObject()
113 if (flatObjectStore_ == nullptr) { in DeleteObject()
147 if (flatObjectStore_ == nullptr) { in Watch()
178 if (flatObjectStore_ == nullptr) { in UnWatch()
195 if (flatObjectStore_ == nullptr) { in SetStatusNotifier()
[all …]
H A Dasset_change_timer.cpp39 flatObjectStore_ = flatObjectStore; in AssetChangeTimer()
96 uint32_t status = flatObjectStore_->GetString(sessionId, DEVICEID_KEY, deviceId); in HandleAssetChanges()
107 …int32_t res = proxy->OnAssetChanged(flatObjectStore_->GetBundleName(), sessionId, deviceId, assetV… in HandleAssetChanges()
118 if (flatObjectStore_->GetDouble(sessionId, assetKey + STATUS_SUFFIX, doubleStatus) == SUCCESS) { in GetAssetValue()
123 … (flatObjectStore_->GetString(sessionId, assetKey + NAME_SUFFIX, assetValue.name) == SUCCESS); in GetAssetValue()
125 (flatObjectStore_->GetString(sessionId, assetKey + URI_SUFFIX, assetValue.uri) == SUCCESS); in GetAssetValue()
127 … (flatObjectStore_->GetString(sessionId, assetKey + PATH_SUFFIX, assetValue.path) == SUCCESS); in GetAssetValue()
129 …(flatObjectStore_->GetString(sessionId, assetKey + CREATE_TIME_SUFFIX, assetValue.createTime) == S… in GetAssetValue()
131 …(flatObjectStore_->GetString(sessionId, assetKey + MODIFY_TIME_SUFFIX, assetValue.modifyTime) == S… in GetAssetValue()
133 … (flatObjectStore_->GetString(sessionId, assetKey + SIZE_SUFFIX, assetValue.size) == SUCCESS); in GetAssetValue()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dasset_change_timer.h45 FlatObjectStore *flatObjectStore_ = nullptr; variable
H A Ddistributed_object_impl.h45 FlatObjectStore *flatObjectStore_ = nullptr; variable
H A Ddistributed_objectstore_impl.h49 FlatObjectStore *flatObjectStore_ = nullptr; variable