/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | power_spec.cpp | 21 … {RequestStatus::CONNECT_ON, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)}, 23 {RequestStatus::SCO_OFF, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)}, 24 {RequestStatus::IDLE, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)}, 31 {RequestStatus::SCO_OFF, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)}, 32 {RequestStatus::IDLE, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)}, 40 {RequestStatus::IDLE, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)}, 48 {RequestStatus::IDLE, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_3000_MS)}, 56 {RequestStatus::IDLE, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_5000_MS)}, 64 {RequestStatus::IDLE, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)}, 72 {RequestStatus::IDLE, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_1000_MS)}, [all …]
|
H A D | power_device.cpp | 107 (controlPowerMode == PowerModeLevel::LEVEL_LOW || in SetSniffMode() 132 } else if (powerLevel == PowerModeLevel::LEVEL_LOW) { in GetPowerMode() 150 UpdatecontrolPowerLevel(PowerModeLevel::LEVEL_LOW); in ModeChangeCallBack()
|
H A D | power_spec.h | 74 LEVEL_LOW = 1, enumerator
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_slot_test.cpp | 92 slot.SetLevel(NotificationSlot::NotificationLevel::LEVEL_LOW); 111 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel()); 138 slot.SetLevel(NotificationSlot::NotificationLevel::LEVEL_LOW); 156 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel()); 184 slot.SetLevel(NotificationSlot::NotificationLevel::LEVEL_LOW); 202 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel()); 229 slot.SetLevel(NotificationSlot::NotificationLevel::LEVEL_LOW); 247 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel()); 276 slot.SetLevel(NotificationSlot::NotificationLevel::LEVEL_LOW); 296 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel()); [all …]
|
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/algorithm/detail_enhancer/include/ |
H A D | detail_enhancer.h | 31 LEVEL_LOW, enumerator 53 Level level_{LEVEL_LOW};
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/ |
H A D | ans_convert_enum.cpp | 159 case SlotLevel::LEVEL_LOW: in SlotLevelJSToC() 160 outLevel = NotificationSlot::NotificationLevel::LEVEL_LOW; in SlotLevelJSToC() 209 case NotificationSlot::NotificationLevel::LEVEL_LOW: in SlotLevelCToJS() 210 outLevel = SlotLevel::LEVEL_LOW; in SlotLevelCToJS()
|
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/ |
H A D | battery_status.h | 32 LEVEL_LOW, enumerator
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/ |
H A D | service.h | 91 LEVEL_LOW = 2, enumerator
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/ |
H A D | battery_status.cpp | 64 level_ = BatteryStatus::LEVEL_LOW; in IsAllowUpload()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | ans_log_test.cpp | 231 inType = NotificationNapi::SlotLevel::LEVEL_LOW; 233 EXPECT_EQ(outType, NotificationSlot::NotificationLevel::LEVEL_LOW); 283 inType = NotificationSlot::NotificationLevel::LEVEL_LOW; 285 EXPECT_EQ(outType, NotificationNapi::SlotLevel::LEVEL_LOW);
|
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/detail_enhancer/ |
H A D | detail_enhancer_image_native.cpp | 26 { IMAGE_DETAIL_ENHANCER_QUALITY_LEVEL_LOW, DetailEnhancer::LEVEL_LOW },
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-battery.md | 21 | ohos.batteryinfo | BatteryCapacityLevel | LEVEL_LOW | 新增 |
|
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/detail_enhancer/ |
H A D | detail_enhancer_video_native.cpp | 28 { VIDEO_DETAIL_ENHANCER_QUALITY_LEVEL_LOW, DetailEnhancer::LEVEL_LOW },
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/ |
H A D | ans_convert_enum.h | 51 LEVEL_LOW = 2, enumerator
|
/ohos5.0/base/hiviewdfx/hiview_lite/ |
H A D | hiview_service.c | 91 TaskConfig config = { LEVEL_LOW, PRI_NORMAL, HIVIEW_STACK_SIZE, 10, SINGLE_TASK }; in GetTaskConfig()
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-battery.md | 21 | ohos.batteryinfo | BatteryCapacityLevel | LEVEL_LOW | Added|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-battery-info.md | 125 | LEVEL_LOW | 4 | 表示电池电量等级为低电量。 |
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_slot.h | 33 LEVEL_LOW, // the notifications are displayed on the notification panel, enumerator
|
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/ |
H A D | battery_info.h | 157 LEVEL_LOW, enumerator
|
/ohos5.0/base/powermgr/battery_manager/frameworks/native/test/unittest/src/ |
H A D | battery_client_test.cpp | 458 ASSERT_TRUE(batterylevel == OHOS::PowerMgr::BatteryCapacityLevel::LEVEL_LOW); 469 ASSERT_TRUE(batterylevel == OHOS::PowerMgr::BatteryCapacityLevel::LEVEL_LOW);
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-battery-info.md | 125 | LEVEL_LOW | 4 | Low battery level. |
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_slot.cpp | 176 SetLevel(LEVEL_LOW); in SetType()
|
/ohos5.0/base/powermgr/battery_manager/test/unittest/src/ |
H A D | battery_service_test.cpp | 432 EXPECT_EQ(level, BatteryCapacityLevel::LEVEL_LOW);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | constant.cpp | 82 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_LOW, "LEVEL_LOW"); in SlotLevelInit()
|
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/ |
H A D | battery_info.cpp | 346 napi_create_int32(env, (int32_t)BatteryCapacityLevel::LEVEL_LOW, &low); in CreateEnumLevelState()
|