Searched refs:systemSoundPath_ (Results 1 – 2 of 2) sorted by relevance
254 systemSoundPath_ = GetFullPath(DEFAULT_SYSTEM_SOUND_PATH); in InitDefaultUriMap()256 std::string ringtoneJsonPath = systemSoundPath_ + DEFAULT_RINGTONE_URI_JSON; in InitDefaultUriMap()259 std::string systemToneJsonPath = systemSoundPath_ + DEFAULT_SYSTEM_TONE_URI_JSON; in InitDefaultUriMap()276 systemSoundPath_ + DEFAULT_RINGTONE_PATH + defaultRingtoneName + ".ogg"; in InitDefaultRingtoneUriMap()285 systemSoundPath_ + DEFAULT_RINGTONE_PATH + defaultRingtoneName + ".ogg"; in InitDefaultRingtoneUriMap()326 systemSoundPath_ + DEFAULT_SYSTEM_TONE_PATH + defaultSystemToneName + ".ogg"; in InitDefaultSystemToneUriMap()328 systemSoundPath_ + DEFAULT_SYSTEM_TONE_PATH + defaultSystemToneName + ".ogg"; in InitDefaultSystemToneUriMap()340 systemSoundPath_ + DEFAULT_SYSTEM_TONE_PATH + defaultSystemToneName + ".ogg"; in InitDefaultSystemToneUriMap()
197 std::string systemSoundPath_ = ""; variable