Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp852 auto enableNotificationItem = datas.find(matchEnableNotification); in HandleDataBaseMap() local
853 if (enableNotificationItem == datas.end()) { in HandleDataBaseMap()
856 if (static_cast<bool>(StringToInt(enableNotificationItem->second))) { in HandleDataBaseMap()