Home
last modified time | relevance | path

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

/base/hiviewdfx/hitrace/interfaces/js/kits/napi/include/
Dnapi_hitrace_util.h47 static uint64_t GetPropertyInt64(const napi_env env, const napi_value& object,
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
Dnapi_hitrace_util.cpp118 uint64_t spanId = NapiHitraceUtil::GetPropertyInt64(env, valueObject, SPAN_ID_ATTR); in TransHiTraceIdJsObjectToNative()
122 uint64_t parentSpanId = NapiHitraceUtil::GetPropertyInt64(env, valueObject, in TransHiTraceIdJsObjectToNative()
183 uint64_t NapiHitraceUtil::GetPropertyInt64(const napi_env env, const napi_value& object, in GetPropertyInt64() function in OHOS::HiviewDFX::NapiHitraceUtil
/base/sensors/miscdevice/interfaces/plugin/vibrator/include/
Dvibrator_napi_utils.h72 bool GetPropertyInt64(const napi_env &env, const napi_value &value, const std::string &type, int64_…
/base/sensors/miscdevice/interfaces/plugin/vibrator/src/
Dvibrator_js.cpp179 GetPropertyInt64(env, hapticFd, "offset", info.offset); in ParseParameter()
183 GetPropertyInt64(env, hapticFd, "length", info.length); in ParseParameter()
Dvibrator_napi_utils.cpp162 bool GetPropertyInt64(const napi_env &env, const napi_value &value, const std::string &type, int64_… in GetPropertyInt64() function