Home
last modified time | relevance | path

Searched refs:SystemSoundManagerImpl (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/tone_player_test/src/
H A Dsystem_tone_player_unit_test.cpp38 auto systemSoundMgr_ = std::make_shared<SystemSoundManagerImpl>();
54 auto systemSoundMgr_ = std::make_shared<SystemSoundManagerImpl>();
72 auto systemSoundMgr_ = std::make_shared<SystemSoundManagerImpl>();
90 auto systemSoundMgr_ = std::make_shared<SystemSoundManagerImpl>();
108 auto systemSoundMgr_ = std::make_shared<SystemSoundManagerImpl>();
126 auto systemSoundMgr_ = std::make_shared<SystemSoundManagerImpl>();
146 auto systemSoundMgr_ = std::make_shared<SystemSoundManagerImpl>();
178 auto systemSoundMgr_ = std::make_shared<SystemSoundManagerImpl>();
194 auto systemSoundMgr_ = std::make_shared<SystemSoundManagerImpl>();
210 auto systemSoundMgr_ = std::make_shared<SystemSoundManagerImpl>();
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/
H A Dsystem_sound_manager_unit_test.cpp504 std::shared_ptr<SystemSoundManagerImpl> systemSoundManagerImpl_ =
1038 SystemSoundManagerImpl systemSoundManager_;
1200 std::shared_ptr<SystemSoundManagerImpl> systemSoundManagerImpl_ =
1222 std::shared_ptr<SystemSoundManagerImpl> systemSoundManagerImpl_ =
1244 std::shared_ptr<SystemSoundManagerImpl> systemSoundManagerImpl_ =
1267 std::shared_ptr<SystemSoundManagerImpl> systemSoundManagerImpl_ =
1290 std::shared_ptr<SystemSoundManagerImpl> systemSoundManagerImpl_ =
1313 std::shared_ptr<SystemSoundManagerImpl> systemSoundManagerImpl_ =
1334 std::shared_ptr<SystemSoundManagerImpl> systemSoundManagerImpl_ =
1358 std::shared_ptr<SystemSoundManagerImpl> systemSoundManagerImpl_ =
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp132 SystemSoundManagerImpl::SystemSoundManagerImpl() in SystemSoundManagerImpl() function in OHOS::Media::SystemSoundManagerImpl
140 SystemSoundManagerImpl::~SystemSoundManagerImpl() in ~SystemSoundManagerImpl()
149 void SystemSoundManagerImpl::InitMap(void) in InitMap()
189 void SystemSoundManagerImpl::InitRingerMode(void) in InitRingerMode()
252 void SystemSoundManagerImpl::InitDefaultUriMap() in InitDefaultUriMap()
361 void SystemSoundManagerImpl::InitDefaultToneHapticsMap() in InitDefaultToneHapticsMap()
714 int32_t SystemSoundManagerImpl::RemoveSourceTypeForSystemTone( in RemoveSourceTypeForSystemTone()
1288 int32_t SystemSoundManagerImpl::Close(const int32_t &fd) in Close()
1423 int32_t SystemSoundManagerImpl::RemoveCustomizedTone( in RemoveCustomizedTone()
1583 std::string SystemSoundManagerImpl::GetToneSyncedHapticsUri( in GetToneSyncedHapticsUri()
[all …]
H A Dsystem_sound_manager_vibrate.cpp65 int32_t SystemSoundManagerImpl::GetStringValue(const std::string &key, in GetStringValue()
102 bool SystemSoundManagerImpl::CheckVibrateSwitchStatus() in CheckVibrateSwitchStatus()
115 Uri SystemSoundManagerImpl::AssembleUri(const std::string &key, std::string tableType) in AssembleUri()
137 int32_t SystemSoundManagerImpl::GetCurrentUserId() in GetCurrentUserId()
160 std::shared_ptr<DataShare::DataShareHelper> SystemSoundManagerImpl::CreateDataShareHelperProxy(std:… in CreateDataShareHelperProxy()
200 RingerModeCallbackImpl::RingerModeCallbackImpl(SystemSoundManagerImpl &systemSoundManagerImpl) in RingerModeCallbackImpl()
H A Dsystem_sound_manager_impl.h52 class SystemSoundManagerImpl : public SystemSoundManager {
54 SystemSoundManagerImpl();
55 ~SystemSoundManagerImpl();
222 explicit RingerModeCallbackImpl(SystemSoundManagerImpl &systemSoundManagerImpl);
227 SystemSoundManagerImpl &sysSoundMgr_;
/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>();
57 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>();
75 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>();
93 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>();
111 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>();
127 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>();
143 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>();
175 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>();
191 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>();
207 auto sysSoundMgr = std::make_shared<SystemSoundManagerImpl>();
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ringtone_player/
H A Dringtone_player_impl.h34 SystemSoundManagerImpl &sysSoundMgr, RingtoneType type);
76 SystemSoundManagerImpl &systemSoundMgr_;
H A Dringtone_player_impl.cpp41 SystemSoundManagerImpl &sysSoundMgr, RingtoneType type) in RingtonePlayerImpl()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/
H A Dsystem_tone_player_impl.h29 SystemSoundManagerImpl &systemSoundMgr, SystemToneType systemToneType);
81 SystemSoundManagerImpl &systemSoundMgr_;
H A Dsystem_tone_player_impl.cpp85 SystemSoundManagerImpl &systemSoundMgr, SystemToneType systemToneType) in SystemTonePlayerImpl()