Home
last modified time | relevance | path

Searched defs:key_type (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/common/
H A Dconcurrent_map.h30 using key_type = typename std::map<_Key, _Tp>::key_type; variable
184 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach()
197 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies()
211 …bool Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &acti… in Compute()
232 …bool ComputeIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type … in ComputeIfPresent()
262 …bool ComputeIfAbsent(const key_type &key, const std::function<bool(const key_type &, mapped_type &… in ComputeIfAbsent()
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dconcurrent_map.h30 using key_type = typename std::map<_Key, _Tp>::key_type; variable
190 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach()
203 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies()
217 …bool Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &acti… in Compute()
238 …bool ComputeIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type … in ComputeIfPresent()
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Dconcurrent_map.h30 using key_type = typename std::map<_Key, _Tp>::key_type; variable
184 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach()
197 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies()
211 …bool Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &acti… in Compute()
232 …bool ComputeIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type … in ComputeIfPresent()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dconcurrent_map.h30 using key_type = typename std::map<_Key, _Tp>::key_type; variable
197 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach()
210 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies()
224 …bool Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &acti… in Compute()
245 …bool ComputeIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type … in ComputeIfPresent()
/ohos5.0/base/theme/wallpaper_mgr/utils/include/
H A Dconcurrent_map.h156 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach()
169 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies()
183 …bool Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &acti… in Compute()
204 …bool ComputeIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type … in ComputeIfPresent()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
H A Dconcurrent_map.h159 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach()
172 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies()
186 …bool Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &acti… in Compute()
207 …bool ComputeIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type … in ComputeIfPresent()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dconcurrent_map.h31 using key_type = typename std::map<_Key, _Tp>::key_type; variable
227 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach()
240 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies()
254 …bool Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &acti… in Compute()
275 …bool ComputeIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type … in ComputeIfPresent()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
H A Dhuks_adapter_mock.c42 uint32_t key_type; member
648 const struct hc_auth_id *auth_id, enum huks_key_alias_type key_type) in generate_key_alias()
1180 struct huks_key_type key_type; in check_key_alias_is_owner() local
1206 struct huks_key_type key_type; in load_lt_public_key_list() local
H A Dhuks_adapter_mock_for_pake.c42 uint32_t key_type; member
719 const struct hc_auth_id *auth_id, enum huks_key_alias_type key_type) in generate_key_alias()
1251 struct huks_key_type key_type; in check_key_alias_is_owner() local
1277 struct huks_key_type key_type; in load_lt_public_key_list() local
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c42 uint32_t key_type; member
775 const struct hc_auth_id *auth_id, enum huks_key_alias_type key_type) in generate_key_alias()
1342 struct huks_key_type key_type; in check_key_alias_is_owner() local
1368 struct huks_key_type key_type; in load_lt_public_key_list() local
/ohos5.0/base/security/huks/interfaces/inner_api/huks_lite/
H A Dhks_types.h216 uint32_t key_type; /* algorithm */ member
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c367 struct huks_key_type key_type; in is_trust_peer() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h184 using key_type = typename data_type::value_type::first_type; member
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Dhuks_adapter_test.cpp492 struct huks_key_type key_type; variable