Home
last modified time | relevance | path

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

/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/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