Searched refs:GetPropertyDouble (Results 1 - 9 of 9) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_capturedata.cpp | 59 double RSCaptureData::GetPropertyDouble(const std::string& name) const in GetPropertyDouble() function in OHOS::Rosen::RSCaptureData
|
H A D | rs_profiler_capturedata.h | 74 double GetPropertyDouble(const std::string& name) const;
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/ |
H A D | rs_profiler_capturedata_test.cpp | 87 EXPECT_EQ(initial, data.GetPropertyDouble(name)); in HWTEST_F()
|
/foundation/multimedia/player_framework/frameworks/js/recorder/ |
H A D | audio_recorder_napi.cpp | 337 (void)CommonNapi::GetPropertyDouble(env, geoLocation, "latitude", tempLatitude); in GetAudioProperties() 338 (void)CommonNapi::GetPropertyDouble(env, geoLocation, "longitude", tempLongitude); in GetAudioProperties()
|
H A D | video_recorder_napi.cpp | 691 (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 D | common_napi.h | 56 static bool GetPropertyDouble(napi_env env, napi_value configObj, const std::string &type, double &result);
|
H A D | common_napi.cpp | 112 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 D | soundpool_napi.cpp | 750 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 D | avrecorder_napi.cpp | 2045 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 13 milliseconds