Searched refs:LEVEL_DEFAULT (Results 1 - 10 of 10) sorted by relevance
/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 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 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()
|
/base/notification/distributed_notification_service/frameworks/core/common/include/ |
H A D | ans_convert_enum.h | 52 LEVEL_DEFAULT = 3, member in OHOS::NotificationNapi::SlotLevel
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | ans_log_test.cpp | 197 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 D | notification_slot.cpp | 143 SetLevel(LEVEL_DEFAULT); in SetType() 158 SetLevel(LEVEL_DEFAULT); in SetType()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 158 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 D | constant.cpp | 83 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_DEFAULT, "LEVEL_DEFAULT"); in SlotLevelInit()
|
/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()); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_utils.cpp | 723 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 D | notification_preferences_database_test.cpp | 128 bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_DEFAULT)); in HWTEST_F()
|
Completed in 11 milliseconds