Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h331 void GetEnableAllNotification(NotificationPreferencesInfo &info, int32_t userId);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp844 preferncesDB_->GetEnableAllNotification(info, userId);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp681 GetEnableAllNotification(info, iter); in ParseFromDisturbeDB()
1573 void NotificationPreferencesDatabase::GetEnableAllNotification(NotificationPreferencesInfo &info, i… in GetEnableAllNotification() function in OHOS::Notification::NotificationPreferencesDatabase