Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
H A Dnapi_hitrace_util.cpp122 uint64_t spanId = NapiHitraceUtil::GetPropertyInt64(env, valueObject, SPAN_ID_ATTR); in TransHiTraceIdJsObjectToNative()
126 uint64_t parentSpanId = NapiHitraceUtil::GetPropertyInt64(env, valueObject, in TransHiTraceIdJsObjectToNative()
187 uint64_t NapiHitraceUtil::GetPropertyInt64(const napi_env env, const napi_value& object, in GetPropertyInt64() function in OHOS::HiviewDFX::NapiHitraceUtil
/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/include/
H A Dnapi_hitrace_util.h47 static uint64_t GetPropertyInt64(const napi_env env, const napi_value& object,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_capturedata.h80 int64_t GetPropertyInt64(const std::string& name) const;
H A Drs_profiler_capturedata.cpp94 int64_t RSCaptureData::GetPropertyInt64(const std::string& name) const in GetPropertyInt64() function in OHOS::Rosen::RSCaptureData
/ohos5.0/base/sensors/sensor/vibration_convert/interfaces/js/include/
H A Dvibrator_convert_napi_utils.h70 bool GetPropertyInt64(const napi_env &env, const napi_value &value, const std::string &type, int64_…
/ohos5.0/base/sensors/miscdevice/frameworks/js/napi/vibrator/include/
H A Dvibrator_napi_utils.h73 bool GetPropertyInt64(const napi_env &env, const napi_value &value, const std::string &type, int64_…
/ohos5.0/base/sensors/sensor/vibration_convert/interfaces/js/src/
H A Dvibrator_convert_js.cpp127 GetPropertyInt64(env, value, "offset", fileDescriptor.offset); in ParseParameter()
129 GetPropertyInt64(env, value, "length", fileDescriptor.length); in ParseParameter()
H A Dvibrator_convert_napi_utils.cpp116 bool GetPropertyInt64(const napi_env &env, const napi_value &value, const std::string &type, int64_… in GetPropertyInt64() function
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/common/
H A Dnapi_common.h73 …static void GetPropertyInt64(napi_env env, napi_value object, const std::string &propertyName, int…
H A Dnapi_common.cpp127 void NapiCommon::GetPropertyInt64( in GetPropertyInt64() function in OHOS::NetManagerStandard::NapiCommon
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_capturedata_test.cpp192 EXPECT_EQ(initial, data.GetPropertyInt64(name));
/ohos5.0/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/
H A Dvibrator_js.cpp198 GetPropertyInt64(env, hapticFd, "offset", info.offset); in ParseParameter()
202 GetPropertyInt64(env, hapticFd, "length", info.length); in ParseParameter()
H A Dvibrator_napi_utils.cpp174 bool GetPropertyInt64(const napi_env &env, const napi_value &value, const std::string &type, int64_… in GetPropertyInt64() function
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp90 bool CommonNapi::GetPropertyInt64(napi_env env, napi_value configObj, const std::string &type, int6… in GetPropertyInt64() function in OHOS::Media::CommonNapi
208 if (!GetPropertyInt64(env, value, "offset", rawFd.offset)) { in GetFdArgument()
212 if (!GetPropertyInt64(env, value, "length", rawFd.length)) { in GetFdArgument()
H A Dcommon_napi.h55 …static bool GetPropertyInt64(napi_env env, napi_value configObj, const std::string &type, int64_t …
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davmetadataextractor_napi.cpp476 …(void)CommonNapi::GetPropertyInt64(env, args[0], "fileSize", jsMetaHelper->dataSrcDescriptor_.file… in JsSetDataSrc()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp1675 …(void)CommonNapi::GetPropertyInt64(env, args[0], "fileSize", jsPlayer->dataSrcDescriptor_.fileSize… in JsSetDataSrc()