Home
last modified time | relevance | path

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 Dringtone_player_unit_test.cpp44 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 Dsystem_tone_player_unit_test.cpp59 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 Dringtone_player_impl.h53 const std::string& hapticsPath);
H A Dringtone_player_impl.cpp82 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 Dsystem_tone_player_impl.h54 const std::string& hapticsPath);
H A Dsystem_tone_player_impl.cpp228 const std::string &ringtonePath, const std::string& hapticsPath) in GetNewHapticUriForAudioUri() argument
235 hapticUri.replace(pos, ringtonePath.size(), hapticsPath); in GetNewHapticUriForAudioUri()