Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/medical_sensor/interfaces/plugin/test/unittest/
H A Dmedical_js_test.cpp422 int32_t ret = GetCppInt32(value, env);
441 int32_t ret = GetCppInt32(value, env);
460 int32_t ret = GetCppInt32(value, env);
479 int32_t ret = GetCppInt32(value, env);
497 int32_t ret = GetCppInt32(value, env);
/ohos5.0/base/sensors/medical_sensor/interfaces/plugin/src/
H A Dmedical_js.cpp126 int32_t sensorTypeId = GetCppInt32(args[0], env); in On()
173 int32_t sensorTypeId = GetCppInt32(args[0], env); in Off()
224 int32_t sensorTypeId = GetCppInt32(args[0], env); in SetOpt()
230 int32_t opt = GetCppInt32(args[1], env); in SetOpt()
H A Dmedical_napi_utils.cpp54 int32_t GetCppInt32(napi_value value, napi_env env) in GetCppInt32() function
/ohos5.0/base/sensors/medical_sensor/interfaces/plugin/include/
H A Dmedical_napi_utils.h43 int32_t GetCppInt32(napi_value value, napi_env env);