Home
last modified time | relevance | path

Searched refs:GetPropertyInt64 (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_capturedata.cpp94 int64_t RSCaptureData::GetPropertyInt64(const std::string& name) const in GetPropertyInt64() function in OHOS::Rosen::RSCaptureData
H A Drs_profiler_capturedata.h81 int64_t GetPropertyInt64(const std::string& name) const;
/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)); in HWTEST_F()
/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, int64_t &property);
H A Dnapi_common.cpp127 void NapiCommon::GetPropertyInt64( in GetPropertyInt64() function in OHOS::NetManagerStandard::NapiCommon
/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, int64_t &result) 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 &result);
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davmetadataextractor_napi.cpp479 (void)CommonNapi::GetPropertyInt64(env, args[0], "fileSize", jsMetaHelper->dataSrcDescriptor_.fileSize); in JsSetDataSrc()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp1674 (void)CommonNapi::GetPropertyInt64(env, args[0], "fileSize", jsPlayer->dataSrcDescriptor_.fileSize); in JsSetDataSrc()

Completed in 13 milliseconds