Home
last modified time | relevance | path

Searched refs:GetNewHapticUriForAudioUri (Results 1 – 6 of 6) 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.cpp45 …std::string result = ringtonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapti…
63 …std::string result = ringtonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapti…
81 …std::string result = ringtonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapti…
99 …std::string result = ringtonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapti…
115 std::string result = ringtonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri);
131 std::string result = ringtonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ringtone_player/
H A Dringtone_player_impl.h52 …std::string GetNewHapticUriForAudioUri(const std::string &audioUri, const std::string &ringtonePat…
54 std::string GetNewHapticUriForAudioUri(const std::string &audioUri);
H A Dringtone_player_impl.cpp81 std::string RingtonePlayerImpl::GetNewHapticUriForAudioUri(const std::string &audioUri, in GetNewHapticUriForAudioUri() function in OHOS::Media::RingtonePlayerImpl
100 std::string RingtonePlayerImpl::GetNewHapticUriForAudioUri(const std::string &audioUri) in GetNewHapticUriForAudioUri() function in OHOS::Media::RingtonePlayerImpl
102 …std::string hapticUri = GetNewHapticUriForAudioUri(audioUri, RINGTONE_PATH, STANDARD_HAPTICS_PATH); in GetNewHapticUriForAudioUri()
106 return GetNewHapticUriForAudioUri(currAudioUri, RINGTONE_PATH, STANDARD_HAPTICS_PATH); in GetNewHapticUriForAudioUri()
264 settings.hapticsUri = GetNewHapticUriForAudioUri(audioUri); in GetHapticSettings()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/tone_player_test/src/
H A Dsystem_tone_player_unit_test.cpp60 …std::string result = systemTonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hap…
78 …std::string result = systemTonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hap…
96 …std::string result = systemTonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hap…
114 …std::string result = systemTonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hap…
133 systemTonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, hapticsUriMap);
514 systemTonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, hapticsUriMap);
520 systemTonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, hapticsUriMap);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/
H A Dsystem_tone_player_impl.h53 …std::string GetNewHapticUriForAudioUri(const std::string &audioUri, const std::string &ringtonePat…
55 void GetNewHapticUriForAudioUri(const std::string &audioUri,
H A Dsystem_tone_player_impl.cpp227 std::string SystemTonePlayerImpl::GetNewHapticUriForAudioUri(const std::string &audioUri, in GetNewHapticUriForAudioUri() function in OHOS::Media::SystemTonePlayerImpl
246 void SystemTonePlayerImpl::GetNewHapticUriForAudioUri(const std::string &audioUri, in GetNewHapticUriForAudioUri() function in OHOS::Media::SystemTonePlayerImpl
251 …std::string hapticUri = GetNewHapticUriForAudioUri(audioUri, RINGTONE_PATH, STANDARD_HAPTICS_PATH); in GetNewHapticUriForAudioUri()
254 hapticUri = GetNewHapticUriForAudioUri(currAudioUri, RINGTONE_PATH, STANDARD_HAPTICS_PATH); in GetNewHapticUriForAudioUri()
264 hapticUri = GetNewHapticUriForAudioUri(currAudioUri, RINGTONE_PATH, GENTLE_HAPTICS_PATH); in GetNewHapticUriForAudioUri()
693 GetNewHapticUriForAudioUri(audioUri, hapticUriMap); in GetCurrentHapticSettings()