Home
last modified time | relevance | path

Searched refs:notificationType (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp130 const string &notificationType, in ParseReminderFilterSlot() argument
154 string localNotificationType = notificationType; in ParseReminderFilterSlot()
167 reminderFilterDevice[notificationType] = move(reminderFilterSlot); in ParseReminderFilterSlot()
173 const string &notificationType, in ParseReminderFilterContent() argument
194 string localNotificationType = notificationType; in ParseReminderFilterContent()
207 reminderFilterDevice[notificationType] = move(reminderFilterContent); in ParseReminderFilterContent()
213 const string &notificationType, in ParseReminderFilterCode() argument
224 reminderFilterDevice[notificationType] = move(reminderFilterCode); in ParseReminderFilterCode()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dsmart_reminder_center.h55 const string &notificationType,
59 const string &notificationType,
63 const string &notificationType,
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/
H A Djs-apis-inner-notification-notificationSlot.md15 …fication.md#slottype) | 否 | 是 | 通道类型。<br>从API version 11开始不再维护,建议使用notificationType代替。 …
16 | notificationType<sup>11+</sup> | [notificationManager.SlotType](js-apis-notificat…
H A Djs-apis-notificationManager-sys.md213 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 Djs-apis-inner-notification-notificationSlot.md15 …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 Djs-apis-notificationManager-sys.md213 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 Djs-apis-reminderAgentManager.md406 …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 Dhril_vendor_call_defs.h445 int32_t notificationType; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_node.cpp580 …hNode::NotifyChangeWithCount(int32_t index, int32_t count, NotificationType notificationType) const in NotifyChangeWithCount()
585 parent->NotifyChange(index, count, accessibilityId, notificationType); in NotifyChangeWithCount()
H A Dlazy_for_each_node.h177 … void NotifyChangeWithCount(int32_t index, int32_t count, NotificationType notificationType) const;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h543 uint8_t notificationType; member
H A Dhci_def_controller_baseband_cmd.h734 uint8_t notificationType; member
/ohos5.0/docs/en/application-dev/reference/apis-backgroundtasks-kit/
H A Djs-apis-reminderAgentManager.md406 …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 Dui_node.cpp1699 …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 Dui_node.h766 …void NotifyChange(int32_t changeIdx, int32_t count, int64_t id, NotificationType notificationType);
H A Dframe_node.h1096 …fyChange(int32_t changeIdx, int32_t count, int64_t id, NotificationType notificationType) override;
H A Dframe_node.cpp5670 …rameNode::NotifyChange(int32_t index, int32_t count, int64_t id, NotificationType notificationType) in NotifyChange() argument
5674 switch (notificationType) { in NotifyChange()