Searched refs:FlatObjectStore (Results 1 – 9 of 9) sorted by relevance
33 FlatObjectStore::FlatObjectStore(const std::string &bundleName) in FlatObjectStore() function in OHOS::ObjectStore::FlatObjectStore44 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 …]
29 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()
26 AssetChangeTimer *AssetChangeTimer::GetInstance(FlatObjectStore *flatObjectStore) in GetInstance()37 AssetChangeTimer::AssetChangeTimer(FlatObjectStore *flatObjectStore) in AssetChangeTimer()
76 DistributedObjectImpl::DistributedObjectImpl(const std::string &sessionId, FlatObjectStore *flatObj… in DistributedObjectImpl()
26 static AssetChangeTimer *GetInstance(FlatObjectStore *flatObjectStore);35 AssetChangeTimer(FlatObjectStore *flatObjectStore);45 FlatObjectStore *flatObjectStore_ = nullptr;
35 DistributedObjectStoreImpl(FlatObjectStore *flatObjectStore);47 DistributedObject *CacheObject(const std::string &sessionId, FlatObjectStore *flatObjectStore);49 FlatObjectStore *flatObjectStore_ = nullptr;
26 DistributedObjectImpl(const std::string &sessionId, FlatObjectStore *flatObjectStore);45 FlatObjectStore *flatObjectStore_ = nullptr;
60 class FlatObjectStore {62 explicit FlatObjectStore(const std::string &bundleName);63 ~FlatObjectStore();
291 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);