Home
last modified time | relevance | path

Searched refs:LEVEL_LOW (Results 1 - 16 of 16) sorted by relevance

/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp92 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 Dans_convert_enum.cpp159 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 Dhiview_service.c91 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 Dans_convert_enum.h51 LEVEL_LOW = 2, member in OHOS::NotificationNapi::SlotLevel
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h33 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 Dans_log_test.cpp194 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 Dbattery_info.h157 LEVEL_LOW, member in OHOS::PowerMgr::BatteryCapacityLevel
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h156 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 Dbattery_client_test.cpp459 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 Dbattery_service_test.cpp432 EXPECT_EQ(level, BatteryCapacityLevel::LEVEL_LOW); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp82 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_LOW, "LEVEL_LOW"); in SlotLevelInit()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp167 SetLevel(LEVEL_LOW); in SetType()
/base/powermgr/battery_manager/frameworks/napi/src/
H A Dbattery_info.cpp346 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 Dbattery_service.cpp789 batteryCapacityLevel = BatteryCapacityLevel::LEVEL_LOW; in GetCapacityLevel()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp720 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 Dnotification_preferences_database_test.cpp126 preferncesDB_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_LOW)); in HWTEST_F()

Completed in 15 milliseconds