Home
last modified time | relevance | path

Searched refs:getElementValue (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp621 napi_value getElementValue = nullptr; in GetSystemBarStatus() local
622 napi_get_element(env, nativeArray, i, &getElementValue); in GetSystemBarStatus()
623 if (!ConvertFromJsValue(env, getElementValue, name)) { in GetSystemBarStatus()
708 napi_value getElementValue = nullptr; in ParseTouchableAreas() local
709 napi_get_element(env, nativeArray, i, &getElementValue); in ParseTouchableAreas()
710 if (getElementValue == nullptr) { in ParseTouchableAreas()
716 if (ParseAndCheckRect(env, getElementValue, windowRect, touchableArea)) { in ParseTouchableAreas()
966 napi_value getElementValue = nullptr; in GetWindowMaskFromJsValue() local
967 napi_get_element(env, jsObject, i, &getElementValue); in GetWindowMaskFromJsValue()
968 if (!ConvertNativeValueToVector(env, getElementValue, elementArray)) { in GetWindowMaskFromJsValue()
H A Djs_window_utils.h368 napi_value getElementValue = nullptr; in ConvertNativeValueToVector() local
369 napi_get_element(env, nativeArray, i, &getElementValue); in ConvertNativeValueToVector()
370 if (!AbilityRuntime::ConvertFromJsValue(env, getElementValue, value)) { in ConvertNativeValueToVector()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H A Djs_pip_window_manager.cpp123 napi_value getElementValue = nullptr; in GetControlGroupFromJs() local
124 napi_get_element(env, controlGroup, i, &getElementValue); in GetControlGroupFromJs()
125 if (!ConvertFromJsValue(env, getElementValue, controlType)) { in GetControlGroupFromJs()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_arg.cpp183 …napi_value data, dstT defaultValue, napi_status (*getElementValue)(napi_env env_, napi_value eleme… in GetArrayElement()
215 if ((status = getElementValue(env_, element, &elm)) != napi_ok) { in GetArrayElement()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h541 napi_status (*getElementValue)(napi_env env, napi_value element, srcT* value));