Home
last modified time | relevance | path

Searched refs:LEVEL_UNDEFINED (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h39 LEVEL_UNDEFINED, // the notification does not define an level. enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp203 case NotificationSlot::NotificationLevel::LEVEL_UNDEFINED: in SlotLevelCToJS()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp277 inType = NotificationSlot::NotificationLevel::LEVEL_UNDEFINED;
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp132 bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_UNDEFINED));
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp553 importance = NotificationSlot::LEVEL_UNDEFINED; in GetBundleImportance()