/foundation/multimedia/av_codec/test/unittest/avsource_test/ |
H A D | avsource_hevc_unit_test.cpp | 312 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 D | avsource_uri_unit_test.cpp | 189 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 D | avsource_unit_test.cpp | 609 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 D | accessibility_setting_provider.cpp | 71 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 D | avformat_inner_mock.cpp | 60 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 D | avformat_inner_mock.h | 34 bool GetLongValue(const std::string_view &key, int64_t &value) override;
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | setting_provider_test.cpp | 69 * @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 D | js_share_data.cpp | 93 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 D | avformat_inner_mock.cpp | 61 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 D | avformat_inner_mock.h | 35 bool GetLongValue(const std::string_view &key, int64_t &value) override;
|
/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/ |
H A D | audio_ffmpeg_flac_encoder_plugin.cpp | 116 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 D | accessibility_setting_provider.h | 36 RetError GetLongValue(const std::string& key, int64_t& value);
|
H A D | accessibility_datashare_helper.h | 42 int64_t GetLongValue(const std::string& key, const int64_t& defaultValue);
|
/foundation/multimedia/media_foundation/tests/unittest/format/capi/ |
H A D | avformat_capi_mock.h | 35 bool GetLongValue(const std::string_view &key, int64_t &value) override;
|
H A D | avformat_capi_mock.cpp | 105 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 D | avformat_mock.h | 31 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 D | avformat_capi_mock.h | 35 bool GetLongValue(const std::string_view &key, int64_t &value) override;
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | setting_provider.h | 31 ErrCode GetLongValue(const std::string& key, int64_t& value);
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_setting_provider.cpp | 60 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 D | mock_mt_accessibility_setting_provider.cpp | 60 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 D | mock_accessibility_setting_provider.cpp | 57 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 D | audio_setting_provider.h | 59 ErrCode GetLongValue(const std::string &key, int64_t &value, std::string tableType = "");
|
/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/ |
H A D | audio_ffmpeg_amrwb_decoder_plugin.cpp | 124 format.GetLongValue(MediaDescriptionKey::MD_KEY_BITRATE, bitRate); in Checkinit()
|
H A D | audio_ffmpeg_amrnb_decoder_plugin.cpp | 124 format.GetLongValue(MediaDescriptionKey::MD_KEY_BITRATE, bitRate); in Checkinit()
|
/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | format.h | 165 bool GetLongValue(const std::string_view &key, int64_t &value) const;
|