Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_js.cpp654 napi_value napiAxisY = GetAxisY(env, args[1]); in TransformCoordinateSystem() local
655 if (napiAxisY == nullptr) { in TransformCoordinateSystem()
660 if (!GetNativeInt32(env, napiAxisY, axisY)) { in TransformCoordinateSystem()