Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Ddualfwk_conf_loader.cpp123 conf.messagePath = GetConf("message_path"); in Load()
125 conf.messagePath = backupConfigs["mms_sim1_channel"]; in Load()
133 conf.messagePath = GetConf("message_path"); in Load()
147 RINGTONE_DEBUG_LOG("conf.messagePath = %{public}s", conf.messagePath.c_str()); in ShowConf()
H A Ddualfwk_sound_setting.cpp191 if (!conf.messagePath.empty()) { in ProcessConf()
192 toneFile = RingtoneFileUtils::GetFileNameFromPathOrUri(conf.messagePath, isTitle); in ProcessConf()
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/include/
H A Ddualfwk_conf_loader.h39 std::string messagePath; member
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_dualfwk_restore_test/src/
H A Dringtone_dualfwk_restore_test.cpp200 conf.messagePath = message;