Home
last modified time | relevance | path

Searched refs:ForEachCopies (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp461 …dataService_.features_.ForEachCopies([this](const auto &, sptr<DistributedData::FeatureStubImpl> &… in ~KvStoreClientDeathObserverImpl()
549 …features_.ForEachCopies([&eventInfo](const auto &key, sptr<DistributedData::FeatureStubImpl> &valu… in NotifyAccountEvent()
584 … features_.ForEachCopies([&info](const auto &key, sptr<DistributedData::FeatureStubImpl> &value) { in OnDeviceOnline()
595 … features_.ForEachCopies([&info](const auto &key, sptr<DistributedData::FeatureStubImpl> &value) { in OnDeviceOffline()
606 … features_.ForEachCopies([&info](const auto &key, sptr<DistributedData::FeatureStubImpl> &value) { in OnDeviceOnReady()
617 features_.ForEachCopies([info](const auto &key, sptr<DistributedData::FeatureStubImpl> &value) { in OnSessionReady()
626 …staticActs.ForEachCopies([bundleName, user, index](const auto &, const std::shared_ptr<StaticActs>… in OnUninstall()
636 …staticActs.ForEachCopies([bundleName, user, index](const auto &, const std::shared_ptr<StaticActs>… in OnUpdate()
646 …staticActs.ForEachCopies([bundleName, user, index](const auto &, const std::shared_ptr<StaticActs>… in OnInstall()
655 features_.ForEachCopies([user](const auto &key, sptr<DistributedData::FeatureStubImpl> &value) { in OnScreenUnlocked()
[all …]
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddm_adapter.cpp113 observers_.ForEachCopies([&deviceInfo](auto &key, auto &value) { in Initialize()
119 observers_.ForEachCopies([&deviceInfo](auto &key, auto &value) { in Initialize()
124 observers_.ForEachCopies([&deviceInfo](auto &key, auto &value) { in Initialize()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_sql_statistic.cpp131 observers_.ForEachCopies([&info](auto key, std::shared_ptr<SqlObserver> &observer) { in Release()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Ddb_store_mock.cpp279 observers_.ForEachCopies([&changeData](const auto &observer, auto &keys) mutable { in PutBatch()
300 observers_.ForEachCopies([&changeData](const auto &observer, auto &keys) { in DeleteBatch()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_client.cpp89 switchObservers_.ForEachCopies( in OnSwitchChange()
/ohos5.0/base/theme/wallpaper_mgr/utils/include/
H A Dconcurrent_map.h169 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() function
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
H A Dconcurrent_map.h172 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() function
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Dconcurrent_map.h197 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddevice_manager_adapter.cpp328 observers_.ForEachCopies([&dvInfo](const auto &key, auto &value) { in Offline()
360 observers_.ForEachCopies([&dvInfo](const auto &key, auto &value) { in OnReady()
/ohos5.0/base/inputmethod/imf/frameworks/common/
H A Dconcurrent_map.h197 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() function
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dconcurrent_map.h203 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dconcurrent_map.h210 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() function
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dconcurrent_map.h240 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp210 actives_.ForEachCopies([this](auto &syncId, auto &taskId) { in ~SyncManager()
243 actives_.ForEachCopies([this, user](auto &syncId, auto &taskId) { in StopCloudSync()