Home
last modified time | relevance | path

Searched refs:LEVEL_DEFAULT (Results 1 - 10 of 10) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h35 LEVEL_DEFAULT, // the notification function is enabled and notifications are displayed, enumerator
151 * effect. The value can be LEVEL_NONE, LEVEL_MIN, LEVEL_LOW, LEVEL_DEFAULT, or LEVEL_HIGH.
163 * The value can be LEVEL_NONE, LEVEL_MIN, LEVEL_LOW, LEVEL_DEFAULT, or LEVEL_HIGH.
468 NotificationLevel level_ {LEVEL_DEFAULT};
/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp162 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()
/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h52 LEVEL_DEFAULT = 3, member in OHOS::NotificationNapi::SlotLevel
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp197 inType = NotificationNapi::SlotLevel::LEVEL_DEFAULT; in HWTEST_F()
199 EXPECT_EQ(outType, NotificationSlot::NotificationLevel::LEVEL_DEFAULT); in HWTEST_F()
249 inType = NotificationSlot::NotificationLevel::LEVEL_DEFAULT; in HWTEST_F()
251 EXPECT_EQ(outType, NotificationNapi::SlotLevel::LEVEL_DEFAULT); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp143 SetLevel(LEVEL_DEFAULT); in SetType()
158 SetLevel(LEVEL_DEFAULT); in SetType()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h158 LEVEL_DEFAULT = 3, // the notification function is enabled and notifications are displayed, member in SlotLevel
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp83 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_DEFAULT, "LEVEL_DEFAULT"); in SlotLevelInit()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp342 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_DEFAULT, slot.GetLevel()); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp723 case NotificationSlot::NotificationLevel::LEVEL_DEFAULT: in SlotLevelCToCJ()
724 outLevel = SlotLevel::LEVEL_DEFAULT; in SlotLevelCToCJ()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp128 bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_DEFAULT)); in HWTEST_F()

Completed in 10 milliseconds