Home
last modified time | relevance | path

Searched refs:LEVEL_HIGH (Results 1 – 25 of 27) sorted by relevance

12

/base/powermgr/battery_manager/interfaces/kits/js/
D@ohos.batteryInfo.d.ts226 LEVEL_HIGH, enumerator
/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddumper_constant.h54 LEVEL_HIGH, enumerator
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/
Dhks_samgr_service.c46 TaskConfig config = { LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK }; in GetTaskConfig()
/base/security/permission_lite/services/pms_base/src/
Dpermission_service.c76 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK}; in GetTaskConfig()
/base/security/device_auth/frameworks/src/lite/
Dipc_service_init.c60 TaskConfig config = { LEVEL_HIGH, PRI_BELOW_NORMAL, stackSz, queSize, SHARED_TASK }; in GetTaskConfig()
/base/powermgr/powermgr_lite/services/src/
Dpower_manage_service.c73 TaskConfig config = { LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK }; in GetTaskConfig()
/base/powermgr/battery_lite/services/src/
Dbattery_manage_service.c82 …TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, BATTERY_STACK_SIZE, BATTERY_QUEUE_SIZE, SHARED_… in GetTaskConfig()
Dbattery_device.c57 …TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, TASK_CONFIG_STACK_SIZE, TASK_CONFIG_QUEUE_SIZE,… in GetTaskConfig()
/base/startup/bootstrap_lite/services/source/
Dbootstrap_service.c87 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, 0x800, 20, SHARED_TASK}; in GetTaskConfig()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_slot.h36 LEVEL_HIGH, // the notifications are displayed on the notification panel, enumerator
/base/startup/appspawn_lite/services/src/
Dappspawn_service.c81 TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, 0x800, 20, SHARED_TASK}; in GetTaskConfig()
/base/startup/appspawn/lite/
Dappspawn_service.c80 TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, 0x800, 20, SHARED_TASK}; in GetTaskConfig()
/base/powermgr/battery_manager/interfaces/innerkits/native/include/
Dbattery_info.h147 LEVEL_HIGH, enumerator
/base/hiviewdfx/hidumper/frameworks/native/src/common/
Ddump_cfg.cpp234 } else if (type == DumperConstant::LEVEL_HIGH) { in ToLevelStr()
/base/powermgr/battery_manager/frameworks/native/test/unittest/src/
Dbattery_client_test.cpp498 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/
Dnotification_slot.cpp102 SetLevel(LEVEL_HIGH); in SetType()
/base/sensors/sensor_lite/services/src/
Dsensor_service_impl.c113 …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/
Dconstant.cpp80 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_HIGH, "LEVEL_HIGH"); in SlotLevelInit()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_slot_test.cpp308 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_HIGH, slot.GetLevel());
/base/powermgr/battery_manager/services/native/src/
Dbattery_service.cpp635 batteryCapacityLevel = BatteryCapacityLevel::LEVEL_HIGH; in GetCapacityLevel()
/base/powermgr/battery_manager/frameworks/js/napi/
Dbattery_info.cpp249 napi_create_int32(env, (int32_t)BatteryCapacityLevel::LEVEL_HIGH, &high); in CreateEnumLevelState()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h57 LEVEL_HIGH = 4, enumerator
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dconfig_utils.cpp505 ret = DumperConstant::LEVEL_HIGH; in GetDumpLevelByPid()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_database_test.cpp129 …_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::LEVEL_HIGH));
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp412 …ificationSlot::LEVEL_NONE <= importanceTemp) && (importanceTemp <= NotificationSlot::LEVEL_HIGH)) { in GetBundleImportance()

12