Searched refs:GetDefaultSystemToneUri (Results 1 – 4 of 4) sorted by relevance
610 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);
253 currAudioUri = systemSoundMgr_.GetDefaultSystemToneUri(SYSTEM_TONE_TYPE_NOTIFICATION); in GetNewHapticUriForAudioUri()281 currAudioUri = systemSoundMgr_.GetDefaultSystemToneUri(SYSTEM_TONE_TYPE_NOTIFICATION); in GetHapticUriForAudioUri()
60 std::string GetDefaultSystemToneUri(SystemToneType systemToneType);
303 std::string SystemSoundManagerImpl::GetDefaultSystemToneUri(SystemToneType systemToneType) in GetDefaultSystemToneUri() function in OHOS::Media::SystemSoundManagerImpl