Searched refs:GetValueByKey (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | localization_module.h | 43 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 isPlural); 64 static jerry_value_t GetValueByKey(const jerry_value_t *args, const jerry_length_t argsNum);
|
H A D | localization_module.cpp | 61 jerry_value_t LocalizationModule::GetValueByKey(const jerry_value_t *args, const jerry_length_t argsNum, bool isPlural) in GetValueByKey() function in OHOS::ACELite::LocalizationModule 63 jerry_value_t LocalizationModule::GetValueByKey(const jerry_value_t *args, const jerry_length_t argsNum) in GetValueByKey() 67 HILOG_ERROR(HILOG_MODULE_ACE, "GetValueByKey failed: args number error"); in GetValueByKey() 80 HILOG_ERROR(HILOG_MODULE_ACE, "GetValueByKey failed: parser initialize error"); in GetValueByKey() 95 HILOG_ERROR(HILOG_MODULE_ACE, "GetValueByKey failed: parse key to string error"); in GetValueByKey() 101 "GetValueByKey failed: the final result error, keyLen[%{public}d]", strlen(param)); in GetValueByKey()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 4139 static V GetValueByKey(const std::unordered_map<K, V>& map, K key) in GetValueByKey() function 4181 if (pointerId >= GetValueByKey(eventMapTriggerByDisplay_, displayId).size() || in HandleDownForCompatibleMode() 4182 pointerId >= GetValueByKey(eventMapDeltaXByDisplay_, displayId).size() || in HandleDownForCompatibleMode() 4183 pointerId >= GetValueByKey(downPointerByDisplay_, displayId).size()) { in HandleDownForCompatibleMode() 4221 if (pointerId >= GetValueByKey(eventMapTriggerByDisplay_, displayId).size() || in HandleMoveForCompatibleMode() 4222 pointerId >= GetValueByKey(eventMapDeltaXByDisplay_, displayId).size() || in HandleMoveForCompatibleMode() 4223 !GetValueByKey(eventMapTriggerByDisplay_, displayId)[pointerId]) { in HandleMoveForCompatibleMode() 4234 int32_t transferX = displayX + GetValueByKey(eventMapDeltaXByDisplay_, displayId)[pointerId]; in HandleMoveForCompatibleMode() 4249 if (pointerId >= GetValueByKey(eventMapTriggerByDisplay_, displayId).size() || in HandleUpForCompatibleMode() 4250 pointerId >= GetValueByKey(eventMapDeltaXByDisplay in HandleUpForCompatibleMode() [all...] |
Completed in 8 milliseconds