/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/ |
H A D | store_cache.cpp | 33 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([¤t](auto &key, std::shared_ptr<Store> &storePtr) {
in GarbageCollect()
|
H A D | store_cache.h | 31 std::shared_ptr<Store> GetStore(std::string intention);
45 ConcurrentMap<std::string, std::shared_ptr<Store>> stores_;
|
H A D | store.h | 31 class Store {
class
|
H A D | runtime_store.h | 28 class API_EXPORT RuntimeStore final : public Store {
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/ |
H A D | shader_cache_test.cpp | 163 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 D | auto_cache.h | 35 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 D | sync_manager.h | 45 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 D | cloud_service_impl.h | 140 std::pair<bool, StatisticInfo> QueryTableStatistic(const std::string &tableName, AutoCache::Store store);
|
H A D | sync_manager.cpp | 48 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 D | bms_bundle_rdb_data_manager_test.cpp | 263 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 D | lifecycle_policy.h | 36 const std::shared_ptr<Store> &store, Duration interval, std::vector<std::string> &timeoutKeys);
|
H A D | lifecycle_policy.cpp | 75 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 D | store_test.cpp | 152 * @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 D | auto_cache.cpp | 61 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 D | object_asset_machine.cpp | 60 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 D | shader_cache.h | 57 void Store(const Drawing::Data &key, const Drawing::Data &data) override;
|
H A D | shader_cache.cpp | 174 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 D | input_display_bind_helper.cpp | 349 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 D | udmf_service_impl.h | 60 int32_t QueryDataCommon(const QueryOption &query, std::vector<UnifiedData> &dataSet, std::shared_ptr<Store> &store);
|
H A D | udmf_service_impl.cpp | 343 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 D | gpu_context.h | 80 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 D | input_display_bind_helper.h | 87 void Store();
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_display_bind_helper_test.cpp | 213 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 D | gpu_context_test.cpp | 42 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 D | skia_gpu_context.cpp | 63 cache_->Store(keyData, storeData); in store()
|