Home
last modified time | relevance | path

Searched refs:EMERGENCY_INFORMATION (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp29 {EMERGENCY_INFORMATION, NotificationConstant::SlotType::EMERGENCY_INFORMATION}
178 case NotificationConstant::SlotType::EMERGENCY_INFORMATION: in SetType()
530 case NotificationConstant::SlotType::EMERGENCY_INFORMATION: in GetDefaultReminderMode()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp101 case SlotType::EMERGENCY_INFORMATION: in SlotTypeJSToC()
102 outType = NotificationConstant::SlotType::EMERGENCY_INFORMATION; in SlotTypeJSToC()
136 case NotificationConstant::SlotType::EMERGENCY_INFORMATION: in SlotTypeCToJS()
137 outType = SlotType::EMERGENCY_INFORMATION; in SlotTypeCToJS()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp170 inType = NotificationNapi::SlotType::EMERGENCY_INFORMATION;
172 EXPECT_EQ(outType, NotificationConstant::SlotType::EMERGENCY_INFORMATION);
208 inType = NotificationConstant::SlotType::EMERGENCY_INFORMATION;
210 EXPECT_EQ(outType, NotificationNapi::SlotType::EMERGENCY_INFORMATION);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h44 EMERGENCY_INFORMATION = 10, enumerator
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_constant.h67 EMERGENCY_INFORMATION, // the notification type is emergency information enumerator
H A Dnotification_slot.h456 constexpr static const char* EMERGENCY_INFORMATION = "Emergency_information"; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp130 case NotificationConstant::SlotType::EMERGENCY_INFORMATION: in GetSlotFlagsKeyFromType()
131 …turn NotificationConstant::SLOTTYPECCMNAMES[NotificationConstant::SlotType::EMERGENCY_INFORMATION]; in GetSlotFlagsKeyFromType()
H A Dadvanced_notification_slot_service.cpp299 …sTokenHelper::IsSystemApp() && slotType == NotificationConstant::SlotType::EMERGENCY_INFORMATION) { in AddSlotByType()
H A Dadvanced_notification_service.cpp985 …emApp && record->request->GetSlotType() == NotificationConstant::SlotType::EMERGENCY_INFORMATION) { in CheckPublishPreparedNotification()
H A Dadvanced_notification_publish_service.cpp293 NotificationConstant::SlotType::EMERGENCY_INFORMATION, commonNotificationPublishProcess); in InitPublishProcess()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_config_parse.cpp39 {NotificationConstant::SlotType::EMERGENCY_INFORMATION, 0b111111} in NotificationConfigParse()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp62 static_cast<int32_t>(SlotType::EMERGENCY_INFORMATION), "EMERGENCY_INFORMATION"); in SlotTypeInit()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/
H A Djs-apis-notificationManager-sys.md4545 | EMERGENCY_INFORMATION<sup>12+</sup> | 10 | 紧急事件。**系统接口**: 此接口为系统接口。 …
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/
H A Djs-apis-notificationManager-sys.md4545 | EMERGENCY_INFORMATION<sup>12+</sup> | 10 | Emergency event. **System API**: This is a system …