Home
last modified time | relevance | path

Searched refs:GetLongValue (Results 1 - 25 of 72) sorted by relevance

123

/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_hevc_unit_test.cpp312 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_CHANNEL_LAYOUT, formatVal_.channelLayout)); in HWTEST_F()
353 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_CHANNEL_LAYOUT, formatVal_.channelLayout)); in HWTEST_F()
394 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_CHANNEL_LAYOUT, formatVal_.channelLayout)); in HWTEST_F()
435 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_CHANNEL_LAYOUT, formatVal_.channelLayout)); in HWTEST_F()
460 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_DURATION, formatVal_.duration)); in HWTEST_F()
482 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_DURATION, formatVal_.duration)); in HWTEST_F()
504 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_DURATION, formatVal_.duration)); in HWTEST_F()
536 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_BITRATE, formatVal_.bitRate)); in HWTEST_F()
539 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_CHANNEL_LAYOUT, formatVal_.channelLayout)); in HWTEST_F()
565 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKe in HWTEST_F()
[all...]
H A Davsource_uri_unit_test.cpp189 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_DURATION, formatVal_.duration)); in HWTEST_F()
231 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_BITRATE, formatVal_.bitRate)); in HWTEST_F()
246 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_BITRATE, formatVal_.bitRate)); in HWTEST_F()
250 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_CHANNEL_LAYOUT, formatVal_.channelLayout)); in HWTEST_F()
315 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_BITRATE, formatVal_.bitRate)); in HWTEST_F()
318 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_CHANNEL_LAYOUT, formatVal_.channelLayout)); in HWTEST_F()
359 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_BITRATE, formatVal_.bitRate)); in HWTEST_F()
371 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_BITRATE, formatVal_.bitRate)); in HWTEST_F()
374 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_CHANNEL_LAYOUT, formatVal_.channelLayout)); in HWTEST_F()
405 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKe in HWTEST_F()
[all...]
H A Davsource_unit_test.cpp609 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_DURATION, formatVal_.duration)); in HWTEST_F()
653 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_BITRATE, formatVal_.bitRate)); in HWTEST_F()
668 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_BITRATE, formatVal_.bitRate)); in HWTEST_F()
672 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_CHANNEL_LAYOUT, formatVal_.channelLayout)); in HWTEST_F()
743 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_BITRATE, formatVal_.bitRate)); in HWTEST_F()
746 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_CHANNEL_LAYOUT, formatVal_.channelLayout)); in HWTEST_F()
788 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_BITRATE, formatVal_.bitRate)); in HWTEST_F()
800 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_BITRATE, formatVal_.bitRate)); in HWTEST_F()
803 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKey::MD_KEY_CHANNEL_LAYOUT, formatVal_.channelLayout)); in HWTEST_F()
836 ASSERT_TRUE(format_->GetLongValue(MediaDescriptionKe in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_setting_provider.cpp71 RetError AccessibilitySettingProvider::GetLongValue(const std::string& key, int64_t& value) in GetLongValue() function in OHOS::Accessibility::AccessibilitySettingProvider
73 value = AccessibilityDatashareHelper::GetLongValue(key, 0); in GetLongValue()
/foundation/multimedia/media_foundation/tests/unittest/format/inner/
H A Davformat_inner_mock.cpp60 bool AVFormatInnerMock::GetLongValue(const std::string_view &key, int64_t &value) in GetLongValue() function in OHOS::Media::AVFormatInnerMock
62 return format_.GetLongValue(key, value); in GetLongValue()
H A Davformat_inner_mock.h34 bool GetLongValue(const std::string_view &key, int64_t &value) override;
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dsetting_provider_test.cpp69 * @tc.name: GetLongValue
70 * @tc.desc: test function : GetLongValue
73 HWTEST_F(SettingProviderTest, GetLongValue, Function | SmallTest | Level1) in HWTEST_F()
77 EXPECT_NE(SettingProvider::GetInstance(POWER_MANAGER_SERVICE_ID).GetLongValue(key, value), ERR_OK); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/sharedata/
H A Djs_share_data.cpp93 auto returnValue = JSVal(ToJSValue(data.GetLongValue())); in ReadInt64()
158 obj->SetProperty<int64_t>(str.c_str(), value.GetLongValue()); in ReadObject()
/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/inner/
H A Davformat_inner_mock.cpp61 bool AVFormatInnerMock::GetLongValue(const std::string_view &key, int64_t &value) in GetLongValue() function in OHOS::MediaAVCodec::AVFormatInnerMock
63 return format_.GetLongValue(key, value); in GetLongValue()
H A Davformat_inner_mock.h35 bool GetLongValue(const std::string_view &key, int64_t &value) override;
/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/
H A Daudio_ffmpeg_flac_encoder_plugin.cpp116 format.GetLongValue(MediaDescriptionKey::MD_KEY_BITRATE, bitRate); in CheckBitRate()
135 format.GetLongValue(MediaDescriptionKey::MD_KEY_CHANNEL_LAYOUT, channelLayout); in CheckFormat()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_setting_provider.h36 RetError GetLongValue(const std::string& key, int64_t& value);
H A Daccessibility_datashare_helper.h42 int64_t GetLongValue(const std::string& key, const int64_t& defaultValue);
/foundation/multimedia/media_foundation/tests/unittest/format/capi/
H A Davformat_capi_mock.h35 bool GetLongValue(const std::string_view &key, int64_t &value) override;
H A Davformat_capi_mock.cpp105 bool AVFormatCapiMock::GetLongValue(const std::string_view &key, int64_t &value) in GetLongValue() function in OHOS::Media::AVFormatCapiMock
/foundation/multimedia/media_foundation/tests/unittest/format/
H A Davformat_mock.h31 virtual bool GetLongValue(const std::string_view &key, int64_t &value) = 0;
/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/
H A Davformat_capi_mock.h35 bool GetLongValue(const std::string_view &key, int64_t &value) override;
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dsetting_provider.h31 ErrCode GetLongValue(const std::string& key, int64_t& value);
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_setting_provider.cpp60 RetError AccessibilitySettingProvider::GetLongValue(const std::string& key, int64_t& value) in GetLongValue() function in OHOS::Accessibility::AccessibilitySettingProvider
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_setting_provider.cpp60 RetError MockAccessibilitySettingProvider::GetLongValue(const std::string& key, int64_t& value) in GetLongValue() function in OHOS::Accessibility::MockAccessibilitySettingProvider
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessibility_setting_provider.cpp57 RetError AccessibilitySettingProvider::GetLongValue(const std::string& key, int64_t& value) in GetLongValue() function in OHOS::Accessibility::AccessibilitySettingProvider
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/
H A Daudio_setting_provider.h59 ErrCode GetLongValue(const std::string &key, int64_t &value, std::string tableType = "");
/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/
H A Daudio_ffmpeg_amrwb_decoder_plugin.cpp124 format.GetLongValue(MediaDescriptionKey::MD_KEY_BITRATE, bitRate); in Checkinit()
H A Daudio_ffmpeg_amrnb_decoder_plugin.cpp124 format.GetLongValue(MediaDescriptionKey::MD_KEY_BITRATE, bitRate); in Checkinit()
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dformat.h165 bool GetLongValue(const std::string_view &key, int64_t &value) const;

Completed in 10 milliseconds

123