/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/ |
H A D | ans_convert_enum.cpp | 153 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 D | battery_srv_proxy.cpp | 232 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 D | ans_log_test.cpp | 225 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 D | dumper_constant.h | 55 LEVEL_NONE, enumerator
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/ |
H A D | dump_cfg.cpp | 236 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 D | detail_enhancer.h | 30 LEVEL_NONE = 0, enumerator
|
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/detail_enhancer/ |
H A D | detail_enhancer_image_native.cpp | 25 { IMAGE_DETAIL_ENHANCER_QUALITY_LEVEL_NONE, DetailEnhancer::LEVEL_NONE },
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-battery.md | 25 | ohos.batteryinfo | BatteryCapacityLevel | LEVEL_NONE | 新增 |
|
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/detail_enhancer/ |
H A D | detail_enhancer_video_native.cpp | 27 { VIDEO_DETAIL_ENHANCER_QUALITY_LEVEL_NONE, DetailEnhancer::LEVEL_NONE },
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/ |
H A D | ans_convert_enum.h | 49 LEVEL_NONE = 0, enumerator
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-battery.md | 25 | ohos.batteryinfo | BatteryCapacityLevel | LEVEL_NONE | Added|
|
/ohos5.0/base/powermgr/battery_manager/test/unittest/src/ |
H A D | battery_srv_proxy_mock_test.cpp | 198 EXPECT_TRUE(batteryLevel >= BatteryCapacityLevel::LEVEL_NONE &&
|
H A D | battery_service_test.cpp | 448 EXPECT_EQ(level, BatteryCapacityLevel::LEVEL_NONE);
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | config_utils.cpp | 596 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 D | notification_slot.h | 30 LEVEL_NONE, // the notification function is disabled. enumerator
|
/ohos5.0/base/powermgr/battery_manager/frameworks/native/src/ |
H A D | battery_srv_client.cpp | 169 RETURN_IF_WITH_RET(proxy == nullptr, BatteryCapacityLevel::LEVEL_NONE); in GetCapacityLevel()
|
/ohos5.0/base/powermgr/battery_manager/test/benchmarktest/ |
H A D | battery_benchmark_test.cpp | 243 ASSERT_TRUE(batterylevel >= BatteryCapacityLevel::LEVEL_NONE && in BENCHMARK_F()
|
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/ |
H A D | battery_info.h | 137 LEVEL_NONE, enumerator
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-battery.md | 25 |删除|模块名: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 D | js-apidiff-battery.md | 25 …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 D | constant.cpp | 80 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_NONE, "LEVEL_NONE"); in SlotLevelInit()
|
H A D | common.cpp | 148 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 D | battery_notify.cpp | 52 …erMgr::BatteryCapacityLevel g_lastCapacityLevel = OHOS::PowerMgr::BatteryCapacityLevel::LEVEL_NONE;
|
H A D | battery_service.cpp | 727 BatteryCapacityLevel batteryCapacityLevel = BatteryCapacityLevel::LEVEL_NONE; in GetCapacityLevel()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_database_test.cpp | 122 …_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_NONE)); 147 …_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_NONE));
|