Searched refs:hapticsPath (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 D | ringtone_player_unit_test.cpp | 44 std::string hapticsPath = "/data/test/"; variable 45 …ring result = ringtonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapticsPath); 62 std::string hapticsPath = "/media/haptics/"; variable 63 …ring result = ringtonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapticsPath); 80 std::string hapticsPath = "."; variable 81 …ring result = ringtonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapticsPath); 98 std::string hapticsPath = "/"; variable 99 …ring result = ringtonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapticsPath);
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/tone_player_test/src/ |
H A D | system_tone_player_unit_test.cpp | 59 std::string hapticsPath = "/data/test/"; variable 60 …ng result = systemTonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapticsPath); 77 std::string hapticsPath = "/media/haptics/"; variable 78 …ng result = systemTonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapticsPath); 95 std::string hapticsPath = "."; variable 96 …ng result = systemTonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapticsPath); 113 std::string hapticsPath = "/"; variable 114 …ng result = systemTonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapticsPath);
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ringtone_player/ |
H A D | ringtone_player_impl.h | 53 const std::string& hapticsPath);
|
H A D | ringtone_player_impl.cpp | 82 const std::string &ringtonePath, const std::string& hapticsPath) in GetNewHapticUriForAudioUri() argument 89 hapticUri.replace(pos, ringtonePath.size(), hapticsPath); in GetNewHapticUriForAudioUri()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/ |
H A D | system_tone_player_impl.h | 54 const std::string& hapticsPath);
|
H A D | system_tone_player_impl.cpp | 228 const std::string &ringtonePath, const std::string& hapticsPath) in GetNewHapticUriForAudioUri() argument 235 hapticUri.replace(pos, ringtonePath.size(), hapticsPath); in GetNewHapticUriForAudioUri()
|