/base/hiviewdfx/hidumper/frameworks/native/include/common/ |
H A D | dumper_constant.h | 55 LEVEL_NONE, enumerator
|
/base/powermgr/battery_manager/services/zidl/src/ |
H A D | battery_srv_proxy.cpp | 232 RETURN_IF_WITH_RET(remote == nullptr, BatteryCapacityLevel::LEVEL_NONE); in GetCapacityLevel() 239 return BatteryCapacityLevel::LEVEL_NONE; in GetCapacityLevel() 247 return BatteryCapacityLevel::LEVEL_NONE; in GetCapacityLevel() 249 uint32_t level = static_cast<uint32_t>(BatteryCapacityLevel::LEVEL_NONE); in GetCapacityLevel() 250 RETURN_IF_READ_PARCEL_FAILED_WITH_RET(reply, Uint32, level, BatteryCapacityLevel::LEVEL_NONE); in GetCapacityLevel()
|
/base/hiviewdfx/hidumper/frameworks/native/src/common/ |
H A D | dump_cfg.cpp | 236 if (type == DumperConstant::LEVEL_NONE) { in ToLevelStr() 250 if (type == DumperConstant::LEVEL_NONE) { in ToTypeStr()
|
/base/notification/distributed_notification_service/frameworks/core/common/src/ |
H A D | ans_convert_enum.cpp | 153 case SlotLevel::LEVEL_NONE: in SlotLevelJSToC() 154 outLevel = NotificationSlot::NotificationLevel::LEVEL_NONE; in SlotLevelJSToC() 202 case NotificationSlot::NotificationLevel::LEVEL_NONE: in SlotLevelCToJS() 204 outLevel = SlotLevel::LEVEL_NONE; in SlotLevelCToJS()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | ans_log_test.cpp | 188 NotificationNapi::SlotLevel inType = NotificationNapi::SlotLevel::LEVEL_NONE; in HWTEST_F() 190 EXPECT_EQ(outType, NotificationSlot::NotificationLevel::LEVEL_NONE); in HWTEST_F() 237 NotificationSlot::NotificationLevel inType = NotificationSlot::NotificationLevel::LEVEL_NONE; in HWTEST_F() 239 EXPECT_EQ(outType, NotificationNapi::SlotLevel::LEVEL_NONE); in HWTEST_F() 242 EXPECT_EQ(outType, NotificationNapi::SlotLevel::LEVEL_NONE); in HWTEST_F()
|
H A D | notification_helper_test.cpp | 466 NotificationSlot::NotificationLevel importance = NotificationSlot::NotificationLevel::LEVEL_NONE; in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/core/common/include/ |
H A D | ans_convert_enum.h | 49 LEVEL_NONE = 0, member in OHOS::NotificationNapi::SlotLevel
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_slot.h | 30 LEVEL_NONE, // the notification function is disabled. 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/powermgr/battery_manager/frameworks/native/src/ |
H A D | battery_srv_client.cpp | 169 RETURN_IF_WITH_RET(proxy == nullptr, BatteryCapacityLevel::LEVEL_NONE); in GetCapacityLevel()
|
/base/powermgr/battery_manager/test/benchmarktest/ |
H A D | battery_benchmark_test.cpp | 243 ASSERT_TRUE(batterylevel >= BatteryCapacityLevel::LEVEL_NONE && in BENCHMARK_F()
|
/base/powermgr/battery_manager/test/unittest/src/ |
H A D | battery_srv_proxy_mock_test.cpp | 225 EXPECT_TRUE(batteryLevel >= BatteryCapacityLevel::LEVEL_NONE && in HWTEST_F()
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | config_utils.cpp | 599 int ret = DumperConstant::LEVEL_NONE; in GetDumpLevelByPid() 732 if (newLevel == DumperConstant::LEVEL_NONE) { in GetGroup() 747 if (newLevel != DumperConstant::LEVEL_NONE) { in GetGroup() 863 if (newLevel == DumperConstant::LEVEL_NONE) { in CopySmaps()
|
/base/powermgr/battery_manager/interfaces/inner_api/native/include/ |
H A D | battery_info.h | 137 LEVEL_NONE, member in OHOS::PowerMgr::BatteryCapacityLevel
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 153 LEVEL_NONE = 0, // the notification function is disabled. member in SlotLevel
|
/base/powermgr/battery_manager/test/unittest/src/interface_test/ |
H A D | battery_service_test.cpp | 448 EXPECT_EQ(level, BatteryCapacityLevel::LEVEL_NONE); in HWTEST_F()
|
/base/powermgr/battery_manager/services/native/src/ |
H A D | battery_notify.cpp | 53 OHOS::PowerMgr::BatteryCapacityLevel g_lastCapacityLevel = OHOS::PowerMgr::BatteryCapacityLevel::LEVEL_NONE;
|
H A D | battery_service.cpp | 777 BatteryCapacityLevel batteryCapacityLevel = BatteryCapacityLevel::LEVEL_NONE; in GetCapacityLevel()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | constant.cpp | 80 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_NONE, "LEVEL_NONE"); in SlotLevelInit()
|
H A D | common.cpp | 148 SlotLevel outLevel = SlotLevel::LEVEL_NONE; in SetNotificationSlot() 878 NotificationSlot::NotificationLevel outLevel {NotificationSlot::NotificationLevel::LEVEL_NONE}; in GetNotificationSlotByNumber()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_database_test.cpp | 122 preferncesDB_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_NONE)); in HWTEST_F() 147 preferncesDB_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_NONE)); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_utils.cpp | 713 case NotificationSlot::NotificationLevel::LEVEL_NONE: in SlotLevelCToCJ() 715 outLevel = SlotLevel::LEVEL_NONE; in SlotLevelCToCJ() 886 SlotLevel outLevel = SlotLevel::LEVEL_NONE; in SetNotificationSlot()
|
/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 610 NotificationSlot::NotificationLevel outLevel {NotificationSlot::NotificationLevel::LEVEL_NONE}; in GetNotificationSlotByNumber()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 676 NotificationSlot::NotificationLevel importance = NotificationSlot::NotificationLevel::LEVEL_NONE;
in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_notification.cpp | 548 if ((NotificationSlot::LEVEL_NONE <= importanceTemp) && (importanceTemp <= NotificationSlot::LEVEL_HIGH)) { in GetBundleImportance()
|