Home
last modified time | relevance | path

Searched refs:EMERGENCY_INFORMATION (Results 1 - 12 of 12) sorted by relevance

/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()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp169 case NotificationConstant::SlotType::EMERGENCY_INFORMATION: in SetType()
170 id_ = "EMERGENCY_INFORMATION"; in SetType()
171 SetName("EMERGENCY_INFORMATION"); in SetType()
498 convertStrToSlotType_[EMERGENCY_INFORMATION] = NotificationConstant::SlotType::EMERGENCY_INFORMATION; in GetSlotTypeByString()
530 case NotificationConstant::SlotType::EMERGENCY_INFORMATION: in GetDefaultReminderMode()
/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_config_parse.cpp38 {NotificationConstant::SlotType::EMERGENCY_INFORMATION, 0b111111} in NotificationConfigParse()
/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h44 EMERGENCY_INFORMATION = 10, member in OHOS::NotificationNapi::SlotType
/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"; member in OHOS::Notification::NotificationSlot
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp133 inType = NotificationNapi::SlotType::EMERGENCY_INFORMATION; in HWTEST_F()
135 EXPECT_EQ(outType, NotificationConstant::SlotType::EMERGENCY_INFORMATION); in HWTEST_F()
171 inType = NotificationConstant::SlotType::EMERGENCY_INFORMATION; in HWTEST_F()
173 EXPECT_EQ(outType, NotificationNapi::SlotType::EMERGENCY_INFORMATION); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp129 case NotificationConstant::SlotType::EMERGENCY_INFORMATION: in GetSlotFlagsKeyFromType()
130 return NotificationConstant::SLOTTYPECCMNAMES[NotificationConstant::SlotType::EMERGENCY_INFORMATION]; in GetSlotFlagsKeyFromType()
H A Dadvanced_notification_slot_service.cpp297 if (!AccessTokenHelper::IsSystemApp() && slotType == NotificationConstant::SlotType::EMERGENCY_INFORMATION) { in AddSlotByType()
H A Dadvanced_notification_service.cpp978 if (!isSystemApp && record->request->GetSlotType() == NotificationConstant::SlotType::EMERGENCY_INFORMATION) { in CheckPublishPreparedNotification()
H A Dadvanced_notification_publish_service.cpp288 NotificationConstant::SlotType::EMERGENCY_INFORMATION, commonNotificationPublishProcess); in InitPublishProcess()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp62 static_cast<int32_t>(SlotType::EMERGENCY_INFORMATION), "EMERGENCY_INFORMATION"); in SlotTypeInit()

Completed in 14 milliseconds