/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/ |
H A D | napi_hitrace_util.cpp | 122 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 D | napi_hitrace_util.h | 47 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 D | rs_profiler_capturedata.h | 80 int64_t GetPropertyInt64(const std::string& name) const;
|
H A D | rs_profiler_capturedata.cpp | 94 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 D | vibrator_convert_napi_utils.h | 70 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 D | vibrator_napi_utils.h | 73 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 D | vibrator_convert_js.cpp | 127 GetPropertyInt64(env, value, "offset", fileDescriptor.offset); in ParseParameter() 129 GetPropertyInt64(env, value, "length", fileDescriptor.length); in ParseParameter()
|
H A D | vibrator_convert_napi_utils.cpp | 116 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 D | napi_common.h | 73 …static void GetPropertyInt64(napi_env env, napi_value object, const std::string &propertyName, int…
|
H A D | napi_common.cpp | 127 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 D | rs_profiler_capturedata_test.cpp | 192 EXPECT_EQ(initial, data.GetPropertyInt64(name));
|
/ohos5.0/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/ |
H A D | vibrator_js.cpp | 198 GetPropertyInt64(env, hapticFd, "offset", info.offset); in ParseParameter() 202 GetPropertyInt64(env, hapticFd, "length", info.length); in ParseParameter()
|
H A D | vibrator_napi_utils.cpp | 174 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 D | common_napi.cpp | 90 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 D | common_napi.h | 55 …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 D | avmetadataextractor_napi.cpp | 476 …(void)CommonNapi::GetPropertyInt64(env, args[0], "fileSize", jsMetaHelper->dataSrcDescriptor_.file… in JsSetDataSrc()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_napi.cpp | 1675 …(void)CommonNapi::GetPropertyInt64(env, args[0], "fileSize", jsPlayer->dataSrcDescriptor_.fileSize… in JsSetDataSrc()
|