Home
last modified time | relevance | path

Searched refs:IsPlaying (Results 1 - 25 of 77) sorted by relevance

1234

/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_player_fast.h96 while (player->IsPlaying()) { in FIXTURE()
108 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
135 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
152 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
170 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
189 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
208 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
299 while (player->IsPlaying()) { in FIXTURE()
303 while (player->IsPlaying()) { in FIXTURE()
H A Dtest_std_stream_player.h40 while (player->IsPlaying()) { in FIXTURE()
54 while (player->IsPlaying()) { in FIXTURE()
H A Dtest_single_video_player_fast_3.h128 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
213 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
232 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
252 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
271 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
320 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
347 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
367 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
H A Dtest_player_exit.h33 while (player->IsPlaying()) { in FIXTURE()
H A Dtest_single_video_player_slow.h40 while (player->IsPlaying()) { in FIXTURE()
H A Dtest_single_video_player_fast_1.h64 while (player->IsPlaying()) { in FIXTURE()
77 while (player->IsPlaying()) { in FIXTURE()
217 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
346 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
H A Dtest_single_audio_recorder_slow.h103 while (player->IsPlaying()) { in FIXTURE()
/foundation/multimedia/media_foundation/test/scenetest/audio_player/
H A DTestFastPlayer.cpp57 while (player->IsPlaying()) { in TestSinglePlayerFinishedAutomatically()
70 ASSERT_TRUE(player->IsPlaying()); in TestSinglePlayerFinishedManually()
98 ASSERT_TRUE(player->IsPlaying()); in TestSinglePlayerGetCurrentTime()
114 ASSERT_TRUE(player->IsPlaying()); in TestSinglePlayerSeek()
131 ASSERT_TRUE(player->IsPlaying()); in TestSinglePlayerSeekPause()
149 ASSERT_TRUE(player->IsPlaying()); in TestSinglePlayerPauseSeek()
218 while (player->IsPlaying()) { in TestSinglePlayerFinishPlayAgain()
222 while (player->IsPlaying()) { in TestSinglePlayerFinishPlayAgain()
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H A Daudio_player.cpp202 if (!audioPlayer->IsPlaying()) { in UpdateTimeHandler()
261 if (player_->IsPlaying() && player_->Stop() != 0) { in DestoryPlayer()
314 if (player_->IsPlaying()) { in Play()
337 if (!player_->IsPlaying()) { in Pause()
418 bool AudioPlayer::IsPlaying() const in IsPlaying() function in OHOS::ACELite::AudioPlayer
424 return player_->IsPlaying(); in IsPlaying()
/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dlite_player.cpp67 bool IsPlaying() override;
103 bool TestPlayerImpl::IsPlaying() in IsPlaying() function in OHOS::Media::Test::TestPlayerImpl
H A Dtest_player.hpp57 virtual bool IsPlaying() = 0;
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/
H A Dplayer_client.cpp59 bool Player::PlayerClient::IsPlaying() in IsPlaying() function in OHOS::Media::Player::PlayerClient
65 return impl_->IsPlaying(); in IsPlaying()
H A Dplayer.cpp79 bool Player::IsPlaying() in IsPlaying() function in OHOS::Media::Player
86 return player_->IsPlaying(); in IsPlaying()
H A Dplayer_client.h46 bool IsPlaying();
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer.cpp80 bool Player::IsPlaying() in IsPlaying() function in OHOS::Media::Player
87 return player_->IsPlaying(); in IsPlaying()
H A Dplayer_client.h52 bool IsPlaying();
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/histreamer/
H A Dplayer.cpp79 bool Player::IsPlaying() in IsPlaying() function in OHOS::Media::Player
81 MEDIA_INFO_LOG("Player IsPlaying in"); in IsPlaying()
86 return g_player->IsPlaying(); in IsPlaying()
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp61 EXPECT_TRUE(player_->IsPlaying()); in PlayFunTest()
97 EXPECT_FALSE(player_->IsPlaying()); in NoRunPlayFunTest()
230 EXPECT_EQ(false, player_->IsPlaying()); in HWTEST_F()
247 EXPECT_EQ(false, player_->IsPlaying()); in HWTEST_F()
298 EXPECT_EQ(false, player_->IsPlaying()); in HWTEST_F()
909 EXPECT_TRUE(player_->IsPlaying()); in HWTEST_F()
927 EXPECT_TRUE(player_->IsPlaying()); in HWTEST_F()
946 EXPECT_TRUE(player_->IsPlaying()); in HWTEST_F()
966 EXPECT_TRUE(player_->IsPlaying()); in HWTEST_F()
1001 EXPECT_TRUE(player_->IsPlaying()); in HWTEST_F()
[all...]
/foundation/multimedia/media_foundation/test/scenetest/video_player/
H A DTestFastVedioPlayer.cpp69 while (player->IsPlaying()) { in TestPlayerFinishedAutomatically()
81 while (player->IsPlaying()) { in TestSinglePlayerFdSourceFinishedAutomatically()
201 ASSERT_TRUE(player->IsPlaying()); in TestPreparePlaySeekPrepareRelease()
303 ASSERT_TRUE(player->IsPlaying()); in TestPreparePlaySeekRelease()
400 ASSERT_TRUE(player->IsPlaying()); in TestPreparePlaySeekPauseRelease()
517 ASSERT_TRUE(player->IsPlaying()); in TestPreparePlaySeekStopRelease()
630 ASSERT_TRUE(player->IsPlaying()); in TestPreparePlaySeekResetRelease()
691 ASSERT_TRUE(player->IsPlaying()); in TestPreparePlaySeekRelease300()
707 ASSERT_TRUE(player->IsPlaying()); in TestPreparePlayPauseSeekRelease()
724 ASSERT_TRUE(player->IsPlaying()); in TestPreparePlayStopSeekRelease()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmedia_player_impl.h48 bool IsPlaying() override;
H A Drosen_media_player.h54 bool IsPlaying() override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dmedia_player.h112 virtual bool IsPlaying() in IsPlaying() function in OHOS::Ace::NG::MediaPlayer
/foundation/multimedia/media_lite/interfaces/kits/player_lite/
H A Dplayer.h219 bool IsPlaying();
/foundation/multimedia/media_lite/interfaces/innerkits/
H A Dplayer_interface.h34 virtual bool IsPlaying() = 0;
/foundation/multimedia/media_lite/test/unittest/player_lite/
H A Dplayer_lite_test.cpp154 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F()
201 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F()
231 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F()
282 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F()
359 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F()
670 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F()

Completed in 15 milliseconds

1234