/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/ |
H A D | ans_convert_enum.cpp | 162 case SlotLevel::LEVEL_DEFAULT: in SlotLevelJSToC() 163 outLevel = NotificationSlot::NotificationLevel::LEVEL_DEFAULT; in SlotLevelJSToC() 212 case NotificationSlot::NotificationLevel::LEVEL_DEFAULT: in SlotLevelCToJS() 213 outLevel = SlotLevel::LEVEL_DEFAULT; in SlotLevelCToJS()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_slot.h | 35 LEVEL_DEFAULT, // the notification function is enabled and notifications are displayed, enumerator 468 NotificationLevel level_ {LEVEL_DEFAULT};
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | ans_log_test.cpp | 234 inType = NotificationNapi::SlotLevel::LEVEL_DEFAULT; 236 EXPECT_EQ(outType, NotificationSlot::NotificationLevel::LEVEL_DEFAULT); 286 inType = NotificationSlot::NotificationLevel::LEVEL_DEFAULT; 288 EXPECT_EQ(outType, NotificationNapi::SlotLevel::LEVEL_DEFAULT);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/ |
H A D | ans_convert_enum.h | 52 LEVEL_DEFAULT = 3, enumerator
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_slot.cpp | 152 SetLevel(LEVEL_DEFAULT); in SetType() 167 SetLevel(LEVEL_DEFAULT); in SetType()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | constant.cpp | 83 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_DEFAULT, "LEVEL_DEFAULT"); in SlotLevelInit()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_slot_test.cpp | 342 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_DEFAULT, slot.GetLevel());
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-notificationManager.md | 1688 | LEVEL_DEFAULT | 3 | 表示通知功能已启用,状态栏中显示通知图标,没有横幅但有提示音。 | 1706 …实况窗。不支持三方应用直接创建该渠道类型通知,可以由系统代理创建后,三方应用发布同ID的通知来更新指定内容。该类型对应[SlotLevel](#slotlevel)为LEVEL_DEFAULT。 | 1707 …>11+</sup> | 5 | 客服消息。该类型用于用户与商家之间的客服消息,需由用户主动发起。该类型对应[SlotLevel](#slotlevel)为LEVEL_DEFAULT。 |
|
H A D | js-apis-notification.md | 947 | LEVEL_DEFAULT | 3 | 表示通知功能已启用,状态栏中显示通知图标,没有横幅但有提示音。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-notificationManager.md | 1688 | LEVEL_DEFAULT | 3 | Notification is enabled, and the notification i… 1706 …e the specified content. This type corresponds to [SlotLevel](#slotlevel) being **LEVEL_DEFAULT**.| 1707 … be initiated by users. This type corresponds to [SlotLevel](#slotlevel) being **LEVEL_DEFAULT**. |
|
H A D | js-apis-notification.md | 947 | LEVEL_DEFAULT | 3 | The notification feature is enabled, and the no…
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_database_test.cpp | 128 bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_DEFAULT));
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.0-LTS/ |
H A D | js-apidiff-v3.0-lts.md | 514 |事件通知-notification|LEVEL_DEFAULT = 3,|新增| -|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-notification.md | 294 |新增|NA|类名:SlotLevel;<br>方法or属性:LEVEL_DEFAULT = 3|@ohos.notificationManager.d.ts| 645 |废弃版本有变化|类名:SlotLevel;<br>方法or属性:LEVEL_DEFAULT = 3<br>旧版本信息:|类名:SlotLevel;<br>方法or属性:LEVEL_DEFAULT …
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-notification.md | 272 |新增|NA|模块名: ohos.notificationManager<br>类名: SlotLevel<br>方法名 or 属性名: LEVEL_DEFAULT|@ohos.notificati…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-notification.md | 279 |新增|NA|模块名: ohos.notificationManager<br>类名: SlotLevel<br>方法名 or 属性名: LEVEL_DEFAULT|@ohos.notificati…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.0-LTS/ |
H A D | js-apidiff-v3.0-lts.md | 514 |Common Event and Notification Subsystem - notification|LEVEL_DEFAULT = 3,|Added| -|
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-notification.md | 294 |Added|NA|Class name: SlotLevel;<br>Method or attribute name: LEVEL_DEFAULT = 3|@ohos.notificationM… 645 …Method or attribute name: LEVEL_DEFAULT = 3<br>Old version: |Class name: SlotLevel;<br>Method or a…
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-notification.md | 279 …ficationManager<br>Class name: SlotLevel<br>Method or attribute name: LEVEL_DEFAULT|@ohos.notifica…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-notification.md | 272 …ficationManager<br>Class name: SlotLevel<br>Method or attribute name: LEVEL_DEFAULT|@ohos.notifica…
|