Searched refs:GetPropertyInt64 (Results 1 – 5 of 5) sorted by relevance
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/include/ |
D | napi_hitrace_util.h | 47 static uint64_t GetPropertyInt64(const napi_env env, const napi_value& object,
|
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/ |
D | napi_hitrace_util.cpp | 118 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/ |
D | vibrator_napi_utils.h | 72 bool GetPropertyInt64(const napi_env &env, const napi_value &value, const std::string &type, int64_…
|
/base/sensors/miscdevice/interfaces/plugin/vibrator/src/ |
D | vibrator_js.cpp | 179 GetPropertyInt64(env, hapticFd, "offset", info.offset); in ParseParameter() 183 GetPropertyInt64(env, hapticFd, "length", info.length); in ParseParameter()
|
D | vibrator_napi_utils.cpp | 162 bool GetPropertyInt64(const napi_env &env, const napi_value &value, const std::string &type, int64_… in GetPropertyInt64() function
|