Home
last modified time | relevance | path

Searched defs:stores (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp66 disables_.ContainIf(meta.tokenId, [&meta](const std::set<std::string> &stores) -> bool { in GetStore()
73 …okenId, [this, &meta, &watchers, &store](auto &, std::map<std::string, Delegate> &stores) -> bool { in GetStore()
105 Stores stores; in GetStoresIfPresent() local
202 stores_.ComputeIfPresent(tokenId, [&storeId, &watchers](auto &key, auto &stores) { in SetObserver()
233 disables_.ComputeIfPresent(tokenId, [&storeId](auto key, std::set<std::string> &stores) { in Enable()
241 disables_.Compute(tokenId, [&storeId](auto key, std::set<std::string> &stores) { in Disable()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Ddb_delegate.cpp34 …ata, &store, extUri, &backup](auto &, std::map<std::string, std::shared_ptr<Entity>> &stores) -> b… in Create()
62 stores_.EraseIf([](auto &, std::map<std::string, std::shared_ptr<Entity>> &stores) { in GarbageCollect()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dauto_sync_timer_mock.cpp70 std::map<std::string, std::vector<StoreId>> stores; in GetStoreIds() local
H A Dauto_sync_timer.cpp72 std::map<std::string, std::vector<StoreId>> stores; in GetStoreIds() local
H A Dstore_factory.cpp65 stores_.Compute(appId, [&](auto &, auto &stores) { in GetOrOpenStore() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp43 stores_.Compute(appId, [&](auto &, auto &stores) { in GetOrOpenStore() argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/
H A Dwater_version_manager.cpp51 auto stores = CheckerManager::GetInstance().GetDynamicStores(); in Init() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp57 SyncManager::SyncInfo::SyncInfo(int32_t user, const std::string &bundleName, const Stores &stores) in SyncInfo()
197 auto stores = CheckerManager::GetInstance().GetStaticStores(); in SyncManager() local
H A Dcloud_service_impl.cpp343 auto stores = CheckerManager::GetInstance().GetDynamicStores(); in DoKvCloudSync() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/
H A Drender_node_scene_util.cpp163 SceneRenderDataStores stores; in GetSceneRenderDataStores() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Ddevice_matrix.cpp85 auto stores = CheckerManager::GetInstance().GetDynamicStores(); in Initialize() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp637 auto stores = AutoCache::GetInstance().GetStoresIfPresent(meta.tokenId, storeId); in SetConfig() local
751 auto stores = AutoCache::GetInstance().GetStoresIfPresent(key); in OnAppExit() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp204 auto stores = AutoCache::GetInstance().GetStoresIfPresent(tokenId); in OnAppExit() local