Home
last modified time | relevance | path

Searched refs:GetConf (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Ddualfwk_conf_loader.cpp116 conf.notificationSoundPath = GetConf("notification_sound"); in Load()
117 conf.ringtonePath = GetConf("ringtone_path"); in Load()
118 conf.ringtone2Path = GetConf("ringtone2_path"); in Load()
119 conf.alarmAlertPath = GetConf("alarm_alert"); in Load()
120 conf.messagePath = GetConf("message_path"); in Load()
121 conf.messageSub1 = GetConf("message_sub1"); in Load()
126 conf.notificationSoundPath = GetConf("notification_sound_path"); in Load()
127 conf.ringtonePath = GetConf("ringtone_path"); in Load()
128 conf.ringtone2Path = GetConf("ringtone2_path"); in Load()
129 conf.alarmAlertPath = GetConf("alarm_alert_pat in Load()
149 std::string DualFwkConfLoader::GetConf(const std::string &key) GetConf() function in OHOS::Media::DualFwkConfLoader
[all...]
/foundation/multimedia/ringtone_library/services/ringtone_restore/include/
H A Ddualfwk_conf_loader.h52 std::string GetConf(const std::string &key);
/foundation/multimedia/ringtone_library/test/unittest/ringtone_dualfwk_restore_test/src/
H A Dringtone_dualfwk_restore_test.cpp114 auto confVal = confLoader.GetConf("SETTINGSDATA_CreatedTime"); in HWTEST_F()

Completed in 2 milliseconds