/base/powermgr/battery_manager/interfaces/kits/js/ |
D | @ohos.batteryInfo.d.ts | 226 LEVEL_HIGH, enumerator
|
/base/hiviewdfx/hidumper/frameworks/native/include/common/ |
D | dumper_constant.h | 54 LEVEL_HIGH, enumerator
|
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/ |
D | hks_samgr_service.c | 46 TaskConfig config = { LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK }; in GetTaskConfig()
|
/base/security/permission_lite/services/pms_base/src/ |
D | permission_service.c | 76 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK}; in GetTaskConfig()
|
/base/security/device_auth/frameworks/src/lite/ |
D | ipc_service_init.c | 60 TaskConfig config = { LEVEL_HIGH, PRI_BELOW_NORMAL, stackSz, queSize, SHARED_TASK }; in GetTaskConfig()
|
/base/powermgr/powermgr_lite/services/src/ |
D | power_manage_service.c | 73 TaskConfig config = { LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK }; in GetTaskConfig()
|
/base/powermgr/battery_lite/services/src/ |
D | battery_manage_service.c | 82 …TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, BATTERY_STACK_SIZE, BATTERY_QUEUE_SIZE, SHARED_… in GetTaskConfig()
|
D | battery_device.c | 57 …TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, TASK_CONFIG_STACK_SIZE, TASK_CONFIG_QUEUE_SIZE,… in GetTaskConfig()
|
/base/startup/bootstrap_lite/services/source/ |
D | bootstrap_service.c | 87 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, 0x800, 20, SHARED_TASK}; in GetTaskConfig()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_slot.h | 36 LEVEL_HIGH, // the notifications are displayed on the notification panel, enumerator
|
/base/startup/appspawn_lite/services/src/ |
D | appspawn_service.c | 81 TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, 0x800, 20, SHARED_TASK}; in GetTaskConfig()
|
/base/startup/appspawn/lite/ |
D | appspawn_service.c | 80 TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, 0x800, 20, SHARED_TASK}; in GetTaskConfig()
|
/base/powermgr/battery_manager/interfaces/innerkits/native/include/ |
D | battery_info.h | 147 LEVEL_HIGH, enumerator
|
/base/hiviewdfx/hidumper/frameworks/native/src/common/ |
D | dump_cfg.cpp | 234 } else if (type == DumperConstant::LEVEL_HIGH) { in ToLevelStr()
|
/base/powermgr/battery_manager/frameworks/native/test/unittest/src/ |
D | battery_client_test.cpp | 498 ASSERT_TRUE(batterylevel == OHOS::PowerMgr::BatteryCapacityLevel::LEVEL_HIGH); 509 ASSERT_TRUE(batterylevel == OHOS::PowerMgr::BatteryCapacityLevel::LEVEL_HIGH);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_slot.cpp | 102 SetLevel(LEVEL_HIGH); in SetType()
|
/base/sensors/sensor_lite/services/src/ |
D | sensor_service_impl.c | 113 …TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, TASK_CONFIG_STACK_SIZE, TASK_CONFIG_QUEUE_SIZE,… in GetTaskConfig()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | constant.cpp | 80 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_HIGH, "LEVEL_HIGH"); in SlotLevelInit()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_slot_test.cpp | 308 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_HIGH, slot.GetLevel());
|
/base/powermgr/battery_manager/services/native/src/ |
D | battery_service.cpp | 635 batteryCapacityLevel = BatteryCapacityLevel::LEVEL_HIGH; in GetCapacityLevel()
|
/base/powermgr/battery_manager/frameworks/js/napi/ |
D | battery_info.cpp | 249 napi_create_int32(env, (int32_t)BatteryCapacityLevel::LEVEL_HIGH, &high); in CreateEnumLevelState()
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
D | common.h | 57 LEVEL_HIGH = 4, enumerator
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
D | config_utils.cpp | 505 ret = DumperConstant::LEVEL_HIGH; in GetDumpLevelByPid()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | notification_preferences_database_test.cpp | 129 …_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_HIGH));
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_notification.cpp | 412 …ificationSlot::LEVEL_NONE <= importanceTemp) && (importanceTemp <= NotificationSlot::LEVEL_HIGH)) { in GetBundleImportance()
|