Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_capturedata.cpp59 double RSCaptureData::GetPropertyDouble(const std::string& name) const in GetPropertyDouble() function in OHOS::Rosen::RSCaptureData
H A Drs_profiler_capturedata.h74 double GetPropertyDouble(const std::string& name) const;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_capturedata_test.cpp87 EXPECT_EQ(initial, data.GetPropertyDouble(name)); in HWTEST_F()
/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Daudio_recorder_napi.cpp337 (void)CommonNapi::GetPropertyDouble(env, geoLocation, "latitude", tempLatitude); in GetAudioProperties()
338 (void)CommonNapi::GetPropertyDouble(env, geoLocation, "longitude", tempLongitude); in GetAudioProperties()
H A Dvideo_recorder_napi.cpp691 (void)CommonNapi::GetPropertyDouble(env, geoLocation, "latitude", tempLatitude); in GetConfig()
692 (void)CommonNapi::GetPropertyDouble(env, geoLocation, "longitude", tempLongitude); in GetConfig()
/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.h56 static bool GetPropertyDouble(napi_env env, napi_value configObj, const std::string &type, double &result);
H A Dcommon_napi.cpp112 bool CommonNapi::GetPropertyDouble(napi_env env, napi_value configObj, const std::string &type, double &result) in GetPropertyDouble() function in OHOS::Media::CommonNapi
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H A Dsoundpool_napi.cpp750 ret = CommonNapi::GetPropertyDouble(env, argv[PARAM1], "leftVolume", leftVolume); in ParserPlayOptionFromJs()
754 ret = CommonNapi::GetPropertyDouble(env, argv[PARAM1], "rightVolume", leftVolume); in ParserPlayOptionFromJs()
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp2045 CHECK_AND_RETURN_RET(CommonNapi::GetPropertyDouble(env, geoLocation, "latitude", tempLatitude), false);
2046 CHECK_AND_RETURN_RET(CommonNapi::GetPropertyDouble(env, geoLocation, "longitude", tempLongitude), false);

Completed in 11 milliseconds