Home
last modified time | relevance | path

Searched refs:Store (Results 1 - 25 of 28) sorted by relevance

12

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Dstore_cache.cpp33 std::shared_ptr<Store> StoreCache::GetStore(std::string intention) in GetStore()
35 std::shared_ptr<Store> store; in GetStore()
45 stores_.Compute(key, [&store, intention](const auto &key, std::shared_ptr<Store> &storePtr) -> bool { in GetStore()
74 stores_.EraseIf([&current](auto &key, std::shared_ptr<Store> &storePtr) { in GarbageCollect()
H A Dstore_cache.h31 std::shared_ptr<Store> GetStore(std::string intention);
45 ConcurrentMap<std::string, std::shared_ptr<Store>> stores_;
H A Dstore.h31 class Store { class
H A Druntime_store.h28 class API_EXPORT RuntimeStore final : public Store {
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
H A Dshader_cache_test.cpp163 cache.Store(*fakeKey, *fakeData); in HWTEST_F()
196 cache.Store(*fakeKey, *fakeData); in HWTEST_F()
232 cache.Store(*fakeKey, *fakeData); in HWTEST_F()
269 cache.Store(*fakeKey, *fakeData); in HWTEST_F()
336 cache.Store(*fakeKey, *fakeData); in HWTEST_F()
339 cache.Store(*fakeKey, *fakeData); in HWTEST_F()
370 cache.Store(key, value); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dauto_cache.h35 using Store = std::shared_ptr<GeneralStore>;
49 API_EXPORT Store GetStore(const StoreMetaData &meta, const Watchers &watchers);
72 operator Store();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.h45 static AutoCache::Store GetStore(const StoreMetaData &meta, int32_t user, bool mustBind = true);
48 using Store = std::string;
49 using Stores = std::vector<Store>;
54 Store store;
59 using MutliStoreTables = std::map<Store, Tables>;
60 explicit SyncInfo(int32_t user, const std::string &bundleName = "", const Store &store = "",
H A Dcloud_service_impl.h140 std::pair<bool, StatisticInfo> QueryTableStatistic(const std::string &tableName, AutoCache::Store store);
H A Dsync_manager.cpp48 int32_t user, const std::string &bundleName, const Store &store, const Tables &tables, int32_t triggerMode) in SyncInfo()
555 AutoCache::Store SyncManager::GetStore(const StoreMetaData &meta, int32_t user, bool mustBind)
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_rdb_data_manager_test/
H A Dbms_bundle_rdb_data_manager_test.cpp263 MockAppProvisionInfo Store; in HWTEST_F() local
266 auto ret = callback.OnUpgrade(Store, currentVersion, targetVersion); in HWTEST_F()
279 MockAppProvisionInfo Store; in HWTEST_F() local
282 auto ret = callback.OnDowngrade(Store, currentVersion, targetVersion); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/lifecycle/
H A Dlifecycle_policy.h36 const std::shared_ptr<Store> &store, Duration interval, std::vector<std::string> &timeoutKeys);
H A Dlifecycle_policy.cpp75 const std::shared_ptr<Store> &store, Duration interval, std::vector<std::string> &timeoutKeys) in GetTimeoutKeys()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dstore_test.cpp152 * @tc.desc: AutoCache Delegate operator Store()
165 AutoCache::Store result = static_cast<AutoCache::Store>(delegate); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp61 AutoCache::Store AutoCache::GetStore(const StoreMetaData &meta, const Watchers &watchers) in GetStore()
63 Store store; in GetStore()
276 AutoCache::Delegate::operator Store() in operator Store()
281 return Store(store_, [](GeneralStore *store) { store->Release(); }); in operator Store()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_machine.cpp60 static AutoCache::Store GetStore(ChangedAssetInfo& changedAsset);
61 static VBuckets GetMigratedData(AutoCache::Store& store, AssetBindInfo& assetBindInfo, const Asset& newAsset);
199 static VBuckets GetMigratedData(AutoCache::Store& store, AssetBindInfo& assetBindInfo, const Asset& newAsset) in GetMigratedData()
290 static AutoCache::Store GetStore(ChangedAssetInfo& changedAsset) in GetStore()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dshader_cache.h57 void Store(const Drawing::Data &key, const Drawing::Data &data) override;
H A Dshader_cache.cpp174 void ShaderCache::Store(const Drawing::Data& key, const Drawing::Data& data) in Store() function in OHOS::Rosen::ShaderCache
176 RS_TRACE_NAME("Store shader"); in Store()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_display_bind_helper.cpp349 Store(); in AddInputDevice()
397 Store(); in AddDisplay()
431 Store(); in AddLocalDisplay()
545 void InputDisplayBindHelper::Store() in Store() function in OHOS::MMI::InputDisplayBindHelper
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_impl.h60 int32_t QueryDataCommon(const QueryOption &query, std::vector<UnifiedData> &dataSet, std::shared_ptr<Store> &store);
H A Dudmf_service_impl.cpp343 std::shared_ptr<Store> store; in GetBatchData()
413 std::shared_ptr<Store> store; in DeleteData()
463 ZLOGE("Store get summary failed, intention: %{public}s.", key.intention.c_str()); in GetSummary()
558 ZLOGE("Store sync failed, intention: %{public}s.", key.intention.c_str()); in Sync()
584 ZLOGE("Store get unifiedData failed, intention: %{public}s.", key.intention.c_str()); in IsRemoteData()
589 ZLOGE("Store get runtime failed, key: %{public}s.", query.key.c_str()); in IsRemoteData()
627 ZLOGE("Store get unifiedData failed, intention: %{public}d.", shareOption); in SetAppShareOption()
677 ZLOGE("Store DeleteLocal failed, intention: %{public}s.", intention.c_str()); in RemoveAppShareOption()
698 const QueryOption &query, std::vector<UnifiedData> &dataSet, std::shared_ptr<Store> &store) in QueryDataCommon()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dgpu_context.h80 virtual void Store(const Data& key, const Data& data) = 0;
268 * @brief Store vulkan pipeline cache
/foundation/multimodalinput/input/service/window_manager/include/
H A Dinput_display_bind_helper.h87 void Store();
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_display_bind_helper_test.cpp213 bindInfo.Store(); in HWTEST_F()
919 * @tc.desc: Test Store
928 ASSERT_NO_FATAL_FAILURE(inputDisplayBindHelper.Store()); in HWTEST_F()
933 * @tc.desc: Test Store
942 ASSERT_NO_FATAL_FAILURE(inputDisplayBindHelper.Store()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/image/
H A Dgpu_context_test.cpp42 void Store(const Data& key, const Data& data) override {};
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_gpu_context.cpp63 cache_->Store(keyData, storeData); in store()

Completed in 14 milliseconds

12