Home
last modified time | relevance | path

Searched defs:sortingMap (Results 1 – 16 of 16) sorted by relevance

/base/notification/ans_standard/services/test/moduletest/
Dans_module_test.cpp50 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/
Dnotification_subscriber_manager_test.cpp44 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()
Dadvanced_notification_service_test.cpp89 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/
Dnotificationgetparam.h235 …void OnUpdate(const std::shared_ptr<OHOS::Notification::NotificationSortingMap> &sortingMap) overr… in OnUpdate()
242const 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/
DnotificationSubscriber.d.ts65 readonly sortingMap?: NotificationSortingMap; property
/base/notification/ans_standard/services/ans/src/
Dadvanced_notification_service.cpp355 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/
Dnotification_sorting_map.cpp104 NotificationSortingMap *sortingMap = new (std::nothrow) NotificationSortingMap(sortings); in Unmarshalling() local
Dnotification_helper.cpp128 ErrCode NotificationHelper::GetCurrentAppSorting(sptr<NotificationSortingMap> &sortingMap) in GetCurrentAppSorting()
/base/notification/ans_standard/interfaces/kits/napi/ans/src/
Dsubscribe.cpp39 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()
Dcommon.cpp618 …const napi_env &env, const std::shared_ptr<NotificationSortingMap> &sortingMap, napi_value &result) in SetNotificationSortingMap()
/base/notification/ans_standard/test/resource/notificationfuzztest/src/
Dnotificationfuzztestmanager.cpp111 …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/
Dans_innerkits_module_publish_test.cpp91 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()
Dans_fw_module_test.cpp132 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/
Dans_notification.cpp299 ErrCode AnsNotification::GetCurrentAppSorting(sptr<NotificationSortingMap> &sortingMap) in GetCurrentAppSorting()
Dans_manager_stub.cpp1216 sptr<NotificationSortingMap> sortingMap; in HandleGetCurrentAppSorting() local
1999 ErrCode AnsManagerStub::GetCurrentAppSorting(sptr<NotificationSortingMap> &sortingMap) in GetCurrentAppSorting()
Dans_manager_proxy.cpp1618 ErrCode AnsManagerProxy::GetCurrentAppSorting(sptr<NotificationSortingMap> &sortingMap) in GetCurrentAppSorting()