Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/frameworks/js/napi/include/
H A Dsensor_napi_utils.h37 bool GetNativeInt64(const napi_env &env, const napi_value &value, int64_t &number);
/ohos5.0/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_js.cpp365 if (!GetNativeInt64(env, napiInterval, interval)) { in GetInterval()
586 if (!GetNativeInt64(env, args[1], timeMillis)) { in GetGeomagneticField()
H A Dsensor_napi_utils.cpp113 bool GetNativeInt64(const napi_env &env, const napi_value &value, int64_t &number) in GetNativeInt64() function