Searched refs:LEVEL_NONE (Results 1 – 14 of 14) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/include/common/ |
D | dumper_constant.h | 52 LEVEL_NONE, enumerator
|
/base/hiviewdfx/hidumper/frameworks/native/src/common/ |
D | dump_cfg.cpp | 230 if (type == DumperConstant::LEVEL_NONE) { in ToLevelStr() 246 if (type == DumperConstant::LEVEL_NONE) { in ToTypeStr()
|
/base/notification/ans_standard/interfaces/innerkits/ans/native/include/ |
D | notification_slot.h | 29 LEVEL_NONE, // the notification function is disabled. enumerator
|
/base/powermgr/battery_manager/interfaces/innerkits/native/include/ |
D | battery_info.h | 137 LEVEL_NONE, enumerator
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
D | config_utils.cpp | 477 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/ |
D | notification_preferences_database_test.cpp | 155 …_->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.ts | 247 LEVEL_NONE = 0, enumerator
|
/base/powermgr/battery_manager/frameworks/js/napi/ |
D | battery_info.cpp | 213 napi_create_int32(env, (int32_t)BatteryLevel::LEVEL_NONE, &none); in CreateEnumLevelState()
|
/base/notification/ans_standard/interfaces/kits/napi/ans/src/ |
D | constant.cpp | 91 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_NONE, "LEVEL_NONE"); in SlotLevelInit()
|
D | common.cpp | 722 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/ |
D | battery_service.cpp | 485 batteryLevel = static_cast<int32_t>(BatteryLevel::LEVEL_NONE); in GetBatteryLevel()
|
/base/notification/ans_standard/test/resource/notificationfuzztest/src/ |
D | notificationgetparam.cpp | 663 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/ |
D | common.h | 52 LEVEL_NONE = 0, enumerator
|
/base/notification/ans_standard/frameworks/ans/core/src/ |
D | ans_notification.cpp | 455 …if ((NotificationSlot::LEVEL_NONE <= importanceTemp) && (importanceTemp <= NotificationSlot::LEVEL… in GetBundleImportance()
|