Home
last modified time | relevance | path

Searched refs:GetDefaultSystemToneUri (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/
H A Dsystem_sound_manager_unit_test.cpp610 systemSoundManager_->GetDefaultSystemToneUri(SystemToneType::SYSTEM_TONE_TYPE_SIM_CARD_0);
1188 …systemSoundManager_->GetDefaultSystemToneUri(static_cast<SystemToneType>(SYSTEM_TONE_TYPE_SIM_CARD…
1253 std::string actualUri = systemSoundManagerImpl_->GetDefaultSystemToneUri(systemToneType);
1276 std::string actualUri = systemSoundManagerImpl_->GetDefaultSystemToneUri(systemToneType);
1299 std::string actualUri = systemSoundManagerImpl_->GetDefaultSystemToneUri(systemToneType);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/
H A Dsystem_tone_player_impl.cpp253 currAudioUri = systemSoundMgr_.GetDefaultSystemToneUri(SYSTEM_TONE_TYPE_NOTIFICATION); in GetNewHapticUriForAudioUri()
281 currAudioUri = systemSoundMgr_.GetDefaultSystemToneUri(SYSTEM_TONE_TYPE_NOTIFICATION); in GetHapticUriForAudioUri()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.h60 std::string GetDefaultSystemToneUri(SystemToneType systemToneType);
H A Dsystem_sound_manager_impl.cpp303 std::string SystemSoundManagerImpl::GetDefaultSystemToneUri(SystemToneType systemToneType) in GetDefaultSystemToneUri() function in OHOS::Media::SystemSoundManagerImpl