Home
last modified time | relevance | path

Searched refs:GetValueByKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dlocalization_module.h43 return GetValueByKey(args, argNum, false); in Translate()
45 return GetValueByKey(args, argNum); in Translate()
55 return GetValueByKey(args, argNum, true); in TranslatePlural()
57 return GetValueByKey(args, argNum); in TranslatePlural()
62 …static jerry_value_t GetValueByKey(const jerry_value_t *args, const jerry_length_t argsNum, bool i…
64 static jerry_value_t GetValueByKey(const jerry_value_t *args, const jerry_length_t argsNum);
H A Dlocalization_module.cpp61 jerry_value_t LocalizationModule::GetValueByKey(const jerry_value_t *args, const jerry_length_t arg… in GetValueByKey() function in OHOS::ACELite::LocalizationModule
63 jerry_value_t LocalizationModule::GetValueByKey(const jerry_value_t *args, const jerry_length_t arg… in GetValueByKey()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp4292 static V GetValueByKey(const std::unordered_map<K, V>& map, K key) in GetValueByKey() function
4335 pointerId >= GetValueByKey(eventMapDeltaXByDisplay_, displayId).size() || in HandleDownForCompatibleMode()
4336 pointerId >= GetValueByKey(downPointerByDisplay_, displayId).size()) { in HandleDownForCompatibleMode()
4374 if (pointerId >= GetValueByKey(eventMapTriggerByDisplay_, displayId).size() || in HandleMoveForCompatibleMode()
4375 pointerId >= GetValueByKey(eventMapDeltaXByDisplay_, displayId).size() || in HandleMoveForCompatibleMode()
4376 !GetValueByKey(eventMapTriggerByDisplay_, displayId)[pointerId]) { in HandleMoveForCompatibleMode()
4402 if (pointerId >= GetValueByKey(eventMapTriggerByDisplay_, displayId).size() || in HandleUpForCompatibleMode()
4403 pointerId >= GetValueByKey(eventMapDeltaXByDisplay_, displayId).size()) { in HandleUpForCompatibleMode()
4406 if (GetValueByKey(eventMapTriggerByDisplay_, displayId)[pointerId]) { in HandleUpForCompatibleMode()
4412 GetValueByKey(eventMapDeltaXByDisplay_, displayId)[pointerId] = 0; in HandleUpForCompatibleMode()
[all …]
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Draw_data_builder.h83 return GetValueByKey(key, dest); in ParseValueByKey()
372 bool GetValueByKey(const std::string& key, T& val) in GetValueByKey() function