Home
last modified time | relevance | path

Searched refs:value_type (Results 1 - 15 of 15) sorted by relevance

/base/security/access_token/services/privacymanager/src/common/
H A Dconstant.cpp22 std::map<std::string, int32_t>::value_type("ohos.permission.ANSWER_CALL", Constant::OP_ANSWER_CALL),
23 std::map<std::string, int32_t>::value_type("ohos.permission.READ_CALENDAR", Constant::OP_READ_CALENDAR),
24 std::map<std::string, int32_t>::value_type("ohos.permission.READ_CALL_LOG", Constant::OP_READ_CALL_LOG),
25 std::map<std::string, int32_t>::value_type("ohos.permission.READ_CELL_MESSAGES", Constant::OP_READ_CELL_MESSAGES),
26 std::map<std::string, int32_t>::value_type("ohos.permission.READ_CONTACTS", Constant::OP_READ_CONTACTS),
27 std::map<std::string, int32_t>::value_type("ohos.permission.READ_MESSAGES", Constant::OP_READ_MESSAGES),
28 std::map<std::string, int32_t>::value_type("ohos.permission.RECEIVE_MMS", Constant::OP_RECEIVE_MMS),
29 std::map<std::string, int32_t>::value_type("ohos.permission.RECEIVE_SMS", Constant::OP_RECEIVE_SMS),
30 std::map<std::string, int32_t>::value_type(
32 std::map<std::string, int32_t>::value_type("oho
[all...]
/base/inputmethod/imf/frameworks/common/
H A Dconcurrent_map.h32 using value_type = typename std::map<_Key, _Tp>::value_type;
131 auto it = entries_.insert(value_type{ key, value });
169 [&action](value_type &value) -> bool { return action(value.first, value.second); });
/base/theme/wallpaper_mgr/utils/include/
H A Dconcurrent_map.h26 using value_type = typename std::map<_Key, _Tp>::value_type;
103 auto it = entries_.insert(value_type{ key, value });
141 entries_, [&action](value_type &value) -> bool { return action(value.first, value.second); });
/base/useriam/user_auth_framework/services/core/inc/
H A Dauth_event_listener_manager.h72 bool operator()(std::map<sptr<AuthEventListenerInterface>, sptr<DeathRecipient>>::value_type &pair) in operator ()()
/base/web/webview/ohos_interface/ohos_glue/base/include/
H A Dark_web_types.cpp122 class_value.insert(std::map<std::string, std::string>::value_type( in ArkWebStringMapStructToClass()
251 class_value.insert(std::map<std::string, std::vector<std::string>>::value_type( in ArkWebStringVectorMapStructToClass()
H A Dark_web_types.h230 class_value.insert(std::map<T1, T2>::value_type(struct_value.key[count], struct_value.value[count])); in ArkWebBasicMapStructToClass()
/base/print/print_fwk/frameworks/kits/extension/src/
H A Djs_print_extension_connection.cpp140 const std::map<ConnecttionKey, sptr<JSPrintExtensionConnection>>::value_type &obj) { in HandleOnAbilityDisconnectDone()
H A Djs_print_extension_context.cpp376 [&connectId](const std::map<ConnecttionKey, sptr<JSPrintExtensionConnection>>::value_type &obj) { in OnDisconnectAbility()
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAnimatorSceneDataProcessor.cpp106 db.insert(std::map<int32_t, AnimatorRecord*>::value_type(evt->animatorInfo.basicInfo.uniqueId, animatorRecord)); in CreateRecord()
/base/update/updater/utils/json/
H A Djson_visitor.h87 // visit vector, T is std::vector<T::value_type>
97 typename T::value_type ele {}; in VisitMember()
/base/usb/usb_manager/services/native/src/
H A Dusb_port_manager.cpp171 auto res = portMap_.insert(std::map<int32_t, UsbPort>::value_type(port.id, port)); in AddPort()
/base/inputmethod/imf/frameworks/kits/extension/src/
H A Djs_inputmethod_extension_context.cpp354 [&connectId](const std::map<ConnectionKey, sptr<JSInputMethodExtensionConnection>>::value_type &obj) { in OnDisconnectAbility()
592 const std::map<ConnectionKey, sptr<JSInputMethodExtensionConnection>>::value_type &obj) { in HandleOnAbilityDisconnectDone()
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
H A Djs_wallpaper_extension_context.cpp360 [&connectId](const std::map<ConnecttionKey, sptr<JSWallpaperExtensionConnection>>::value_type &obj) { in OnDisconnectAbility()
607 const std::map<ConnecttionKey, sptr<JSWallpaperExtensionConnection>>::value_type &obj) { in HandleOnAbilityDisconnectDone()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_download_item.cpp639 napi_valuetype value_type = napi_undefined; in JS_Start() local
640 napi_typeof(env, argv[0], &value_type); in JS_Start()
/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dcall_data_base_helper.cpp230 std::map<std::string, int32_t>::value_type(phoneNumber, CALL_LOG_DEFAULT_COUNT)); in QueryCallLog()

Completed in 11 milliseconds