/foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
H A D | dm_adapter.cpp | 110 observers_.ForEachCopies([&deviceInfo](auto &key, auto &value) { in Initialize() 117 observers_.ForEachCopies([&deviceInfo](auto &key, auto &value) { in Initialize() 123 observers_.ForEachCopies([&deviceInfo](auto &key, auto &value) { in Initialize()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_data_service.cpp | 366 features_.ForEachCopies([&identifier, ¶m](const auto &, sptr<DistributedData::FeatureStubImpl> &value) { in StartService() 629 dataService_.features_.ForEachCopies([this](const auto &, sptr<DistributedData::FeatureStubImpl> &value) { in ~KvStoreClientDeathObserverImpl() 717 features_.ForEachCopies([&eventInfo](const auto &key, sptr<DistributedData::FeatureStubImpl> &value) { in NotifyAccountEvent() 752 features_.ForEachCopies([&info](const auto &key, sptr<DistributedData::FeatureStubImpl> &value) { in OnDeviceOnline() 763 features_.ForEachCopies([&info](const auto &key, sptr<DistributedData::FeatureStubImpl> &value) { in OnDeviceOffline() 774 features_.ForEachCopies([&info](const auto &key, sptr<DistributedData::FeatureStubImpl> &value) { in OnDeviceOnReady() 785 features_.ForEachCopies([info](const auto &key, sptr<DistributedData::FeatureStubImpl> &value) { in OnSessionReady() 794 staticActs.ForEachCopies([bundleName, user, index](const auto &, const std::shared_ptr<StaticActs>& acts) { in OnUninstall() 804 staticActs.ForEachCopies([bundleName, user, index](const auto &, const std::shared_ptr<StaticActs>& acts) { in OnUpdate() 814 staticActs.ForEachCopies([bundleNam in OnInstall() [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_sql_statistic.cpp | 131 observers_.ForEachCopies([&info](auto key, std::shared_ptr<SqlObserver> &observer) { in Release()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kvdb_notifier_client.cpp | 89 switchObservers_.ForEachCopies( in OnSwitchChange()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | db_store_mock.cpp | 280 observers_.ForEachCopies([&changeData](const auto &observer, auto &keys) mutable { in PutBatch() 301 observers_.ForEachCopies([&changeData](const auto &observer, auto &keys) { in DeleteBatch()
|
/foundation/ability/ability_runtime/services/dataobsmgr/include/ |
H A D | concurrent_map.h | 197 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() function in OHOS::ConcurrentMap
|
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | concurrent_map.h | 210 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() function in OHOS::ConcurrentMap
|
/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/ |
H A D | concurrent_map.h | 173 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() function in OHOS::ConcurrentMap
|
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | concurrent_map.h | 197 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() function in OHOS::ConcurrentMap
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | device_manager_adapter.cpp | 328 observers_.ForEachCopies([&dvInfo](const auto &key, auto &value) { 360 observers_.ForEachCopies([&dvInfo](const auto &key, auto &value) {
|
/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | concurrent_map.h | 240 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() function in OHOS::ConcurrentMap
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | sync_manager.cpp | 218 actives_.ForEachCopies([this](auto &syncId, auto &taskId) { in ~SyncManager() 251 actives_.ForEachCopies([this, user](auto &syncId, auto &taskId) { in StopCloudSync()
|