Home
last modified time | relevance | path

Searched defs:ConcurrentMap (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dconcurrent_map.h26 ConcurrentMap() {} in ConcurrentMap() function
30 ConcurrentMap(const ConcurrentMap &rhs) in ConcurrentMap() function
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dconcurrent_map.h44 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
49 ConcurrentMap(std::map<_Key, _Tp> &&other) noexcept in ConcurrentMap() function
75 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_sql_statistic.h27 class ConcurrentMap; variable
/ohos5.0/base/theme/wallpaper_mgr/utils/include/
H A Dconcurrent_map.h37 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
53 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
H A Dconcurrent_map.h38 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
54 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dconcurrent_map.h43 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
59 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Dconcurrent_map.h43 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
59 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
/ohos5.0/base/inputmethod/imf/frameworks/common/
H A Dconcurrent_map.h43 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
59 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dconcurrent_map.h43 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
59 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
/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