Searched refs:GetCppInt32 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/sensors/medical_sensor/interfaces/plugin/test/unittest/ |
H A D | medical_js_test.cpp | 422 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 D | medical_js.cpp | 126 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 D | medical_napi_utils.cpp | 54 int32_t GetCppInt32(napi_value value, napi_env env) in GetCppInt32() function
|
/ohos5.0/base/sensors/medical_sensor/interfaces/plugin/include/ |
H A D | medical_napi_utils.h | 43 int32_t GetCppInt32(napi_value value, napi_env env);
|