Home
last modified time | relevance | path

Searched refs:ringtonePath (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/ringtone_player_test/src/
H A Dringtone_player_unit_test.cpp43 std::string ringtonePath = "/data/test/"; in HWTEST() local
45 std::string result = ringtonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapticsPath); in HWTEST()
61 std::string ringtonePath = "/media/audio/"; in HWTEST() local
63 std::string result = ringtonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapticsPath); in HWTEST()
79 std::string ringtonePath = "."; in HWTEST() local
81 std::string result = ringtonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapticsPath); in HWTEST()
97 std::string ringtonePath = "/"; in HWTEST() local
99 std::string result = ringtonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapticsPath); in HWTEST()
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Ddualfwk_conf_loader.cpp117 conf.ringtonePath = GetConf("ringtone_path"); in Load()
127 conf.ringtonePath = GetConf("ringtone_path"); in Load()
141 RINGTONE_DEBUG_LOG("conf.ringtonePath = %{public}s", conf.ringtonePath.c_str()); in ShowConf()
H A Ddualfwk_sound_setting.cpp173 if (!conf.ringtonePath.empty()) { in ProcessConf()
174 toneFile = RingtoneFileUtils::GetFileNameFromPathOrUri(conf.ringtonePath, isTitle); in ProcessConf()
/foundation/multimedia/ringtone_library/services/ringtone_restore/include/
H A Ddualfwk_conf_loader.h33 std::string ringtonePath; member
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/tone_player_test/src/
H A Dsystem_tone_player_unit_test.cpp58 std::string ringtonePath = "/data/test/"; in HWTEST() local
60 std::string result = systemTonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapticsPath); in HWTEST()
76 std::string ringtonePath = "/media/audio/"; in HWTEST() local
78 std::string result = systemTonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapticsPath); in HWTEST()
94 std::string ringtonePath = "."; in HWTEST() local
96 std::string result = systemTonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapticsPath); in HWTEST()
112 std::string ringtonePath = "/"; in HWTEST() local
114 std::string result = systemTonePlayerImpl_->GetNewHapticUriForAudioUri(audioUri, ringtonePath, hapticsPath); in HWTEST()
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ringtone_player/
H A Dringtone_player_impl.cpp82 const std::string &ringtonePath, const std::string& hapticsPath) in GetNewHapticUriForAudioUri()
85 size_t pos = hapticUri.find(ringtonePath); in GetNewHapticUriForAudioUri()
89 hapticUri.replace(pos, ringtonePath.size(), hapticsPath); in GetNewHapticUriForAudioUri()
81 GetNewHapticUriForAudioUri(const std::string &audioUri, const std::string &ringtonePath, const std::string& hapticsPath) GetNewHapticUriForAudioUri() argument
H A Dringtone_player_impl.h52 std::string GetNewHapticUriForAudioUri(const std::string &audioUri, const std::string &ringtonePath,
/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 &ringtonePath,
H A Dsystem_tone_player_impl.cpp223 const std::string &ringtonePath, const std::string& hapticsPath) in GetNewHapticUriForAudioUri()
226 size_t pos = hapticUri.find(ringtonePath); in GetNewHapticUriForAudioUri()
230 hapticUri.replace(pos, ringtonePath.size(), hapticsPath); in GetNewHapticUriForAudioUri()
222 GetNewHapticUriForAudioUri(const std::string &audioUri, const std::string &ringtonePath, const std::string& hapticsPath) GetNewHapticUriForAudioUri() argument
/foundation/multimedia/ringtone_library/test/unittest/ringtone_dualfwk_restore_test/src/
H A Dringtone_dualfwk_restore_test.cpp202 conf.ringtonePath = message; in HWTEST_F()

Completed in 10 milliseconds