Home
last modified time | relevance | path

Searched refs:SoundPoolCallbackTest (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
H A Dsoundpool_unit_test.cpp123 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);
161 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);
221 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);
268 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);
306 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);
366 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);
416 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);
458 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);
514 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);
539 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);
[all …]
H A Dsoundpool_mock.cpp23 void SoundPoolCallbackTest::OnError(int32_t errorCode) in OnError()
28 void SoundPoolCallbackTest::OnLoadCompleted(int32_t soundId) in OnLoadCompleted()
34 void SoundPoolCallbackTest::OnPlayFinished() in OnPlayFinished()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/soundpool_test/include/
H A Dsoundpool_mock.h60 class SoundPoolCallbackTest : public ISoundPoolCallback, public NoCopyable {
62 explicit SoundPoolCallbackTest(std::shared_ptr<SoundPoolMock> soundPool) in SoundPoolCallbackTest() function
66 ~SoundPoolCallbackTest() in ~SoundPoolCallbackTest()