/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | concurrent_map.h | 24 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 D | concurrent_map.h | 22 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 D | concurrent_map.h | 23 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 D | concurrent_map.h | 24 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 D | concurrent_map.h | 23 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 D | concurrent_map.h | 23 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 D | concurrent_map.h | 23 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 D | concurrent_map.h | 23 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 D | kvdb_notifier_client.h | 52 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 D | concurrent_map.h | 21 class ConcurrentMap { 23 ConcurrentMap() = default; 24 ~ConcurrentMap() = default;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/dump/ |
H A D | dump_manager.h | 54 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 D | rdb_sql_statistic.h | 27 class ConcurrentMap; variable 49 static ConcurrentMap<SqlObserver *, std::shared_ptr<SqlObserver>> observers_; 50 static ConcurrentMap<uint64_t, std::shared_ptr<SqlExecInfo>> execInfos_;
|
H A D | rdb_service_proxy.h | 34 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 D | db_store_mock.h | 115 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 D | object_asset_loader.h | 67 ConcurrentMap<uint32_t, TransferTask> tasks_; 68 ConcurrentMap<std::string, std::string> downloaded_; 69 ConcurrentMap<std::string, std::string> downloading_;
|
H A D | object_manager.h | 214 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 D | pasteboard_service.h | 180 ConcurrentMap<uint32_t, std::shared_ptr<BlockObject<bool>>> getDataBlocks_; 280 ConcurrentMap<int32_t, std::shared_ptr<PasteData>> clips_; 281 …ConcurrentMap<int32_t, std::pair<sptr<IPasteboardEntryGetter>, sptr<EntryGetterDeathRecipient>>> e… 282 …ConcurrentMap<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 D | concurrent_map_test.cpp | 22 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 D | feature_system.h | 66 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 D | softbus_adapter.h | 103 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 D | store_factory.h | 41 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 D | device_manager_adapter.h | 111 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 D | js_distributedobjectstore.h | 40 … 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 D | connect_manager.h | 60 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 D | dataobs_mgr_client.h | 140 ConcurrentMap<sptr<IDataAbilityObserver>, std::list<Uri>> observers_; 147 ConcurrentMap<sptr<IDataAbilityObserver>, std::list<Param>> observerExts_;
|