Home
last modified time | relevance | path

Searched refs:notificationSoundPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Ddualfwk_conf_loader.cpp119 conf.notificationSoundPath = GetConf("notification_sound"); in Load()
129 conf.notificationSoundPath = GetConf("notification_sound_path"); in Load()
143 …RINGTONE_DEBUG_LOG("conf.notificationSoundPath = %{public}s", conf.notificationSoundPath.c_str()); in ShowConf()
H A Ddualfwk_sound_setting.cpp167 if (!conf.notificationSoundPath.empty()) { in ProcessConf()
168 toneFile = RingtoneFileUtils::GetFileNameFromPathOrUri(conf.notificationSoundPath, isTitle); in ProcessConf()
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/include/
H A Ddualfwk_conf_loader.h31 std::string notificationSoundPath; member
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_dualfwk_restore_test/src/
H A Dringtone_dualfwk_restore_test.cpp201 conf.notificationSoundPath = message;