| /base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_branch_test/ |
| D | distributed_preferences_branch_test.cpp | 113 sptr<NotificationBundleOption> bundleOption = nullptr; variable 138 sptr<NotificationBundleOption> bundleOption = nullptr; variable 150 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption("<bundleName>", 783); variable 164 sptr<NotificationBundleOption> bundleOption = nullptr; variable 176 sptr<NotificationBundleOption> bundleOption = nullptr; variable 187 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption("<bundleName>", 783); variable
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
| D | notification_subscriber_manager_branch_test.cpp | 473 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(); variable 503 sptr<NotificationBundleOption> bundleOption = nullptr; variable 521 sptr<NotificationBundleOption> bundleOption = nullptr; variable 539 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(); variable 558 sptr<NotificationBundleOption> bundleOption = nullptr; variable 658 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(); variable 705 sptr<NotificationBundleOption> bundleOption = nullptr; variable 722 sptr<NotificationBundleOption> bundleOption = nullptr; variable 738 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(); variable 758 sptr<NotificationBundleOption> bundleOption = nullptr; variable [all …]
|
| /base/notification/distributed_notification_service/frameworks/core/src/manager/ |
| D | ans_manager_stub_invalid.cpp | 59 ErrCode AnsManagerStub::CancelAsBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t … in CancelAsBundle() 66 const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId, int32_t userId) in CancelAsBundle() 108 ErrCode AnsManagerStub::GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint… in GetSlotNumAsBundle() 148 …const sptr<NotificationBundleOption> &bundleOption, const int32_t notificationId, const std::strin… in GetActiveNotificationByFilter() 180 ErrCode AnsManagerStub::GetSlotFlagsAsBundle(const sptr<NotificationBundleOption> &bundleOption, ui… in GetSlotFlagsAsBundle() 186 ErrCode AnsManagerStub::SetSlotFlagsAsBundle(const sptr<NotificationBundleOption> &bundleOption, ui… in SetSlotFlagsAsBundle() 198 ErrCode AnsManagerStub::TriggerLocalLiveView(const sptr<NotificationBundleOption> &bundleOption, in TriggerLocalLiveView() 205 ErrCode AnsManagerStub::RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, in RemoveNotification() 212 ErrCode AnsManagerStub::RemoveAllNotifications(const sptr<NotificationBundleOption> &bundleOption) in RemoveAllNotifications() 230 ErrCode AnsManagerStub::DeleteByBundle(const sptr<NotificationBundleOption> &bundleOption) in DeleteByBundle() [all …]
|
| D | ans_manager_proxy_slot.cpp | 213 ErrCode AnsManagerProxy::GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uin… in GetSlotNumAsBundle() 253 const sptr<NotificationBundleOption> &bundleOption, std::vector<sptr<NotificationSlot>> &slots) in GetSlotsByBundle() 288 …const sptr<NotificationBundleOption> &bundleOption, const NotificationConstant::SlotType &slotType, in GetSlotByBundle() 336 …const sptr<NotificationBundleOption> &bundleOption, const std::vector<sptr<NotificationSlot>> &slo… in UpdateSlots() 386 ErrCode AnsManagerProxy::SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &bundleOption, in SetEnabledForBundleSlot() 437 …const sptr<NotificationBundleOption> &bundleOption, const NotificationConstant::SlotType &slotType… in GetEnabledForBundleSlot() 515 ErrCode AnsManagerProxy::GetSlotFlagsAsBundle(const sptr<NotificationBundleOption> &bundleOption, … in GetSlotFlagsAsBundle() 559 ErrCode AnsManagerProxy::SetSlotFlagsAsBundle(const sptr<NotificationBundleOption> &bundleOption, … in SetSlotFlagsAsBundle()
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| D | system_event_observer.cpp | 68 …sptr<NotificationBundleOption> bundleOption = new (std::nothrow) NotificationBundleOption(bundleNa… in GetBundleOption() local 84 …sptr<NotificationBundleOption> bundleOption = new (std::nothrow) NotificationBundleOption(bundleNa… in GetBundleOptionDataCleared() local 100 sptr<NotificationBundleOption> bundleOption = GetBundleOption(want); in OnReceiveEvent() local 138 sptr<NotificationBundleOption> bundleOption = GetBundleOptionDataCleared(want); in OnReceiveEvent() local 167 sptr<NotificationBundleOption> bundleOption = GetBundleOption(data.GetWant()); in OnBundleAddEventInner() local 177 sptr<NotificationBundleOption> bundleOption = GetBundleOption(data.GetWant()); in OnBundleUpdateEventInner() local
|
| D | notification_preferences.cpp | 66 …const sptr<NotificationBundleOption> &bundleOption, const std::vector<sptr<NotificationSlot>> &slo… in AddNotificationSlots() 101 …ficationPreferences::AddNotificationBundleProperty(const sptr<NotificationBundleOption> &bundleOpt… in AddNotificationBundleProperty() 121 …const sptr<NotificationBundleOption> &bundleOption, const NotificationConstant::SlotType &slotType) in RemoveNotificationSlot() 153 …otificationPreferences::RemoveNotificationAllSlots(const sptr<NotificationBundleOption> &bundleOpt… in RemoveNotificationAllSlots() 191 …tificationPreferences::RemoveNotificationForBundle(const sptr<NotificationBundleOption> &bundleOpt… in RemoveNotificationForBundle() 219 …const sptr<NotificationBundleOption> &bundleOption, const std::vector<sptr<NotificationSlot>> &slo… in UpdateNotificationSlots() 253 …rCode NotificationPreferences::GetNotificationSlot(const sptr<NotificationBundleOption> &bundleOpt… in GetNotificationSlot() 277 const sptr<NotificationBundleOption> &bundleOption, std::vector<sptr<NotificationSlot>> &slots) in GetNotificationAllSlots() 297 const sptr<NotificationBundleOption> &bundleOption, uint64_t &num) in GetNotificationSlotsNumForBundle() 315 const sptr<NotificationBundleOption> &bundleOption, uint32_t &slotFlags) in GetNotificationSlotFlagsForBundle() [all …]
|
| D | advanced_notification_slot_service.cpp | 63 sptr<NotificationBundleOption> bundleOption = GenerateBundleOption(); in AddSlots() local 106 sptr<NotificationBundleOption> bundleOption = GenerateBundleOption(); in GetSlots() local 129 const sptr<NotificationBundleOption> &bundleOption, std::vector<sptr<NotificationSlot>> &slots) in GetSlotsByBundle() 168 …const sptr<NotificationBundleOption> &bundleOption, const NotificationConstant::SlotType &slotType, in GetSlotByBundle() 207 …const sptr<NotificationBundleOption> &bundleOption, const std::vector<sptr<NotificationSlot>> &slo… in UpdateSlots() 251 sptr<NotificationBundleOption> bundleOption = GenerateBundleOption(); in RemoveAllSlots() local 303 sptr<NotificationBundleOption> bundleOption = GenerateBundleOption(); in AddSlotByType() local 341 sptr<NotificationBundleOption> bundleOption = GenerateBundleOption(); in GetEnabledForBundleSlotSelf() local 372 … AdvancedNotificationService::GetSlotFlagsAsBundle(const sptr<NotificationBundleOption> &bundleOpt… in GetSlotFlagsAsBundle() 409 … AdvancedNotificationService::SetSlotFlagsAsBundle(const sptr<NotificationBundleOption> &bundleOpt… in SetSlotFlagsAsBundle() [all …]
|
| D | ans_manager_stub_invalid.cpp | 66 ErrCode AnsManagerStub::CancelAsBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t … in CancelAsBundle() 73 const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId, int32_t userId) in CancelAsBundle() 115 ErrCode AnsManagerStub::GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint… in GetSlotNumAsBundle() 148 …const sptr<NotificationBundleOption> &bundleOption, const int32_t notificationId, const std::strin… in GetActiveNotificationByFilter() 180 ErrCode AnsManagerStub::GetSlotFlagsAsBundle(const sptr<NotificationBundleOption> &bundleOption, ui… in GetSlotFlagsAsBundle() 186 ErrCode AnsManagerStub::SetSlotFlagsAsBundle(const sptr<NotificationBundleOption> &bundleOption, ui… in SetSlotFlagsAsBundle() 198 ErrCode AnsManagerStub::TriggerLocalLiveView(const sptr<NotificationBundleOption> &bundleOption, in TriggerLocalLiveView() 205 ErrCode AnsManagerStub::RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, in RemoveNotification() 212 ErrCode AnsManagerStub::RemoveAllNotifications(const sptr<NotificationBundleOption> &bundleOption) in RemoveAllNotifications() 230 ErrCode AnsManagerStub::DeleteByBundle(const sptr<NotificationBundleOption> &bundleOption) in DeleteByBundle() [all …]
|
| D | advanced_notification_publish_service.cpp | 85 const sptr<NotificationBundleOption> &bundleOption, bool enabled) in SetDefaultNotificationEnabled() 162 sptr<NotificationBundleOption> bundleOption; in Publish() local 329 …sptr<NotificationBundleOption> bundleOption = new (std::nothrow) NotificationBundleOption(bundle, … in PublishNotificationForIndirectProxy() local 447 sptr<NotificationBundleOption> bundleOption = GenerateBundleOption(); in Cancel() local 466 sptr<NotificationBundleOption> bundleOption = GenerateBundleOption(); in CancelAll() local 481 const sptr<NotificationBundleOption>& bundleOption, const int32_t reason) in ExcuteCancelAll() 530 const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId, int32_t userId) in CancelAsBundle() 582 const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId) in CancelAsBundle() 598 sptr<NotificationBundleOption> bundleOption = new (std::nothrow) NotificationBundleOption( in CancelAsBundle() local 604 const sptr<NotificationBundleOption> &bundleOption, const int32_t id) in CancelAsBundleWithAgent() [all …]
|
| D | advanced_notification_event_service.cpp | 108 const sptr<NotificationBundleOption> &bundleOption, ErrCode errCode) in SendCancelHiSysEvent() 124 const sptr<NotificationBundleOption> &bundleOption, ErrCode errCode) in SendRemoveHiSysEvent() 138 …ificationService::SendEnableNotificationHiSysEvent(const sptr<NotificationBundleOption> &bundleOpt… in SendEnableNotificationHiSysEvent() 158 …const sptr<NotificationBundleOption> &bundleOption, const NotificationConstant::SlotType &slotType, in SendEnableNotificationSlotHiSysEvent()
|
| D | ans_manager_stub.cpp | 569 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleCancelAsBundleOption() local 617 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleCancelAsBundleAndUser() local 721 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleGetSlotNumAsBundle() local 743 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleSetSlotFlagsAsBundle() local 766 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleGetSlotFlagsAsBundle() local 853 sptr<NotificationBundleOption> bundleOption = data.ReadParcelable<NotificationBundleOption>(); in HandleGetActiveNotificationByFilter() local 1061 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleTriggerLocalLiveView() local 1089 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleRemoveNotification() local 1123 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleRemoveAllNotifications() local 1190 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleDeleteByBundle() local [all …]
|
| /base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
| D | notification_do_not_disturb_profile_test.cpp | 47 NotificationBundleOption bundleOption; variable 64 NotificationBundleOption bundleOption; variable 81 NotificationBundleOption bundleOption; variable 104 NotificationBundleOption bundleOption; variable 122 NotificationBundleOption bundleOption; variable 146 NotificationBundleOption bundleOption; variable
|
| D | notification_helper_test.cpp | 174 NotificationBundleOption bundleOption; variable 276 NotificationBundleOption bundleOption; variable 467 NotificationBundleOption bundleOption; variable 484 NotificationBundleOption bundleOption; variable 498 NotificationBundleOption bundleOption; variable 525 NotificationBundleOption bundleOption; variable 540 NotificationBundleOption bundleOption; variable 584 NotificationBundleOption bundleOption; variable 629 NotificationBundleOption bundleOption; variable 644 NotificationBundleOption bundleOption; variable [all …]
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/ |
| D | ans_notification_annex_test.cpp | 78 NotificationBundleOption bundleOption; variable 143 NotificationBundleOption bundleOption; variable 160 NotificationBundleOption bundleOption; variable 175 NotificationBundleOption bundleOption; variable 190 NotificationBundleOption bundleOption; variable 206 NotificationBundleOption bundleOption; variable 223 NotificationBundleOption bundleOption; variable
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | notification_helper.cpp | 59 …de NotificationHelper::GetNotificationSlotNumAsBundle(const NotificationBundleOption &bundleOption… in GetNotificationSlotNumAsBundle() 64 … NotificationHelper::GetNotificationSlotFlagsAsBundle(const NotificationBundleOption &bundleOption, in GetNotificationSlotFlagsAsBundle() 70 … NotificationHelper::SetNotificationSlotFlagsAsBundle(const NotificationBundleOption &bundleOption, in SetNotificationSlotFlagsAsBundle() 121 const NotificationBundleOption &bundleOption, int32_t notificationId) in CancelAsBundle() 267 ErrCode NotificationHelper::TriggerLocalLiveView(const NotificationBundleOption &bundleOption, in TriggerLocalLiveView() 279 ErrCode NotificationHelper::RemoveNotification(const NotificationBundleOption &bundleOption, in RemoveNotification() 286 ErrCode NotificationHelper::RemoveAllNotifications(const NotificationBundleOption &bundleOption) in RemoveAllNotifications() 296 …rCode NotificationHelper::RemoveNotificationsByBundle(const NotificationBundleOption &bundleOption) in RemoveNotificationsByBundle() 307 const NotificationBundleOption &bundleOption, std::vector<sptr<NotificationSlot>> &slots) in GetNotificationSlotsForBundle() 313 const NotificationBundleOption &bundleOption, const NotificationConstant::SlotType &slotType, in GetNotificationSlotForBundle() [all …]
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
| D | ans_notification_branch_test.cpp | 80 const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId) override in CancelAsBundle() 86 …const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId, int32_t userId) overri… in CancelAsBundle() 121 …ErrCode GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint64_t &num) over… in GetSlotNumAsBundle() 179 … ErrCode RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, int notificationId, in RemoveNotification() 185 ErrCode RemoveAllNotifications(const sptr<NotificationBundleOption> &bundleOption) override in RemoveAllNotifications() 195 ErrCode DeleteByBundle(const sptr<NotificationBundleOption> &bundleOption) override in DeleteByBundle() 206 …const sptr<NotificationBundleOption> &bundleOption, std::vector<sptr<NotificationSlot>> &slots) ov… in GetSlotsByBundle() 212 …const sptr<NotificationBundleOption> &bundleOption, const NotificationConstant::SlotType &slotType, in GetSlotByBundle() 219 …const sptr<NotificationBundleOption> &bundleOption, const std::vector<sptr<NotificationSlot>> &slo… in UpdateSlots() 247 …const std::string &deviceId, const sptr<NotificationBundleOption> &bundleOption, bool enabled) ove… in SetNotificationsEnabledForSpecialBundle() [all …]
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/ |
| D | advanced_notification_service_branch_test.cpp | 608 …sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NO… variable 693 …sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NO… variable 708 …sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NO… variable 724 …sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NO… variable 741 …sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NO… variable 758 sptr<NotificationBundleOption> bundleOption = variable 777 sptr<NotificationBundleOption> bundleOption = variable 949 sptr<NotificationBundleOption> bundleOption = variable 981 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption( variable 999 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption( variable [all …]
|
| D | advanced_notification_service_test.cpp | 351 sptr<NotificationBundleOption> bundleOption = new (std::nothrow) NotificationBundleOption(); variable 364 sptr<NotificationBundleOption> bundleOption = new (std::nothrow) NotificationBundleOption(); variable 964 sptr<NotificationBundleOption> bundleOption = nullptr; variable 1054 sptr<NotificationBundleOption> bundleOption = nullptr; variable 1112 …sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NO… variable 1222 sptr<NotificationBundleOption> bundleOption; variable 1253 …sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NO… variable 1393 sptr<NotificationBundleOption> bundleOption = nullptr; variable 1409 …sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NO… variable 1427 …sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SY… variable [all …]
|
| /base/notification/distributed_notification_service/frameworks/test/moduletest/ |
| D | ans_innerkits_module_setting_test.cpp | 77 NotificationBundleOption bundleOption; variable 98 NotificationBundleOption bundleOption("bundlename", CALLING_UID); variable 144 NotificationBundleOption bundleOption("bundlename", CALLING_UID); variable
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
| D | ans_manager_proxy_unit_test.cpp | 120 sptr<NotificationBundleOption> bundleOption = new (std::nothrow) NotificationBundleOption(); in SendRequestGetAllEnableNotifications() local 771 sptr<NotificationBundleOption> bundleOption = new (std::nothrow) NotificationBundleOption(); variable 792 sptr<NotificationBundleOption> bundleOption = new (std::nothrow) NotificationBundleOption(); variable 1539 sptr<NotificationBundleOption> bundleOption = new (std::nothrow) NotificationBundleOption(); variable 1560 sptr<NotificationBundleOption> bundleOption = nullptr; variable 1583 sptr<NotificationBundleOption> bundleOption = new (std::nothrow) NotificationBundleOption(); variable 1606 sptr<NotificationBundleOption> bundleOption = new (std::nothrow) NotificationBundleOption(); variable 1629 sptr<NotificationBundleOption> bundleOption = new (std::nothrow) NotificationBundleOption(); variable 1652 sptr<NotificationBundleOption> bundleOption = new (std::nothrow) NotificationBundleOption(); variable 1691 sptr<NotificationBundleOption> bundleOption = new (std::nothrow) NotificationBundleOption(); variable [all …]
|
| /base/notification/distributed_notification_service/services/ans/src/slot_manager/ |
| D | setNotificationEnableSlot.cpp | 48 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in SetEnabledForBundleSlot() local 95 const sptr<NotificationBundleOption> &bundleOption, in SetEnabledForBundleSlotSyncQue() 117 const sptr<NotificationBundleOption> &bundleOption, in SetEnabledForBundleSlotInner() 147 …const sptr<NotificationBundleOption> &bundleOption, const NotificationConstant::SlotType &slotType, in SendEnableNotificationSlotHiSysEvent()
|
| D | AddSlots.cpp | 61 … sptr<NotificationBundleOption> bundleOption = AdvancedNotificationService::GenerateBundleOption(); in AddSlotsSyncQue() local 81 const std::vector<sptr<NotificationSlot>> &slots, sptr<NotificationBundleOption> bundleOption) in AddSlotsInner()
|
| /base/notification/distributed_notification_service/services/distributed/test/unittest/ |
| D | distributed_preferences_test.cpp | 79 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption("<bundleName>", 783); variable 92 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption("<bundleName>", 783); variable 114 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption("<bundleName>", 783); variable
|
| /base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
| D | notification_manager_impl.cpp | 49 …c bool ParseBundleOption(CNotificationBundleOption &option, NotificationBundleOption &bundleOption) in ParseBundleOption() 238 NotificationBundleOption bundleOption; in SetNotificationEnable() local 249 NotificationBundleOption bundleOption; in DisplayBadge() local 259 NotificationBundleOption bundleOption; in IsBadgeDisplayed() local 274 NotificationBundleOption bundleOption; in SetSlotFlagsByBundle() local 286 NotificationBundleOption bundleOption; in GetSlotFlagsByBundle() local 301 NotificationBundleOption bundleOption; in GetSlotNumByBundle() local 314 NotificationBundleOption bundleOption; in RemoveGroupByBundle() local
|
| /base/notification/distributed_notification_service/frameworks/core/src/ |
| D | ans_notification.cpp | 127 …rCode AnsNotification::GetNotificationSlotNumAsBundle(const NotificationBundleOption &bundleOption… in GetNotificationSlotNumAsBundle() 144 …ode AnsNotification::GetNotificationSlotFlagsAsBundle(const NotificationBundleOption &bundleOption, in GetNotificationSlotFlagsAsBundle() 162 …ode AnsNotification::SetNotificationSlotFlagsAsBundle(const NotificationBundleOption &bundleOption, in SetNotificationSlotFlagsAsBundle() 331 const NotificationBundleOption &bundleOption, int32_t notificationId) in CancelAsBundle() 754 ErrCode AnsNotification::TriggerLocalLiveView(const NotificationBundleOption &bundleOption, in TriggerLocalLiveView() 795 ErrCode AnsNotification::RemoveNotification(const NotificationBundleOption &bundleOption, in RemoveNotification() 816 ErrCode AnsNotification::RemoveAllNotifications(const NotificationBundleOption &bundleOption) in RemoveAllNotifications() 851 ErrCode AnsNotification::RemoveNotificationsByBundle(const NotificationBundleOption &bundleOption) in RemoveNotificationsByBundle() 880 const NotificationBundleOption &bundleOption, std::vector<sptr<NotificationSlot>> &slots) in GetNotificationSlotsForBundle() 898 const NotificationBundleOption &bundleOption, const NotificationConstant::SlotType &slotType, in GetNotificationSlotForBundle() [all …]
|