Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddumper_constant.h52 LEVEL_NONE, enumerator
/base/hiviewdfx/hidumper/frameworks/native/src/common/
Ddump_cfg.cpp230 if (type == DumperConstant::LEVEL_NONE) { in ToLevelStr()
246 if (type == DumperConstant::LEVEL_NONE) { in ToTypeStr()
/base/notification/ans_standard/interfaces/innerkits/ans/native/include/
Dnotification_slot.h29 LEVEL_NONE, // the notification function is disabled. enumerator
/base/powermgr/battery_manager/interfaces/innerkits/native/include/
Dbattery_info.h137 LEVEL_NONE, enumerator
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dconfig_utils.cpp477 int ret = DumperConstant::LEVEL_NONE; in GetDumpLevelByPid()
611 if (newLevel == DumperConstant::LEVEL_NONE) { in GetGroup()
626 if (newLevel != DumperConstant::LEVEL_NONE) { in GetGroup()
742 if (newLevel == DumperConstant::LEVEL_NONE) { in CopySmaps()
/base/notification/ans_standard/services/ans/test/unittest/
Dnotification_preferences_database_test.cpp155 …_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_NONE));
180 …_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_NONE));
/base/notification/ans_standard/interfaces/kits/js/
D@ohos.notification.d.ts247 LEVEL_NONE = 0, enumerator
/base/powermgr/battery_manager/frameworks/js/napi/
Dbattery_info.cpp213 napi_create_int32(env, (int32_t)BatteryLevel::LEVEL_NONE, &none); in CreateEnumLevelState()
/base/notification/ans_standard/interfaces/kits/napi/ans/src/
Dconstant.cpp91 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_NONE, "LEVEL_NONE"); in SlotLevelInit()
Dcommon.cpp722 SlotLevel outLevel = SlotLevel::LEVEL_NONE; in SetNotificationSlot()
3555 … NotificationSlot::NotificationLevel outLevel {NotificationSlot::NotificationLevel::LEVEL_NONE}; in GetNotificationSlotByNumber()
3821 case SlotLevel::LEVEL_NONE: in SlotLevelJSToC()
3822 outLevel = NotificationSlot::NotificationLevel::LEVEL_NONE; in SlotLevelJSToC()
3846 case NotificationSlot::NotificationLevel::LEVEL_NONE: in SlotLevelCToJS()
3848 outLevel = SlotLevel::LEVEL_NONE; in SlotLevelCToJS()
/base/powermgr/battery_manager/services/native/src/
Dbattery_service.cpp485 batteryLevel = static_cast<int32_t>(BatteryLevel::LEVEL_NONE); in GetBatteryLevel()
/base/notification/ans_standard/test/resource/notificationfuzztest/src/
Dnotificationgetparam.cpp663 return OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_NONE; in GetParamNotificationLevel()
681 return OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_NONE; in GetParamNotificationLevel()
/base/notification/ans_standard/interfaces/kits/napi/ans/include/
Dcommon.h52 LEVEL_NONE = 0, enumerator
/base/notification/ans_standard/frameworks/ans/core/src/
Dans_notification.cpp455 …if ((NotificationSlot::LEVEL_NONE <= importanceTemp) && (importanceTemp <= NotificationSlot::LEVEL… in GetBundleImportance()