Home
last modified time | relevance | path

Searched refs:FlatObjectStore (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_store.cpp33 FlatObjectStore::FlatObjectStore(const std::string &bundleName) in FlatObjectStore() function in OHOS::ObjectStore::FlatObjectStore
44 FlatObjectStore::~FlatObjectStore() in ~FlatObjectStore()
54 uint32_t FlatObjectStore::CreateObject(const std::string &sessionId) in CreateObject()
77 void FlatObjectStore::ResumeObject(const std::string &sessionId) in ResumeObject()
102 void FlatObjectStore::SubscribeDataChange(const std::string &sessionId) in SubscribeDataChange()
127 uint32_t FlatObjectStore::Delete(const std::string &sessionId) in Delete()
156 uint32_t FlatObjectStore::UnWatch(const std::string &sessionId) in UnWatch()
214 uint32_t FlatObjectStore::RevokeSave(const std::string &sessionId) in RevokeSave()
240 void FlatObjectStore::CheckRetrieveCache(const std::string &sessionId) in CheckRetrieveCache()
250 void FlatObjectStore::FilterData(const std::string &sessionId, in FilterData()
[all …]
H A Ddistributed_object_store_impl.cpp29 DistributedObjectStoreImpl::DistributedObjectStoreImpl(FlatObjectStore *flatObjectStore) in DistributedObjectStoreImpl()
40 const std::string &sessionId, FlatObjectStore *flatObjectStore) in CacheObject()
267 FlatObjectStore *flatObjectStore = new (std::nothrow) FlatObjectStore(bundleName); in GetInstance()
H A Dasset_change_timer.cpp26 AssetChangeTimer *AssetChangeTimer::GetInstance(FlatObjectStore *flatObjectStore) in GetInstance()
37 AssetChangeTimer::AssetChangeTimer(FlatObjectStore *flatObjectStore) in AssetChangeTimer()
H A Ddistributed_object_impl.cpp76 DistributedObjectImpl::DistributedObjectImpl(const std::string &sessionId, FlatObjectStore *flatObj… in DistributedObjectImpl()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dasset_change_timer.h26 static AssetChangeTimer *GetInstance(FlatObjectStore *flatObjectStore);
35 AssetChangeTimer(FlatObjectStore *flatObjectStore);
45 FlatObjectStore *flatObjectStore_ = nullptr;
H A Ddistributed_objectstore_impl.h35 DistributedObjectStoreImpl(FlatObjectStore *flatObjectStore);
47 DistributedObject *CacheObject(const std::string &sessionId, FlatObjectStore *flatObjectStore);
49 FlatObjectStore *flatObjectStore_ = nullptr;
H A Ddistributed_object_impl.h26 DistributedObjectImpl(const std::string &sessionId, FlatObjectStore *flatObjectStore);
45 FlatObjectStore *flatObjectStore_ = nullptr;
H A Dflat_object_store.h60 class FlatObjectStore {
62 explicit FlatObjectStore(const std::string &bundleName);
63 ~FlatObjectStore();
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp291 auto flatObjectStore = new FlatObjectStore(bundleName);
328 auto flatObjectStore = new FlatObjectStore(bundleName1);
1100 … std::shared_ptr<FlatObjectStore> flatObjectStore = std::make_shared<FlatObjectStore>(bundleName);
1117 … std::shared_ptr<FlatObjectStore> flatObjectStore = std::make_shared<FlatObjectStore>(bundleName);
1134 … std::shared_ptr<FlatObjectStore> flatObjectStore = std::make_shared<FlatObjectStore>(bundleName);
1148 … std::shared_ptr<FlatObjectStore> flatObjectStore = std::make_shared<FlatObjectStore>(bundleName);
1166 … std::shared_ptr<FlatObjectStore> flatObjectStore = std::make_shared<FlatObjectStore>(bundleName);
1185 … std::shared_ptr<FlatObjectStore> flatObjectStore = std::make_shared<FlatObjectStore>(bundleName);