Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/ringtone_player_test/src/
H A Dringtone_player_unit_test.cpp39 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>(); variable
57 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>(); variable
75 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>(); variable
93 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>(); variable
111 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>(); variable
127 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>(); variable
143 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>(); variable
175 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>(); variable
191 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>(); variable
207 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>(); variable
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ringtone_player/
H A Dringtone_player_impl.h34 SystemSoundManagerImpl &sysSoundMgr, RingtoneType type);
H A Dringtone_player_impl.cpp41 SystemSoundManagerImpl &sysSoundMgr, RingtoneType type) in RingtonePlayerImpl() argument
45 systemSoundMgr_(sysSoundMgr), in RingtonePlayerImpl()