Home
last modified time | relevance | path

Searched defs:jsValue (Results 1 – 7 of 7) sorted by relevance

/test/xts/acts/multimedia/camera/camera_ndk_test/entry/src/main/cpp/
Dmain.cpp74 napi_value jsValue = nullptr; in GetSupportedCameras() local
95 napi_value jsValue = nullptr; in GetCameraOrientation() local
106 napi_value jsValue = nullptr; in GetCameraHostName() local
117 napi_value jsValue = nullptr; in GetCameraHostType() local
128 napi_value jsValue = nullptr; in GetCameraHostNameErrorParameter() local
139 napi_value jsValue = nullptr; in GetCameraHostTypeErrorParameter() local
150 napi_value jsValue = nullptr; in GetCameraHostNameInspection() local
161 napi_value jsValue = nullptr; in GetCameraHostTypeInspection() local
237 napi_value jsValue = nullptr; in GetSupportedOutputCapability() local
360 napi_value jsValue = nullptr; in CameraManagerGetSupportedCameraInfos() local
[all …]
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/
Dmodule_test.cpp84 napi_value jsValue = nullptr; in GetSupportedCameras() local
170 napi_value jsValue = nullptr; in GetSupportedOutputCapability() local
651 napi_value jsValue = nullptr; in SessionGetMeteringPoint() local
689 napi_value jsValue = nullptr; in SessionGetExposureBiasRange() local
795 napi_value jsValue = nullptr; in SessionGetFocusPoint() local
812 napi_value jsValue = nullptr; in SessionGetZoomRatioRange() local
/test/xts/acts/telephony/telephone/telephonyNDKTest/entry/src/main/cpp/
Dtelephony_ndk_test.cpp119 napi_value jsValue = nullptr; in Conv2JsObject() local
/test/xts/acts/web/web_net/web_error_code/entry/src/main/cpp/
DNativeInterfaceTest.cpp475 ArkWeb_JavaScriptValuePtr jsValue = nullptr; in WebJSValueType() local
/test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/
Dmain.cpp139 napi_value jsValue = nullptr; in CameraManagerGetSupportedCameras() local
174 napi_value jsValue = nullptr; in CameraManagerGetSupportedCameraInfos() local
/test/xts/acts/global/global_napi_test/entry/src/main/cpp/
Dglobal_napi_test.cpp577 napi_value jsValue = nullptr; in GetColorByName() local
593 napi_value jsValue = nullptr; in GetColor() local
/test/xts/acts/graphic/windowNdk/entry/src/main/cpp/
DwindowNdkTest.cpp201 bool ConvertFromJsValue(napi_env env,napi_value jsValue,T& value){ in ConvertFromJsValue()