Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h315 void ParseSlotSound(sptr<NotificationSlot> &slot, const std::string &value) const;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp1152 return ParseSlotSound(slot, valueStr); in SetSoltProperty()
1425 void NotificationPreferencesDatabase::ParseSlotSound(sptr<NotificationSlot> &slot, const std::strin… in ParseSlotSound() function in OHOS::Notification::NotificationPreferencesDatabase