/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_sorting.cpp | 22 NotificationSorting::NotificationSorting() in NotificationSorting() function in OHOS::Notification::NotificationSorting 25 NotificationSorting::~NotificationSorting() in ~NotificationSorting() 28 NotificationSorting::NotificationSorting(const NotificationSorting &sorting) in NotificationSorting() function in OHOS::Notification::NotificationSorting 40 void NotificationSorting::SetSlot(const sptr<NotificationSlot> &slot) in SetSlot() 54 std::string NotificationSorting::Dump() const in Dump() 68 bool NotificationSorting::Marshalling(Parcel &parcel) const in Marshalling() 113 bool NotificationSorting::ReadFromParcel(Parcel &parcel) in ReadFromParcel() 146 NotificationSorting *NotificationSorting::Unmarshalling(Parcel &parcel) in Unmarshalling() 148 NotificationSorting *sorting = new (std::nothrow) NotificationSorting(); in Unmarshalling() 157 void NotificationSorting::SetKey(const std::string &key) in SetKey() [all …]
|
H A D | notification_sorting_map.cpp | 28 NotificationSortingMap::NotificationSortingMap(const std::vector<NotificationSorting> &sortingList) in NotificationSortingMap() 44 bool NotificationSortingMap::GetNotificationSorting(const std::string &key, NotificationSorting &so… in GetNotificationSorting() 56 void NotificationSortingMap::SetNotificationSorting(const std::vector<NotificationSorting> &sorting… in SetNotificationSorting() 89 std::vector<NotificationSorting> sortings; in Unmarshalling() 97 NotificationSorting *sorting = parcel.ReadParcelable<NotificationSorting>(); in Unmarshalling()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_sorting_test.cpp | 43 NotificationSorting sorting; 45 auto rrc = std::make_shared<NotificationSorting>(sorting); 57 NotificationSorting sorting; 59 auto rrc = std::make_shared<NotificationSorting>(sorting); 73 NotificationSorting sorting; 78 std::shared_ptr<NotificationSorting> result = 79 std::make_shared<NotificationSorting>(sorting); 98 NotificationSorting sorting; 101 auto rrc = std::make_shared<NotificationSorting>(sorting); 114 NotificationSorting sorting; [all …]
|
H A D | notification_sorting_map_test.cpp | 43 std::vector<NotificationSorting> sortingList; 46 NotificationSorting sorting; 59 std::vector<NotificationSorting> sortingList; 73 std::vector<NotificationSorting> sortingList; 101 NotificationSorting sorting; 109 std::vector<NotificationSorting> sortingList; 116 NotificationSorting sortingTmp; 132 std::vector<NotificationSorting> sortingList; 148 std::vector<NotificationSorting> sortingList; 167 NotificationSorting sorting; [all …]
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_sorting.h | 27 class NotificationSorting final : public Parcelable { 29 NotificationSorting(); 31 ~NotificationSorting(); 38 NotificationSorting(const NotificationSorting &sorting); 146 static NotificationSorting *Unmarshalling(Parcel &parcel);
|
H A D | notification_sorting_map.h | 35 NotificationSortingMap(const std::vector<NotificationSorting> &sortingList); 54 bool GetNotificationSorting(const std::string &key, NotificationSorting &sorting) const; 81 void SetNotificationSorting(const std::vector<NotificationSorting> &sortingList); 85 std::map<std::string, NotificationSorting> sortings_ {};
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationsortingmap_fuzzer/ |
H A D | notificationsortingmap_fuzzer.cpp | 30 Notification::NotificationSorting notificationSorting; in DoSomethingInterestingWithMyAPI() 33 std::vector<Notification::NotificationSorting> sortingList; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-inner-notification-notificationSorting-sys.md | 1 # NotificationSorting (System API) 3 The **NotificationSorting** module provides APIs for defining the sorting information of active not…
|
H A D | js-apis-inner-notification-notificationSortingMap-sys.md | 19 | sortings | Record<string, [NotificationSorting](js-apis-inner-notification-notificationSorting…
|
H A D | Readme-EN.md | 21 - [NotificationSorting (System API)](js-apis-inner-notification-notificationSorting-sys.md)
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-inner-notification-notificationSorting-sys.md | 1 # NotificationSorting(系统接口)
|
H A D | js-apis-inner-notification-notificationSortingMap-sys.md | 19 | sortings | Record<string, [NotificationSorting](js-apis-inner-notification-notificationSorting…
|
H A D | Readme-CN.md | 21 - [NotificationSorting (系统接口)](js-apis-inner-notification-notificationSorting-sys.md)
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_subscriber_manager_test.cpp | 112 const std::vector<NotificationSorting> sortingList; 148 std::vector<NotificationSorting> sortingList; 168 std::vector<NotificationSorting> sortingList;
|
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/ |
H A D | ans_module_test.cpp | 225 NotificationSorting sorting1; in __anonfcca8a570202() 226 NotificationSorting sorting2; in __anonfcca8a570202() 319 NotificationSorting sorting1; in __anonfcca8a570402() 320 NotificationSorting sorting2; in __anonfcca8a570402() 574 NotificationSorting sorting1; in __anonfcca8a570a02() 575 NotificationSorting sorting2; in __anonfcca8a570a02() 668 NotificationSorting sorting1; in __anonfcca8a570c02() 669 NotificationSorting sorting2; in __anonfcca8a570c02() 897 NotificationSorting sorting1; in __anonfcca8a571102() 898 NotificationSorting sorting2; in __anonfcca8a571102() [all …]
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationsortingannex_fuzzer/ |
H A D | notificationsortingannex_fuzzer.cpp | 27 Notification::NotificationSorting notificationSorting; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-notification.md | 68 |访问级别有变化|类名:NotificationSorting;<br>方法or属性:readonly slot: NotificationSlot;<br>旧版本信息:|类名:Notificati… 69 |访问级别有变化|类名:NotificationSorting;<br>方法or属性:readonly hashCode: string;<br>旧版本信息:|类名:NotificationSort… 70 |访问级别有变化|类名:NotificationSorting;<br>方法or属性:readonly ranking: number;<br>旧版本信息:|类名:NotificationSorti… 71 …key: string]: NotificationSorting };<br>旧版本信息:|类名:NotificationSortingMap;<br>方法or属性:readonly sorti… 229 |type有变化|类名:NotificationSorting;<br>方法or属性:readonly slot: NotificationSlot;<br>旧版本信息:|类名:Notificati… 230 |type有变化|类名:NotificationSorting;<br>方法or属性:readonly hashCode: string;<br>旧版本信息:|类名:NotificationSort… 231 |type有变化|类名:NotificationSorting;<br>方法or属性:readonly ranking: number;<br>旧版本信息:|类名:NotificationSorti… 232 …key: string]: NotificationSorting };<br>旧版本信息:|类名:NotificationSortingMap;<br>方法or属性:readonly sorti…
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationsorting_fuzzer/ |
H A D | notificationsorting_fuzzer.cpp | 30 Notification::NotificationSorting notificationSorting; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-notification.md | 26 …FlagStatus、NotificationRequest、DistributedOptions、NotificationSlot、NotificationSorting、Notificatio…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.1/ |
H A D | changelogs-notification.md | 26 …FlagStatus、NotificationRequest、DistributedOptions、NotificationSlot、NotificationSorting、Notificatio…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-notification.md | 246 |访问级别有变化|类名:NotificationSorting;<br>方法or属性:readonly slot: NotificationSlot;<br>旧版本信息:|类名:Notificati… 247 |访问级别有变化|类名:NotificationSorting;<br>方法or属性:readonly hashCode: string;<br>旧版本信息:|类名:NotificationSort… 248 |访问级别有变化|类名:NotificationSorting;<br>方法or属性:readonly ranking: number;<br>旧版本信息:|类名:NotificationSorti… 249 …key: string]: NotificationSorting };<br>旧版本信息:|类名:NotificationSortingMap;<br>方法or属性:readonly sorti… 394 |type有变化|类名:NotificationSorting;<br>方法or属性:readonly slot: NotificationSlot;<br>旧版本信息:|类名:Notificati… 395 |type有变化|类名:NotificationSorting;<br>方法or属性:readonly hashCode: string;<br>旧版本信息:|类名:NotificationSort… 396 |type有变化|类名:NotificationSorting;<br>方法or属性:readonly ranking: number;<br>旧版本信息:|类名:NotificationSorti… 397 …key: string]: NotificationSorting };<br>旧版本信息:|类名:NotificationSortingMap;<br>方法or属性:readonly sorti…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-notification.md | 68 …ame: NotificationSorting;<br>Method or attribute name: readonly slot: NotificationSlot;<br>Old ver… 69 …s name: NotificationSorting;<br>Method or attribute name: readonly hashCode: string;<br>Old versio… 70 …s name: NotificationSorting;<br>Method or attribute name: readonly ranking: number;<br>Old version… 71 …NotificationSorting };<br>Old version information: |Class name: NotificationSortingMap;<br>Method … 229 …ame: NotificationSorting;<br>Method or attribute name: readonly slot: NotificationSlot;<br>Old ver… 230 …s name: NotificationSorting;<br>Method or attribute name: readonly hashCode: string;<br>Old versio… 231 …s name: NotificationSorting;<br>Method or attribute name: readonly ranking: number;<br>Old version… 232 …NotificationSorting };<br>Old version information: |Class name: NotificationSortingMap;<br>Method …
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-notification.md | 26 …ficationRequest**, **DistributedOptions**, **NotificationSlot**, **NotificationSorting**, **Notifi…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.1/ |
H A D | changelogs-notification.md | 26 …ficationRequest**, **DistributedOptions**, **NotificationSlot**, **NotificationSorting**, **Notifi…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-notification.md | 246 …ame: NotificationSorting;<br>Method or attribute name: readonly slot: NotificationSlot;<br>Old ver… 247 …s name: NotificationSorting;<br>Method or attribute name: readonly hashCode: string;<br>Old versio… 248 …s name: NotificationSorting;<br>Method or attribute name: readonly ranking: number;<br>Old version… 249 …NotificationSorting };<br>Old version information: |Class name: NotificationSortingMap;<br>Method … 394 …ame: NotificationSorting;<br>Method or attribute name: readonly slot: NotificationSlot;<br>Old ver… 395 …s name: NotificationSorting;<br>Method or attribute name: readonly hashCode: string;<br>Old versio… 396 …s name: NotificationSorting;<br>Method or attribute name: readonly ranking: number;<br>Old version… 397 …NotificationSorting };<br>Old version information: |Class name: NotificationSortingMap;<br>Method …
|