Home
last modified time | relevance | path

Searched refs:LEVEL_HIGH (Results 1 - 25 of 31) sorted by relevance

12

/base/security/device_security_level/services/sa/lite/
H A Ddslm_service.c66 TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, 0xffff, 20, SINGLE_TASK}; in GetTaskConfig()
68 TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, 0x800, 20, SHARED_TASK}; in GetTaskConfig()
/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddumper_constant.h57 LEVEL_HIGH, enumerator
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/
H A Dhks_samgr_service.c48 TaskConfig config = { LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK }; in GetTaskConfig()
/base/powermgr/powermgr_lite/services/src/
H A Dpower_manage_service.c73 TaskConfig config = { LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK }; in GetTaskConfig()
/base/security/device_auth/frameworks/src/lite/
H A Dipc_service_init.c60 TaskConfig config = { LEVEL_HIGH, PRI_BELOW_NORMAL, stackSz, queSize, SHARED_TASK }; in GetTaskConfig()
/base/security/permission_lite/services/pms_base/src/
H A Dpermission_service.c76 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK}; in GetTaskConfig()
/base/powermgr/battery_lite/services/src/
H A Dbattery_manage_service.c82 TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, BATTERY_STACK_SIZE, BATTERY_QUEUE_SIZE, SHARED_TASK}; in GetTaskConfig()
H A Dbattery_device.c57 TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, TASK_CONFIG_STACK_SIZE, TASK_CONFIG_QUEUE_SIZE, SHARED_TASK}; in GetTaskConfig()
/base/startup/bootstrap_lite/services/source/
H A Dbootstrap_service.c87 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, 0x800, 20, SHARED_TASK}; in GetTaskConfig()
/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp165 case SlotLevel::LEVEL_HIGH: in SlotLevelJSToC()
166 outLevel = NotificationSlot::NotificationLevel::LEVEL_HIGH; in SlotLevelJSToC()
215 case NotificationSlot::NotificationLevel::LEVEL_HIGH: in SlotLevelCToJS()
216 outLevel = SlotLevel::LEVEL_HIGH; in SlotLevelCToJS()
/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h53 LEVEL_HIGH = 4, member in OHOS::NotificationNapi::SlotLevel
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h37 LEVEL_HIGH, // the notifications are displayed on the notification panel, enumerator
151 * effect. The value can be LEVEL_NONE, LEVEL_MIN, LEVEL_LOW, LEVEL_DEFAULT, or LEVEL_HIGH.
163 * The value can be LEVEL_NONE, LEVEL_MIN, LEVEL_LOW, LEVEL_DEFAULT, or LEVEL_HIGH.
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp200 inType = NotificationNapi::SlotLevel::LEVEL_HIGH; in HWTEST_F()
202 EXPECT_EQ(outType, NotificationSlot::NotificationLevel::LEVEL_HIGH); in HWTEST_F()
252 inType = NotificationSlot::NotificationLevel::LEVEL_HIGH; in HWTEST_F()
254 EXPECT_EQ(outType, NotificationNapi::SlotLevel::LEVEL_HIGH); in HWTEST_F()
/base/startup/appspawn/lite/
H A Dappspawn_service.c90 TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, 0x800, 20, SHARED_TASK}; in GetTaskConfig()
/base/powermgr/battery_manager/test/systemtest/src/
H A Dbattery_event_system_test.cpp207 EXPECT_EQ(capacity, static_cast<int32_t>(BatteryCapacityLevel::LEVEL_HIGH)) << "COMMON_EVENT_BATTERY_OKAY"; in OnReceiveEvent()
645 EXPECT_EQ(g_capacityLevel, static_cast<int32_t>(BatteryCapacityLevel::LEVEL_HIGH)); in HWTEST_F()
646 EXPECT_TRUE(BatteryCapacityLevel::LEVEL_HIGH == BatterySrvClient::GetInstance().GetCapacityLevel()); in HWTEST_F()
/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddump_cfg.cpp240 } else if (type == DumperConstant::LEVEL_HIGH) { in ToLevelStr()
/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h147 LEVEL_HIGH, member in OHOS::PowerMgr::BatteryCapacityLevel
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_configutils_test.cpp311 DumpStatus ret = configUtils.GetGroup(name, result, args, DumperConstant::LEVEL_HIGH, 11); in HWTEST_F()
313 ret = configUtils.GetGroup(0, result, args, DumperConstant::LEVEL_HIGH, 11); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp135 SetLevel(LEVEL_HIGH); in SetType()
175 SetLevel(LEVEL_HIGH); in SetType()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h160 LEVEL_HIGH = 4, // the notifications are displayed on the notification panel, member in SlotLevel
/base/sensors/sensor_lite/services/src/
H A Dsensor_service_impl.c117 TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, TASK_CONFIG_STACK_SIZE, TASK_CONFIG_QUEUE_SIZE, SHARED_TASK}; in GetTaskConfig()
/base/powermgr/battery_manager/test/unittest/src/interface_test/
H A Dbattery_client_test.cpp527 ASSERT_TRUE(batterylevel == OHOS::PowerMgr::BatteryCapacityLevel::LEVEL_HIGH); in HWTEST_F()
538 ASSERT_TRUE(batterylevel == OHOS::PowerMgr::BatteryCapacityLevel::LEVEL_HIGH); in HWTEST_F()
H A Dbattery_service_test.cpp440 EXPECT_EQ(level, BatteryCapacityLevel::LEVEL_HIGH); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp84 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_HIGH, "LEVEL_HIGH"); in SlotLevelInit()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp325 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_HIGH, slot.GetLevel()); in HWTEST_F()

Completed in 16 milliseconds

12