Home
last modified time | relevance | path

Searched refs:LEVEL_NONE (Results 1 – 19 of 19) sorted by relevance

/base/powermgr/battery_manager/interfaces/kits/js/
D@ohos.batteryInfo.d.ts216 LEVEL_NONE, enumerator
/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddumper_constant.h52 LEVEL_NONE, enumerator
/base/powermgr/battery_manager/services/zidl/src/
Dbattery_srv_proxy.cpp222 RETURN_IF_WITH_RET(remote == nullptr, BatteryCapacityLevel::LEVEL_NONE); in GetCapacityLevel()
229 return BatteryCapacityLevel::LEVEL_NONE; in GetCapacityLevel()
236 return BatteryCapacityLevel::LEVEL_NONE; in GetCapacityLevel()
238 uint32_t level = static_cast<uint32_t>(BatteryCapacityLevel::LEVEL_NONE); in GetCapacityLevel()
239 READ_PARCEL_WITH_RET(reply, Uint32, level, BatteryCapacityLevel::LEVEL_NONE); in GetCapacityLevel()
/base/hiviewdfx/hidumper/frameworks/native/src/common/
Ddump_cfg.cpp230 if (type == DumperConstant::LEVEL_NONE) { in ToLevelStr()
244 if (type == DumperConstant::LEVEL_NONE) { in ToTypeStr()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_slot.h29 LEVEL_NONE, // the notification function is disabled. enumerator
/base/powermgr/battery_manager/services/native/test/unittest/src/
Dbattery_srv_proxy_mock_test.cpp198 EXPECT_TRUE(batteryLevel >= BatteryCapacityLevel::LEVEL_NONE &&
/base/powermgr/battery_manager/frameworks/native/src/
Dbattery_srv_client.cpp177 BatteryCapacityLevel level = BatteryCapacityLevel::LEVEL_NONE; in GetCapacityLevel()
/base/powermgr/battery_manager/interfaces/innerkits/native/include/
Dbattery_info.h137 LEVEL_NONE, enumerator
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dconfig_utils.cpp503 int ret = DumperConstant::LEVEL_NONE; in GetDumpLevelByPid()
636 if (newLevel == DumperConstant::LEVEL_NONE) { in GetGroup()
651 if (newLevel != DumperConstant::LEVEL_NONE) { in GetGroup()
767 if (newLevel == DumperConstant::LEVEL_NONE) { in CopySmaps()
/base/powermgr/battery_manager/services/native/src/
Dbattery_notify.cpp46 …erMgr::BatteryCapacityLevel g_lastCapacityLevel = OHOS::PowerMgr::BatteryCapacityLevel::LEVEL_NONE;
Dbattery_service.cpp617 BatteryCapacityLevel batteryCapacityLevel = BatteryCapacityLevel::LEVEL_NONE; in GetCapacityLevel()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dconstant.cpp76 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_NONE, "LEVEL_NONE"); in SlotLevelInit()
Dcommon.cpp797 SlotLevel outLevel = SlotLevel::LEVEL_NONE; in SetNotificationSlot()
4054 … NotificationSlot::NotificationLevel outLevel {NotificationSlot::NotificationLevel::LEVEL_NONE}; in GetNotificationSlotByNumber()
4334 case SlotLevel::LEVEL_NONE: in SlotLevelJSToC()
4335 outLevel = NotificationSlot::NotificationLevel::LEVEL_NONE; in SlotLevelJSToC()
4359 case NotificationSlot::NotificationLevel::LEVEL_NONE: in SlotLevelCToJS()
4361 outLevel = SlotLevel::LEVEL_NONE; in SlotLevelCToJS()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_database_test.cpp121 …_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_NONE));
146 …_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_NONE));
/base/notification/distributed_notification_service/test/resource/notificationfuzztest/src/
Dnotificationgetparam.cpp637 return OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_NONE; in GetParamNotificationLevel()
655 return OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_NONE; in GetParamNotificationLevel()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h53 LEVEL_NONE = 0, enumerator
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp460 … NotificationSlot::NotificationLevel importance = NotificationSlot::NotificationLevel::LEVEL_NONE;
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp361 … NotificationSlot::NotificationLevel importance = NotificationSlot::NotificationLevel::LEVEL_NONE;
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp412 …if ((NotificationSlot::LEVEL_NONE <= importanceTemp) && (importanceTemp <= NotificationSlot::LEVEL… in GetBundleImportance()