Home
last modified time | relevance | path

Searched refs:defaultSystemToneUriMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp306 if (defaultSystemToneUriMap_.count(systemToneType) == 0) { in GetDefaultSystemToneUri()
310 return defaultSystemToneUriMap_[systemToneType]; in GetDefaultSystemToneUri()
325 defaultSystemToneUriMap_[SYSTEM_TONE_TYPE_SIM_CARD_0] = in InitDefaultSystemToneUriMap()
327 defaultSystemToneUriMap_[SYSTEM_TONE_TYPE_SIM_CARD_1] = in InitDefaultSystemToneUriMap()
330 defaultSystemToneUriMap_[SYSTEM_TONE_TYPE_SIM_CARD_0].c_str()); in InitDefaultSystemToneUriMap()
332 defaultSystemToneUriMap_[SYSTEM_TONE_TYPE_SIM_CARD_0] = ""; in InitDefaultSystemToneUriMap()
333 defaultSystemToneUriMap_[SYSTEM_TONE_TYPE_SIM_CARD_1] = ""; in InitDefaultSystemToneUriMap()
339 defaultSystemToneUriMap_[SYSTEM_TONE_TYPE_NOTIFICATION] = in InitDefaultSystemToneUriMap()
342 defaultSystemToneUriMap_[SYSTEM_TONE_TYPE_NOTIFICATION].c_str()); in InitDefaultSystemToneUriMap()
344 defaultSystemToneUriMap_[SYSTEM_TONE_TYPE_NOTIFICATION] = ""; in InitDefaultSystemToneUriMap()
H A Dsystem_sound_manager_impl.h206 std::unordered_map<SystemToneType, std::string> defaultSystemToneUriMap_; variable