Home
last modified time | relevance | path

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

/foundation/systemabilitymgr/samgr/services/samgr/native/include/
Dconcurrent_map.h26 ConcurrentMap() {} in ConcurrentMap() function
30 ConcurrentMap(const ConcurrentMap &rhs) in ConcurrentMap() function
/foundation/distributeddatamgr/preferences/frameworks/native/include/
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
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Drdb_sql_statistic.h27 class ConcurrentMap; variable
/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
Dconcurrent_map.h38 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
54 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
/foundation/ability/ability_runtime/services/dataobsmgr/include/
Dconcurrent_map.h43 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
59 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
Dconcurrent_map.h43 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
59 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
/foundation/distributeddatamgr/kv_store/frameworks/common/
Dconcurrent_map.h43 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function
59 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
/foundation/distributeddatamgr/kv_store/frameworks/common/test/
Dconcurrent_map_test.cpp22 template<typename _Key, typename _Tp> using ConcurrentMap = OHOS::ConcurrentMap<_Key, _Tp>; typedef