Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h55 ErrCode AddNotificationBundleProperty(const sptr<NotificationBundleOption> &bundleOption);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp1022 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->AddNotificationBundleProperty(bundleOption_…
1035 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->AddNotificationBundleProperty(bundleEmptyOp…
1048 ASSERT_EQ((int)NotificationPreferences::GetInstance()->AddNotificationBundleProperty(nullptr),
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp101 ErrCode NotificationPreferences::AddNotificationBundleProperty(const sptr<NotificationBundleOption>… in AddNotificationBundleProperty() function in OHOS::Notification::NotificationPreferences