/base/powermgr/battery_manager/interfaces/kits/js/ |
D | @ohos.batteryInfo.d.ts | 216 LEVEL_NONE, enumerator
|
/base/hiviewdfx/hidumper/frameworks/native/include/common/ |
D | dumper_constant.h | 52 LEVEL_NONE, enumerator
|
/base/powermgr/battery_manager/services/zidl/src/ |
D | battery_srv_proxy.cpp | 222 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/ |
D | dump_cfg.cpp | 230 if (type == DumperConstant::LEVEL_NONE) { in ToLevelStr() 244 if (type == DumperConstant::LEVEL_NONE) { in ToTypeStr()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_slot.h | 29 LEVEL_NONE, // the notification function is disabled. enumerator
|
/base/powermgr/battery_manager/services/native/test/unittest/src/ |
D | battery_srv_proxy_mock_test.cpp | 198 EXPECT_TRUE(batteryLevel >= BatteryCapacityLevel::LEVEL_NONE &&
|
/base/powermgr/battery_manager/frameworks/native/src/ |
D | battery_srv_client.cpp | 177 BatteryCapacityLevel level = BatteryCapacityLevel::LEVEL_NONE; in GetCapacityLevel()
|
/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 | 503 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/ |
D | battery_notify.cpp | 46 …erMgr::BatteryCapacityLevel g_lastCapacityLevel = OHOS::PowerMgr::BatteryCapacityLevel::LEVEL_NONE;
|
D | battery_service.cpp | 617 BatteryCapacityLevel batteryCapacityLevel = BatteryCapacityLevel::LEVEL_NONE; in GetCapacityLevel()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | constant.cpp | 76 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_NONE, "LEVEL_NONE"); in SlotLevelInit()
|
D | common.cpp | 797 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/ |
D | notification_preferences_database_test.cpp | 121 …_->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/ |
D | notificationgetparam.cpp | 637 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/ |
D | common.h | 53 LEVEL_NONE = 0, enumerator
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_helper_test.cpp | 460 … NotificationSlot::NotificationLevel importance = NotificationSlot::NotificationLevel::LEVEL_NONE;
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
D | ans_notification_unit_test.cpp | 361 … NotificationSlot::NotificationLevel importance = NotificationSlot::NotificationLevel::LEVEL_NONE;
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_notification.cpp | 412 …if ((NotificationSlot::LEVEL_NONE <= importanceTemp) && (importanceTemp <= NotificationSlot::LEVEL… in GetBundleImportance()
|