Home
last modified time | relevance | path

Searched refs:ConcurrentMap (Results 1 – 25 of 90) sorted by relevance

1234

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dconcurrent_map.h24 template <typename K, typename V> class ConcurrentMap {
26 ConcurrentMap() {} in ConcurrentMap() function
28 ~ConcurrentMap() {} in ~ConcurrentMap()
30 ConcurrentMap(const ConcurrentMap &rhs) in ConcurrentMap() function
35 ConcurrentMap &operator = (const ConcurrentMap &rhs)
/ohos5.0/base/theme/wallpaper_mgr/utils/include/
H A Dconcurrent_map.h22 template<typename _Key, typename _Tp> class ConcurrentMap {
31 ConcurrentMap() = default;
32 ~ConcurrentMap() in ~ConcurrentMap()
37 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
42 ConcurrentMap &operator=(const ConcurrentMap &other) noexcept
53 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
58 ConcurrentMap &operator=(ConcurrentMap &&other) noexcept
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
H A Dconcurrent_map.h23 class ConcurrentMap {
32 ConcurrentMap() = default;
33 ~ConcurrentMap() in ~ConcurrentMap()
38 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
43 ConcurrentMap &operator=(const ConcurrentMap &other) noexcept
54 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
59 ConcurrentMap &operator=(ConcurrentMap &&other) noexcept
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dconcurrent_map.h24 class ConcurrentMap {
38 ConcurrentMap() = default;
39 ~ConcurrentMap() in ~ConcurrentMap()
44 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
49 ConcurrentMap(std::map<_Key, _Tp> &&other) noexcept in ConcurrentMap() function
54 ConcurrentMap &operator=(std::map<_Key, _Tp> &&other) noexcept
64 ConcurrentMap &operator=(const ConcurrentMap &other) noexcept
75 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
80 ConcurrentMap &operator=(ConcurrentMap &&other) noexcept
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Dconcurrent_map.h23 class ConcurrentMap {
37 ConcurrentMap() = default;
38 ~ConcurrentMap() in ~ConcurrentMap()
43 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
48 ConcurrentMap &operator=(const ConcurrentMap &other) noexcept
59 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
64 ConcurrentMap &operator=(ConcurrentMap &&other) noexcept
/ohos5.0/base/inputmethod/imf/frameworks/common/
H A Dconcurrent_map.h23 class ConcurrentMap {
37 ConcurrentMap() = default;
38 ~ConcurrentMap() in ~ConcurrentMap()
43 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
48 ConcurrentMap &operator=(const ConcurrentMap &other) noexcept
59 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
64 ConcurrentMap &operator=(ConcurrentMap &&other) noexcept
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dconcurrent_map.h23 class ConcurrentMap {
37 ConcurrentMap() = default;
38 ~ConcurrentMap() in ~ConcurrentMap()
43 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
48 ConcurrentMap &operator=(const ConcurrentMap &other) noexcept
59 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
64 ConcurrentMap &operator=(ConcurrentMap &&other) noexcept
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dconcurrent_map.h23 class ConcurrentMap {
37 ConcurrentMap() = default;
38 ~ConcurrentMap() in ~ConcurrentMap()
43 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
48 ConcurrentMap &operator=(const ConcurrentMap &other) noexcept
59 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
64 ConcurrentMap &operator=(ConcurrentMap &&other) noexcept
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_client.h52 ConcurrentMap<uint64_t, std::shared_ptr<KvStoreSyncCallback>> syncCallbackInfo_;
53 ConcurrentMap<std::string, std::pair<bool, bool>> remotes_;
54 ConcurrentMap<uintptr_t, std::shared_ptr<KvStoreObserver>> switchObservers_;
55 ConcurrentMap<uint64_t, AsyncDetail> cloudSyncCallbacks_;
/ohos5.0/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/
H A Dconcurrent_map.h21 class ConcurrentMap {
23 ConcurrentMap() = default;
24 ~ConcurrentMap() = default;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/dump/
H A Ddump_manager.h54 API_EXPORT ConcurrentMap<std::string, DumpManager::Config> LoadConfig();
60 ConcurrentMap<std::string, Config> factory_;
61 ConcurrentMap<std::string, std::string> indexTable_;
62 ConcurrentMap<std::string, std::map<uintptr_t, Handler>> handlers_;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_sql_statistic.h27 class ConcurrentMap; variable
49 static ConcurrentMap<SqlObserver *, std::shared_ptr<SqlObserver>> observers_;
50 static ConcurrentMap<uint64_t, std::shared_ptr<SqlExecInfo>> execInfos_;
H A Drdb_service_proxy.h34 using Observers = ConcurrentMap<std::string, std::list<ObserverParam>>;
94 using SyncCallbacks = ConcurrentMap<uint32_t, AsyncDetail>;
95 …using SyncObservers = ConcurrentMap<std::string, std::list<std::shared_ptr<DetailProgressObserver>…
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Ddb_store_mock.h115 DBStatus Get(ConcurrentMap<Key, Value> &store, const Key &key, Value &value) const;
116 …DBStatus GetEntries(ConcurrentMap<Key, Value> &store, const Key &keyPrefix, std::vector<Entry> &en…
117 DBStatus PutBatch(ConcurrentMap<Key, Value> &store, const std::vector<Entry> &entries);
118 DBStatus DeleteBatch(ConcurrentMap<Key, Value> &store, const std::vector<Key> &keys);
119 mutable ConcurrentMap<Key, Value> entries_;
120 mutable ConcurrentMap<Key, Value> localEntries_;
121 mutable ConcurrentMap<KvStoreObserver *, std::set<Key>> observers_;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_loader.h67 ConcurrentMap<uint32_t, TransferTask> tasks_;
68 ConcurrentMap<std::string, std::string> downloaded_;
69 ConcurrentMap<std::string, std::string> downloading_;
H A Dobject_manager.h214 ConcurrentMap<uint32_t /* tokenId */, CallbackInfo > callbacks_;
218 ConcurrentMap<std::string, std::shared_ptr<Snapshot>> snapshots_; // key:bundleName_sessionId
219 ConcurrentMap<std::string, UriToSnapshot> bindSnapshots_; // key:bundleName_storeName
220 ConcurrentMap<std::string, RestoreStatus> restoreStatus_; // key:bundleName+sessionId
221 ConcurrentMap<std::string, ExecutorPool::TaskId> objectTimer_; // key:bundleName+sessionId
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h180 ConcurrentMap<uint32_t, std::shared_ptr<BlockObject<bool>>> getDataBlocks_;
280 ConcurrentMap<int32_t, std::shared_ptr<PasteData>> clips_;
281ConcurrentMap<int32_t, std::pair<sptr<IPasteboardEntryGetter>, sptr<EntryGetterDeathRecipient>>> e…
282ConcurrentMap<int32_t, std::pair<sptr<IPasteboardDelayGetter>, sptr<DelayGetterDeathRecipient>>> d…
283 ConcurrentMap<int32_t, uint64_t> copyTime_;
308 ConcurrentMap<std::string, ConcurrentMap<std::string, int32_t>> p2pMap_;
319 ConcurrentMap<uint32_t, GlobalShareOption> globalShareOptions_;
359 ConcurrentMap<pid_t, sptr<PasteboardDeathRecipient>> clients_;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dconcurrent_map_test.cpp22 template<typename _Key, typename _Tp> using ConcurrentMap = OHOS::ConcurrentMap<_Key, _Tp>; typedef
45 ConcurrentMap<std::string, TestValue> values_;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/
H A Dfeature_system.h66 const ConcurrentMap<std::string, std::shared_ptr<StaticActs>> &GetStaticActs();
76 ConcurrentMap<std::string, std::pair<Creator, int32_t>> creators_;
77 ConcurrentMap<std::string, std::shared_ptr<StaticActs>> staticActs_;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_adapter.h103 ConcurrentMap<std::string, const AppDataChangeListener *> dataChangeListeners_{};
104 ConcurrentMap<std::string, std::vector<std::shared_ptr<SoftBusClient>>> connects_;
111 ConcurrentMap<int32_t, ServerSocketInfo> peerSocketInfos_;
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Dstore_factory.h41 ConcurrentMap<std::string, std::shared_ptr<DBManager>> dbManagers_;
42 ConcurrentMap<std::string, std::map<std::string, std::shared_ptr<SingleStoreImpl>>> stores_;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Ddevice_manager_adapter.h111 ConcurrentMap<const AppDeviceChangeListener *, const AppDeviceChangeListener *> observers_ {};
116 ConcurrentMap<std::string, std::string> syncTask_ {};
123 ConcurrentMap<std::string, std::pair<DeviceState, DeviceInfo>> readyDevices_;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
H A Djs_distributedobjectstore.h40 … static bool AddCallback(napi_env env, ConcurrentMap<std::string, std::list<napi_ref>> &callbacks,
42 … static bool DelCallback(napi_env env, ConcurrentMap<std::string, std::list<napi_ref>> &callbacks,
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/communication/
H A Dconnect_manager.h60 static ConcurrentMap<std::string, SessionCloseListener> sessionCloseListener_;
61 static ConcurrentMap<std::string, SessionOpenListener> sessionOpenListener_;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H A Ddataobs_mgr_client.h140 ConcurrentMap<sptr<IDataAbilityObserver>, std::list<Uri>> observers_;
147 ConcurrentMap<sptr<IDataAbilityObserver>, std::list<Param>> observerExts_;

1234