Home
last modified time | relevance | path

Searched refs:GetFloatValue (Results 1 - 25 of 54) sorted by relevance

123

/foundation/multimedia/media_foundation/tests/unittest/event_bean/
H A Devent_bean_inner_unit_test.cpp87 * @tc.desc: Test GetFloatValue interface
92 EXPECT_EQ(0, eventBean_->GetFloatValue(strKey)); in HWTEST_F()
136 EXPECT_EQ(0, eventBean_->GetFloatValue(strKey)); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dfunc_test.cpp109 ASSERT_TRUE(format_.GetFloatValue(Media::Tag::MEDIA_LONGITUDE, longitude)); in HWTEST_F()
113 ASSERT_TRUE(format_.GetFloatValue(Media::Tag::MEDIA_LATITUDE, latitude)); in HWTEST_F()
159 ASSERT_TRUE(format_.GetFloatValue(Media::Tag::MEDIA_LONGITUDE, longitude)); in HWTEST_F()
163 ASSERT_TRUE(format_.GetFloatValue(Media::Tag::MEDIA_LATITUDE, latitude)); in HWTEST_F()
190 ASSERT_TRUE(format_.GetFloatValue(Media::Tag::MEDIA_LONGITUDE, longitude)); in HWTEST_F()
194 ASSERT_TRUE(format_.GetFloatValue(Media::Tag::MEDIA_LATITUDE, latitude)); in HWTEST_F()
216 ASSERT_TRUE(format_.GetFloatValue(Media::Tag::MEDIA_LONGITUDE, longitude)); in HWTEST_F()
219 ASSERT_TRUE(format_.GetFloatValue(Media::Tag::MEDIA_LATITUDE, latitude)); in HWTEST_F()
246 ASSERT_TRUE(format_.GetFloatValue(Media::Tag::MEDIA_LONGITUDE, longitude)); in HWTEST_F()
250 ASSERT_TRUE(format_.GetFloatValue(Medi in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_setting_provider.cpp77 RetError AccessibilitySettingProvider::GetFloatValue(const std::string& key, float& value) in GetFloatValue() function in OHOS::Accessibility::AccessibilitySettingProvider
79 value = AccessibilityDatashareHelper::GetFloatValue(key, 0); in GetFloatValue()
/foundation/multimedia/media_foundation/tests/unittest/format/inner/
H A Davformat_inner_mock.cpp70 bool AVFormatInnerMock::GetFloatValue(const std::string_view &key, float &value) in GetFloatValue() function in OHOS::Media::AVFormatInnerMock
72 return format_.GetFloatValue(key, value); in GetFloatValue()
H A Davformat_inner_mock.h36 bool GetFloatValue(const std::string_view &key, float &value) override;
/foundation/multimedia/media_utils_lite/interfaces/kits/
H A Dformat.h182 bool GetFloatValue(float &val) const;
317 bool GetFloatValue(const std::string &key, float &value) const;
/foundation/multimedia/media_utils_lite/src/
H A Dformat.cpp159 bool FormatData::GetFloatValue(float &val) const in GetFloatValue() function in OHOS::Media::FormatData
288 bool Format::GetFloatValue(const std::string &key, float &value) const in GetFloatValue() function in OHOS::Media::Format
296 return (*iter->second).GetFloatValue(value); in GetFloatValue()
337 SET_FLOAT_FORMAT(float, GetFloatValue); in CopyFrom()
/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/inner/
H A Davformat_inner_mock.cpp71 bool AVFormatInnerMock::GetFloatValue(const std::string_view &key, float &value) in GetFloatValue() function in OHOS::MediaAVCodec::AVFormatInnerMock
73 return format_.GetFloatValue(key, value); in GetFloatValue()
H A Davformat_inner_mock.h37 bool GetFloatValue(const std::string_view &key, float &value) override;
/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/event_bean_test/src/
H A Devent_bean_unit_test.cpp150 EXPECT_EQ(bean->GetFloatValue(key), value); in HWTEST()
234 EXPECT_EQ(bean->GetFloatValue(key), secondValue); in HWTEST()
246 EXPECT_NE(bean->GetFloatValue(key), firstValue); in HWTEST()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_setting_provider.h38 RetError GetFloatValue(const std::string& key, float& value);
H A Daccessibility_datashare_helper.h44 float GetFloatValue(const std::string& key, const float& defaultValue);
/foundation/multimedia/media_foundation/tests/unittest/format/capi/
H A Davformat_capi_mock.h37 bool GetFloatValue(const std::string_view &key, float &value) override;
/foundation/multimedia/media_foundation/tests/unittest/format/
H A Davformat_mock.h33 virtual bool GetFloatValue(const std::string_view &key, float &value) = 0;
/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/
H A Davformat_capi_mock.h37 bool GetFloatValue(const std::string_view &key, float &value) override;
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dmedia_event_base_writer.cpp62 "VOLUME", bean->GetFloatValue("VOLUME"), in WriteVolumeChange()
64 "VOLUMEFACTOR", bean->GetFloatValue("VOLUMEFACTOR"), in WriteVolumeChange()
65 "POWERVOLUMEFACTOR", bean->GetFloatValue("POWERVOLUMEFACTOR")); in WriteVolumeChange()
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H A Dscene_format.h88 bool GetFloatValue(const std::string_view &key, float &value) const;
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_setting_provider.cpp76 RetError AccessibilitySettingProvider::GetFloatValue(const std::string& key, float& value) in GetFloatValue() function in OHOS::Accessibility::AccessibilitySettingProvider
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_setting_provider.cpp76 RetError MockAccessibilitySettingProvider::GetFloatValue(const std::string& key, float& value) in GetFloatValue() function in OHOS::Accessibility::MockAccessibilitySettingProvider
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessibility_setting_provider.cpp71 RetError AccessibilitySettingProvider::GetFloatValue(const std::string& key, float& value) in GetFloatValue() function in OHOS::Accessibility::AccessibilitySettingProvider
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/
H A Daudio_setting_provider.h60 ErrCode GetFloatValue(const std::string &key, float &value, std::string tableType = "");
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_parser_util.h40 float GetFloatValue(const CORE_NS::json::value& jsonValue, const BASE_NS::string_view name) const override;
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_node_parser_util.h50 virtual float GetFloatValue(const CORE_NS::json::value& jsonValue, const BASE_NS::string_view name) const = 0;
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dformat.h177 bool GetFloatValue(const std::string_view &key, float &value) const;
/foundation/multimedia/media_foundation/services/media_monitor/common/include/
H A Devent_bean.h52 float GetFloatValue(const std::string &key);

Completed in 8 milliseconds

123