Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp156 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 Dans_convert_enum.h50 LEVEL_MIN = 1, member in OHOS::NotificationNapi::SlotLevel
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h31 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 Dans_log_test.cpp191 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 Dans_innerkits_module_slot_test.cpp359 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 Dnotification_slot.cpp150 SetLevel(LEVEL_MIN); in SetType()
182 SetLevel(LEVEL_MIN); in SetType()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h154 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 Dconstant.cpp81 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_MIN, "LEVEL_MIN"); in SlotLevelInit()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp717 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 Dnotification_preferences_database_test.cpp124 preferncesDB_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_MIN)); in HWTEST_F()

Completed in 11 milliseconds