/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_asset_loader.cpp | 88 tasks_.ComputeIfAbsent(++taskSeq_, [task](const uint32_t key) { in TransferAssetsAsync() 101 downloading_.ComputeIfAbsent(asset.uri, [asset](const std::string& key) { in TransferAssetsAsync() 136 downloaded_.ComputeIfAbsent(asset.uri, [asset](const std::string& key) { in UpdateDownloaded()
|
H A D | object_manager.cpp | 491 restoreStatus_.ComputeIfAbsent( in NotifyDataChanged() 508 objectTimer_.ComputeIfAbsent( in WaitAssets() 537 restoreStatus_.ComputeIfAbsent( in NotifyAssetsReady() 570 restoreStatus_.ComputeIfAbsent( in NotifyAssetsStart() 1159 snapshots_.ComputeIfAbsent( in BindAsset() 1164 bindSnapshots_.ComputeIfAbsent( in BindAsset() 1241 bindSnapshots_.ComputeIfAbsent( in GetSnapShots()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/backuprule/ |
H A D | backup_rule_manager.cpp | 40 getters_.ComputeIfAbsent(backupRule, [&getter](const auto &) mutable { in RegisterPlugin()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/ |
H A D | checker_manager.cpp | 29 getters_.ComputeIfAbsent(checker, [&getter](const auto &) { in RegisterChecker()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | app_connect_manager.cpp | 29 auto result = blockCache_.ComputeIfAbsent(bundleName, [&block](const std::string &key) { in Wait()
|
H A D | extension_ability_manager.cpp | 39 … auto absent = connectCallbackCache_.ComputeIfAbsent(bundleName, [callback](const std::string &) { in ConnectExtension()
|
/ohos5.0/base/inputmethod/imf/frameworks/common/ |
H A D | concurrent_map.h | 248 …bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &acti… in ComputeIfAbsent() function 262 …bool ComputeIfAbsent(const key_type &key, const std::function<bool(const key_type &, mapped_type &… in ComputeIfAbsent() function
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_sql_statistic.cpp | 36 observers_.ComputeIfAbsent(observer.get(), [observer](auto &) { in Subscribe()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/checker/ |
H A D | checker_manager.cpp | 45 getters_.ComputeIfAbsent(checker, [&getter](const auto &) mutable { in RegisterPlugin()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/ |
H A D | meta_data_manager.cpp | 315 …return metaObservers_.ComputeIfAbsent("", [this, &observer, &filter](const std::string &key) -> au… in Subscribe() 326 …return metaObservers_.ComputeIfAbsent(prefix, [this, isLocal, &observer, &prefix](const std::strin… in Subscribe()
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/ |
H A D | data_share_manager_impl.cpp | 206 observers_.ComputeIfAbsent(ptr, [®isterCallback](const GeneralControllerServiceImpl*) { in SetRegisterCallback()
|
/ohos5.0/base/theme/wallpaper_mgr/utils/include/ |
H A D | concurrent_map.h | 220 …bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &acti… in ComputeIfAbsent() function
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/ |
H A D | concurrent_map.h | 223 …bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &acti… in ComputeIfAbsent() function
|
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/include/ |
H A D | concurrent_map.h | 248 …bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &acti… in ComputeIfAbsent() function
|
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | concurrent_map.h | 254 …bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &acti… in ComputeIfAbsent() function
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | concurrent_map.h | 261 …bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &acti… in ComputeIfAbsent() function
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | concurrent_map.h | 291 …bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &acti… in ComputeIfAbsent() function
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_ability.cpp | 909 auto flag = panels_.ComputeIfAbsent( in CreatePanel()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | sync_manager.cpp | 473 … activeInfos_.ComputeIfAbsent(info.syncId_, [this, times, interval, &info](uint64_t key) mutable { in GetRetryer()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_service.cpp | 1757 … auto isAbsent = globalShareOptions_.ComputeIfAbsent(tokenId, [&option](const uint32_t &tokenId) { in SetAppShareOptions()
|