Home
last modified time | relevance | path

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

12

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp153 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()
/ohos5.0/base/powermgr/battery_manager/services/zidl/src/
H A Dbattery_srv_proxy.cpp232 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()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp225 NotificationNapi::SlotLevel inType = NotificationNapi::SlotLevel::LEVEL_NONE;
227 EXPECT_EQ(outType, NotificationSlot::NotificationLevel::LEVEL_NONE);
274 NotificationSlot::NotificationLevel inType = NotificationSlot::NotificationLevel::LEVEL_NONE;
276 EXPECT_EQ(outType, NotificationNapi::SlotLevel::LEVEL_NONE);
279 EXPECT_EQ(outType, NotificationNapi::SlotLevel::LEVEL_NONE);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddumper_constant.h55 LEVEL_NONE, enumerator
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddump_cfg.cpp236 if (type == DumperConstant::LEVEL_NONE) { in ToLevelStr()
250 if (type == DumperConstant::LEVEL_NONE) { in ToTypeStr()
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/algorithm/detail_enhancer/include/
H A Ddetail_enhancer.h30 LEVEL_NONE = 0, enumerator
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/detail_enhancer/
H A Ddetail_enhancer_image_native.cpp25 { IMAGE_DETAIL_ENHANCER_QUALITY_LEVEL_NONE, DetailEnhancer::LEVEL_NONE },
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/
H A Djs-apidiff-battery.md25 | ohos.batteryinfo | BatteryCapacityLevel | LEVEL_NONE | 新增 |
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/detail_enhancer/
H A Ddetail_enhancer_video_native.cpp27 { VIDEO_DETAIL_ENHANCER_QUALITY_LEVEL_NONE, DetailEnhancer::LEVEL_NONE },
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h49 LEVEL_NONE = 0, enumerator
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/
H A Djs-apidiff-battery.md25 | ohos.batteryinfo | BatteryCapacityLevel | LEVEL_NONE | Added|
/ohos5.0/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_srv_proxy_mock_test.cpp198 EXPECT_TRUE(batteryLevel >= BatteryCapacityLevel::LEVEL_NONE &&
H A Dbattery_service_test.cpp448 EXPECT_EQ(level, BatteryCapacityLevel::LEVEL_NONE);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp596 int ret = DumperConstant::LEVEL_NONE; in GetDumpLevelByPid()
729 if (newLevel == DumperConstant::LEVEL_NONE) { in GetGroup()
744 if (newLevel != DumperConstant::LEVEL_NONE) { in GetGroup()
860 if (newLevel == DumperConstant::LEVEL_NONE) { in CopySmaps()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h30 LEVEL_NONE, // the notification function is disabled. enumerator
/ohos5.0/base/powermgr/battery_manager/frameworks/native/src/
H A Dbattery_srv_client.cpp169 RETURN_IF_WITH_RET(proxy == nullptr, BatteryCapacityLevel::LEVEL_NONE); in GetCapacityLevel()
/ohos5.0/base/powermgr/battery_manager/test/benchmarktest/
H A Dbattery_benchmark_test.cpp243 ASSERT_TRUE(batterylevel >= BatteryCapacityLevel::LEVEL_NONE && in BENCHMARK_F()
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h137 LEVEL_NONE, enumerator
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-battery.md25 |删除|模块名:ohos.batteryInfo<br>类名:BatteryCapacityLevel<br>方法 or 属性:LEVEL_NONE|NA|@ohos.batteryInfo.d.t…
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/
H A Djs-apidiff-battery.md25 …yInfo<br>Class name: BatteryCapacityLevel<br>Method or attribute name: LEVEL_NONE|NA|@ohos.battery…
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp80 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_NONE, "LEVEL_NONE"); in SlotLevelInit()
H A Dcommon.cpp148 SlotLevel outLevel = SlotLevel::LEVEL_NONE; in SetNotificationSlot()
878 … NotificationSlot::NotificationLevel outLevel {NotificationSlot::NotificationLevel::LEVEL_NONE}; in GetNotificationSlotByNumber()
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_notify.cpp52 …erMgr::BatteryCapacityLevel g_lastCapacityLevel = OHOS::PowerMgr::BatteryCapacityLevel::LEVEL_NONE;
H A Dbattery_service.cpp727 BatteryCapacityLevel batteryCapacityLevel = BatteryCapacityLevel::LEVEL_NONE; in GetCapacityLevel()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp122 …_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_NONE));
147 …_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_NONE));

12