Home
last modified time | relevance | path

Searched refs:ComputeIfAbsent (Results 1 - 17 of 17) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/backuprule/
H A Dbackup_rule_manager.cpp40 getters_.ComputeIfAbsent(backupRule, [&getter](const auto &) mutable { in RegisterPlugin()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/
H A Dchecker_manager.cpp29 getters_.ComputeIfAbsent(checker, [&getter](const auto &) { in RegisterChecker()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dapp_connect_manager.cpp29 auto result = blockCache_.ComputeIfAbsent(bundleName, [&block](const std::string &key) { in Wait()
H A Dextension_ability_manager.cpp39 auto absent = connectCallbackCache_.ComputeIfAbsent(bundleName, [callback](const std::string &) { in ConnectExtension()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_loader.cpp88 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 Dobject_manager.cpp491 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()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/checker/
H A Dchecker_manager.cpp45 getters_.ComputeIfAbsent(checker, [&getter](const auto &) mutable { in RegisterPlugin()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_sql_statistic.cpp36 observers_.ComputeIfAbsent(observer.get(), [observer](auto &) { in Subscribe()
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Ddata_share_manager_impl.cpp198 observers_.ComputeIfAbsent(ptr, [&registerCallback](const GeneralControllerServiceImpl*) { in SetRegisterCallback()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dmeta_data_manager.cpp315 return metaObservers_.ComputeIfAbsent("", [this, &observer, &filter](const std::string &key) -> auto { in Subscribe()
326 return metaObservers_.ComputeIfAbsent(prefix, [this, isLocal, &observer, &prefix](const std::string &key) -> auto { in Subscribe()
/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Dconcurrent_map.h248 bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &action) in ComputeIfAbsent() function in OHOS::ConcurrentMap
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dconcurrent_map.h261 bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &action) in ComputeIfAbsent() function in OHOS::ConcurrentMap
/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
H A Dconcurrent_map.h224 bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &action) in ComputeIfAbsent() function in OHOS::ConcurrentMap
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dconcurrent_map.h248 bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &action) in ComputeIfAbsent() function in OHOS::ConcurrentMap
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dconcurrent_map.h291 bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &action) in ComputeIfAbsent() function in OHOS::ConcurrentMap
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp480 activeInfos_.ComputeIfAbsent(info.syncId_, [this, times, interval, &info](uint64_t key) mutable {
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp1715 auto isAbsent = globalShareOptions_.ComputeIfAbsent(tokenId, [&shareOptions](const uint32_t &tokenId) { in SetAppShareOptions()

Completed in 13 milliseconds