/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/ |
H A D | smart_reminder_center.cpp | 130 const string ¬ificationType, in ParseReminderFilterSlot() argument 154 string localNotificationType = notificationType; in ParseReminderFilterSlot() 167 reminderFilterDevice[notificationType] = move(reminderFilterSlot); in ParseReminderFilterSlot() 173 const string ¬ificationType, in ParseReminderFilterContent() argument 194 string localNotificationType = notificationType; in ParseReminderFilterContent() 207 reminderFilterDevice[notificationType] = move(reminderFilterContent); in ParseReminderFilterContent() 213 const string ¬ificationType, in ParseReminderFilterCode() argument 224 reminderFilterDevice[notificationType] = move(reminderFilterCode); in ParseReminderFilterCode()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | smart_reminder_center.h | 55 const string ¬ificationType, 59 const string ¬ificationType, 63 const string ¬ificationType,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-inner-notification-notificationSlot.md | 15 …fication.md#slottype) | 否 | 是 | 通道类型。<br>从API version 11开始不再维护,建议使用notificationType代替。 … 16 | notificationType<sup>11+</sup> | [notificationManager.SlotType](js-apis-notificat…
|
H A D | js-apis-notificationManager-sys.md | 213 notificationType: notificationManager.SlotType.SOCIAL_COMMUNICATION 263 notificationType: notificationManager.SlotType.SOCIAL_COMMUNICATION 320 notificationType: notificationManager.SlotType.SOCIAL_COMMUNICATION 374 notificationType: notificationManager.SlotType.SOCIAL_COMMUNICATION 1071 notificationType: notificationManager.SlotType.SOCIAL_COMMUNICATION 1127 notificationType: notificationManager.SlotType.SOCIAL_COMMUNICATION
|
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-inner-notification-notificationSlot.md | 15 …is API is deprecated since API version 11. You are advised to use **notificationType** instead. … 16 | notificationType<sup>11+</sup> | [notificationManager.SlotType](js-apis-notificat…
|
H A D | js-apis-notificationManager-sys.md | 213 notificationType: notificationManager.SlotType.SOCIAL_COMMUNICATION 263 notificationType: notificationManager.SlotType.SOCIAL_COMMUNICATION 320 notificationType: notificationManager.SlotType.SOCIAL_COMMUNICATION 374 notificationType: notificationManager.SlotType.SOCIAL_COMMUNICATION 1071 notificationType: notificationManager.SlotType.SOCIAL_COMMUNICATION 1127 notificationType: notificationManager.SlotType.SOCIAL_COMMUNICATION
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-backgroundtasks-kit/ |
H A D | js-apis-reminderAgentManager.md | 406 …notificationSlot.md#notificationslot) | 是 | notificationManager\.slot实例,仅支持设置其notificationType属性。 | 424 notificationType: notificationManager.SlotType.SOCIAL_COMMUNICATION 449 …notificationSlot.md#notificationslot) | 是 | notificationManager\.slot实例,仅支持设置其notificationType属性。 | 472 notificationType: notificationManager.SlotType.SOCIAL_COMMUNICATION
|
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_call_defs.h | 445 int32_t notificationType; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_node.cpp | 580 …hNode::NotifyChangeWithCount(int32_t index, int32_t count, NotificationType notificationType) const in NotifyChangeWithCount() 585 parent->NotifyChange(index, count, accessibilityId, notificationType); in NotifyChangeWithCount()
|
H A D | lazy_for_each_node.h | 177 … void NotifyChangeWithCount(int32_t index, int32_t count, NotificationType notificationType) const;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci_def_evt.h | 543 uint8_t notificationType; member
|
H A D | hci_def_controller_baseband_cmd.h | 734 uint8_t notificationType; member
|
/ohos5.0/docs/en/application-dev/reference/apis-backgroundtasks-kit/ |
H A D | js-apis-reminderAgentManager.md | 406 …notificationslot) | Yes| notificationManager\.slot instance. Only **notificationType** can be set.| 424 notificationType: notificationManager.SlotType.SOCIAL_COMMUNICATION 449 …notificationslot) | Yes| notificationManager\.slot instance. Only **notificationType** can be set.| 472 notificationType: notificationManager.SlotType.SOCIAL_COMMUNICATION
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.cpp | 1699 …Node::NotifyChange(int32_t changeIdx, int32_t count, int64_t id, NotificationType notificationType) in NotifyChange() argument 1705 parent->NotifyChange(updateFrom, count, accessibilityId, notificationType); in NotifyChange()
|
H A D | ui_node.h | 766 …void NotifyChange(int32_t changeIdx, int32_t count, int64_t id, NotificationType notificationType);
|
H A D | frame_node.h | 1096 …fyChange(int32_t changeIdx, int32_t count, int64_t id, NotificationType notificationType) override;
|
H A D | frame_node.cpp | 5670 …rameNode::NotifyChange(int32_t index, int32_t count, int64_t id, NotificationType notificationType) in NotifyChange() argument 5674 switch (notificationType) { in NotifyChange()
|