| /base/notification/ans_standard/services/test/moduletest/ |
| D | ans_module_test.cpp | 50 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() 60 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled() 69 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed() 235 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anonfa81cb9d0302() 317 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anonfa81cb9d0502() 555 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anonfa81cb9d0b02() 648 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anonfa81cb9d0d02() 793 int deleteReason) { passed = true; }; in __anonfa81cb9d1002() 834 int deleteReason) { passed = true; }; in __anonfa81cb9d1102() 874 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anonfa81cb9d1202() [all …]
|
| /base/notification/ans_standard/services/ans/test/unittest/ |
| D | notification_subscriber_manager_test.cpp | 44 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() 54 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled() 59 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
|
| D | advanced_notification_service_test.cpp | 89 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() 99 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled() 104 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
|
| /base/notification/ans_standard/test/resource/notificationfuzztest/include/ |
| D | notificationgetparam.h | 235 …void OnUpdate(const std::shared_ptr<OHOS::Notification::NotificationSortingMap> &sortingMap) overr… in OnUpdate() 242 …const std::shared_ptr<OHOS::Notification::NotificationSortingMap> &sortingMap, int deleteReason) o… in OnCanceled() 247 const std::shared_ptr<OHOS::Notification::NotificationSortingMap> &sortingMap) override in OnConsumed()
|
| /base/notification/ans_standard/interfaces/kits/js/notification/ |
| D | notificationSubscriber.d.ts | 65 readonly sortingMap?: NotificationSortingMap; property
|
| /base/notification/ans_standard/services/ans/src/ |
| D | advanced_notification_service.cpp | 355 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in CancelPreparedNotification() local 417 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in PublishPreparedNotification() local 513 sptr<NotificationSortingMap> sortingMap = new NotificationSortingMap(sortingList); in GenerateSortingMap() local 566 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in CancelAll() local 878 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in Delete() local 923 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in DeleteByBundle() local 968 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in DeleteAll() local 1711 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in PublishContinuousTaskNotification() local 1741 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in CancelContinuousTaskNotification() local 2056 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in OnBundleRemoved() local [all …]
|
| /base/notification/ans_standard/frameworks/ans/native/src/ |
| D | notification_sorting_map.cpp | 104 NotificationSortingMap *sortingMap = new (std::nothrow) NotificationSortingMap(sortings); in Unmarshalling() local
|
| D | notification_helper.cpp | 128 ErrCode NotificationHelper::GetCurrentAppSorting(sptr<NotificationSortingMap> &sortingMap) in GetCurrentAppSorting()
|
| /base/notification/ans_standard/interfaces/kits/napi/ans/src/ |
| D | subscribe.cpp | 39 std::shared_ptr<NotificationSortingMap> sortingMap; member 50 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason, napi_value &result) in SetSubscribeCallbackData() 187 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) in OnCanceled() 285 const std::shared_ptr<NotificationSortingMap> &sortingMap) in OnConsumed() 373 void SubscriberInstance::OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) in OnUpdate()
|
| D | common.cpp | 618 …const napi_env &env, const std::shared_ptr<NotificationSortingMap> &sortingMap, napi_value &result) in SetNotificationSortingMap()
|
| /base/notification/ans_standard/test/resource/notificationfuzztest/src/ |
| D | notificationfuzztestmanager.cpp | 111 …sptr<OHOS::Notification::NotificationSortingMap> sortingMap = GetParamNotificationSortingMapSptr(); in RegisterNotificationHelper() local 464 …const std::shared_ptr<OHOS::Notification::NotificationSortingMap> sortingMap = GetParamNotificatio… in RegisterNotificationSubscriber() local 483 …std::shared_ptr<OHOS::Notification::NotificationSortingMap> sortingMap = GetParamNotificationSorti… in RegisterNotificationSubscriber() local 494 …const std::shared_ptr<OHOS::Notification::NotificationSortingMap> sortingMap = GetParamNotificatio… in RegisterNotificationSubscriber() local
|
| /base/notification/ans_standard/frameworks/ans/test/moduletest/ |
| D | ans_innerkits_module_publish_test.cpp | 91 virtual void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() 108 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled() 156 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
|
| D | ans_fw_module_test.cpp | 132 explicit OnUpdatedEvent(const std::shared_ptr<NotificationSortingMap> &sortingMap) in OnUpdatedEvent() 205 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) in OnOnCanceledWithSortingMapAndDeleteReasonEvent() 255 …const std::shared_ptr<Notification> &request, const std::shared_ptr<NotificationSortingMap> &sorti… in OnConsumedWithSortingMapEvent() 295 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() 322 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled() 337 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
|
| /base/notification/ans_standard/frameworks/ans/core/src/ |
| D | ans_notification.cpp | 299 ErrCode AnsNotification::GetCurrentAppSorting(sptr<NotificationSortingMap> &sortingMap) in GetCurrentAppSorting()
|
| D | ans_manager_stub.cpp | 1216 sptr<NotificationSortingMap> sortingMap; in HandleGetCurrentAppSorting() local 1999 ErrCode AnsManagerStub::GetCurrentAppSorting(sptr<NotificationSortingMap> &sortingMap) in GetCurrentAppSorting()
|
| D | ans_manager_proxy.cpp | 1618 ErrCode AnsManagerProxy::GetCurrentAppSorting(sptr<NotificationSortingMap> &sortingMap) in GetCurrentAppSorting()
|