Home
last modified time | relevance | path

Searched defs:flatObjectStore (Results 1 – 7 of 7) sorted by relevance

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
Dasset_change_timer_test.cpp79 FlatObjectStore *flatObjectStore = nullptr; variable
97 FlatObjectStore *flatObjectStore = nullptr; variable
112 FlatObjectStore *flatObjectStore = nullptr; variable
131 FlatObjectStore *flatObjectStore = nullptr; variable
150 FlatObjectStore *flatObjectStore = new FlatObjectStore(bundleName); variable
180 FlatObjectStore *flatObjectStore = new FlatObjectStore(bundleName); variable
Dflat_object_store_test.cpp103 FlatObjectStore flatObjectStore = FlatObjectStore(bundleName); variable
117 FlatObjectStore flatObjectStore = FlatObjectStore(bundleName); variable
Ddistributed_object_impl_test.cpp83 FlatObjectStore *flatObjectStore = new FlatObjectStore(bundleName); variable
Dobject_store_test.cpp305 auto flatObjectStore = new FlatObjectStore(bundleName); variable
342 auto flatObjectStore = new FlatObjectStore(bundleName1); variable
1114 … std::shared_ptr<FlatObjectStore> flatObjectStore = std::make_shared<FlatObjectStore>(bundleName); variable
1131 … std::shared_ptr<FlatObjectStore> flatObjectStore = std::make_shared<FlatObjectStore>(bundleName); variable
1148 … std::shared_ptr<FlatObjectStore> flatObjectStore = std::make_shared<FlatObjectStore>(bundleName); variable
1162 … std::shared_ptr<FlatObjectStore> flatObjectStore = std::make_shared<FlatObjectStore>(bundleName); variable
1180 … std::shared_ptr<FlatObjectStore> flatObjectStore = std::make_shared<FlatObjectStore>(bundleName); variable
1199 … std::shared_ptr<FlatObjectStore> flatObjectStore = std::make_shared<FlatObjectStore>(bundleName); variable
1792 … std::shared_ptr<FlatObjectStore> flatObjectStore = std::make_shared<FlatObjectStore>(bundleName); variable
1821 … std::shared_ptr<FlatObjectStore> flatObjectStore = std::make_shared<FlatObjectStore>(bundleName); variable
[all …]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
Dasset_change_timer.cpp31 AssetChangeTimer *AssetChangeTimer::GetInstance(FlatObjectStore *flatObjectStore) in GetInstance()
42 AssetChangeTimer::AssetChangeTimer(FlatObjectStore *flatObjectStore) : flatObjectStore_(flatObjectS… in AssetChangeTimer()
Ddistributed_object_store_impl.cpp27 DistributedObjectStoreImpl::DistributedObjectStoreImpl(FlatObjectStore *flatObjectStore) in DistributedObjectStoreImpl()
38 const std::string &sessionId, FlatObjectStore *flatObjectStore) in CacheObject()
280 FlatObjectStore *flatObjectStore = new (std::nothrow) FlatObjectStore(bundleName); in GetInstance() local
Ddistributed_object_impl.cpp74 …edObjectImpl::DistributedObjectImpl(const std::string &sessionId, FlatObjectStore *flatObjectStore) in DistributedObjectImpl()