/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_slot_test.cpp | 92 slot.SetLevel(NotificationSlot::NotificationLevel::LEVEL_LOW); in HWTEST_F() 111 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel()); in HWTEST_F() 138 slot.SetLevel(NotificationSlot::NotificationLevel::LEVEL_LOW); in HWTEST_F() 156 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel()); in HWTEST_F() 184 slot.SetLevel(NotificationSlot::NotificationLevel::LEVEL_LOW); in HWTEST_F() 202 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel()); in HWTEST_F() 229 slot.SetLevel(NotificationSlot::NotificationLevel::LEVEL_LOW); in HWTEST_F() 247 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel()); in HWTEST_F() 276 slot.SetLevel(NotificationSlot::NotificationLevel::LEVEL_LOW); in HWTEST_F() 296 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlo in HWTEST_F() [all...] |
/base/notification/distributed_notification_service/frameworks/core/common/src/ |
H A D | ans_convert_enum.cpp | 159 case SlotLevel::LEVEL_LOW: in SlotLevelJSToC() 160 outLevel = NotificationSlot::NotificationLevel::LEVEL_LOW; in SlotLevelJSToC() 209 case NotificationSlot::NotificationLevel::LEVEL_LOW: in SlotLevelCToJS() 210 outLevel = SlotLevel::LEVEL_LOW; in SlotLevelCToJS()
|
/base/hiviewdfx/hiview_lite/ |
H A D | hiview_service.c | 91 TaskConfig config = { LEVEL_LOW, PRI_NORMAL, HIVIEW_STACK_SIZE, 10, SINGLE_TASK }; in GetTaskConfig()
|
/base/notification/distributed_notification_service/frameworks/core/common/include/ |
H A D | ans_convert_enum.h | 51 LEVEL_LOW = 2, member in OHOS::NotificationNapi::SlotLevel
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_slot.h | 33 LEVEL_LOW, // the notifications are displayed 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 | 194 inType = NotificationNapi::SlotLevel::LEVEL_LOW; in HWTEST_F() 196 EXPECT_EQ(outType, NotificationSlot::NotificationLevel::LEVEL_LOW); in HWTEST_F() 246 inType = NotificationSlot::NotificationLevel::LEVEL_LOW; in HWTEST_F() 248 EXPECT_EQ(outType, NotificationNapi::SlotLevel::LEVEL_LOW); in HWTEST_F()
|
/base/powermgr/battery_manager/interfaces/inner_api/native/include/ |
H A D | battery_info.h | 157 LEVEL_LOW, member in OHOS::PowerMgr::BatteryCapacityLevel
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 156 LEVEL_LOW = 2, // the notifications are displayed on the notification panel, member in SlotLevel
|
/base/powermgr/battery_manager/test/unittest/src/interface_test/ |
H A D | battery_client_test.cpp | 459 ASSERT_TRUE(batterylevel == OHOS::PowerMgr::BatteryCapacityLevel::LEVEL_LOW); in HWTEST_F() 470 ASSERT_TRUE(batterylevel == OHOS::PowerMgr::BatteryCapacityLevel::LEVEL_LOW); in HWTEST_F()
|
H A D | battery_service_test.cpp | 432 EXPECT_EQ(level, BatteryCapacityLevel::LEVEL_LOW); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | constant.cpp | 82 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_LOW, "LEVEL_LOW"); in SlotLevelInit()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_slot.cpp | 167 SetLevel(LEVEL_LOW); in SetType()
|
/base/powermgr/battery_manager/frameworks/napi/src/ |
H A D | battery_info.cpp | 346 napi_create_int32(env, (int32_t)BatteryCapacityLevel::LEVEL_LOW, &low);
in CreateEnumLevelState() 355 DECLARE_NAPI_STATIC_PROPERTY("LEVEL_LOW", low),
in CreateEnumLevelState()
|
/base/powermgr/battery_manager/services/native/src/ |
H A D | battery_service.cpp | 789 batteryCapacityLevel = BatteryCapacityLevel::LEVEL_LOW; in GetCapacityLevel()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_utils.cpp | 720 case NotificationSlot::NotificationLevel::LEVEL_LOW: in SlotLevelCToCJ() 721 outLevel = SlotLevel::LEVEL_LOW; in SlotLevelCToCJ()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_database_test.cpp | 126 preferncesDB_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_LOW)); in HWTEST_F()
|