Searched refs:LEVEL_MIN (Results 1 - 10 of 10) sorted by relevance
/base/notification/distributed_notification_service/frameworks/core/common/src/ |
H A D | ans_convert_enum.cpp | 156 case SlotLevel::LEVEL_MIN: in SlotLevelJSToC() 157 outLevel = NotificationSlot::NotificationLevel::LEVEL_MIN; in SlotLevelJSToC() 206 case NotificationSlot::NotificationLevel::LEVEL_MIN: in SlotLevelCToJS() 207 outLevel = SlotLevel::LEVEL_MIN; in SlotLevelCToJS()
|
/base/notification/distributed_notification_service/frameworks/core/common/include/ |
H A D | ans_convert_enum.h | 50 LEVEL_MIN = 1, member in OHOS::NotificationNapi::SlotLevel
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_slot.h | 31 LEVEL_MIN, // the notifications function is disabled on the notification panel, 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.
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | ans_log_test.cpp | 191 inType = NotificationNapi::SlotLevel::LEVEL_MIN; in HWTEST_F() 193 EXPECT_EQ(outType, NotificationSlot::NotificationLevel::LEVEL_MIN); in HWTEST_F() 243 inType = NotificationSlot::NotificationLevel::LEVEL_MIN; in HWTEST_F() 245 EXPECT_EQ(outType, NotificationNapi::SlotLevel::LEVEL_MIN); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_slot_test.cpp | 359 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_MIN, slot.GetLevel()); in HWTEST_F() 376 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_MIN, slot.GetLevel()); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_slot.cpp | 150 SetLevel(LEVEL_MIN); in SetType() 182 SetLevel(LEVEL_MIN); in SetType()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 154 LEVEL_MIN = 1, // the notifications function is disabled on the notification panel, member in SlotLevel
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | constant.cpp | 81 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_MIN, "LEVEL_MIN"); in SlotLevelInit()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_utils.cpp | 717 case NotificationSlot::NotificationLevel::LEVEL_MIN: in SlotLevelCToCJ() 718 outLevel = SlotLevel::LEVEL_MIN; in SlotLevelCToCJ()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_database_test.cpp | 124 preferncesDB_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_MIN)); in HWTEST_F()
|
Completed in 11 milliseconds