/base/security/device_security_level/services/sa/lite/ |
H A D | dslm_service.c | 66 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 D | dumper_constant.h | 57 LEVEL_HIGH, enumerator
|
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/ |
H A D | hks_samgr_service.c | 48 TaskConfig config = { LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK };
in GetTaskConfig()
|
/base/powermgr/powermgr_lite/services/src/ |
H A D | power_manage_service.c | 73 TaskConfig config = { LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK }; in GetTaskConfig()
|
/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_service_init.c | 60 TaskConfig config = { LEVEL_HIGH, PRI_BELOW_NORMAL, stackSz, queSize, SHARED_TASK }; in GetTaskConfig()
|
/base/security/permission_lite/services/pms_base/src/ |
H A D | permission_service.c | 76 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK};
in GetTaskConfig()
|
/base/powermgr/battery_lite/services/src/ |
H A D | battery_manage_service.c | 82 TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, BATTERY_STACK_SIZE, BATTERY_QUEUE_SIZE, SHARED_TASK};
in GetTaskConfig()
|
H A D | battery_device.c | 57 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 D | bootstrap_service.c | 87 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, 0x800, 20, SHARED_TASK};
in GetTaskConfig()
|
/base/notification/distributed_notification_service/frameworks/core/common/src/ |
H A D | ans_convert_enum.cpp | 165 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 D | ans_convert_enum.h | 53 LEVEL_HIGH = 4, member in OHOS::NotificationNapi::SlotLevel
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_slot.h | 37 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 D | ans_log_test.cpp | 200 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 D | appspawn_service.c | 90 TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, 0x800, 20, SHARED_TASK}; in GetTaskConfig()
|
/base/powermgr/battery_manager/test/systemtest/src/ |
H A D | battery_event_system_test.cpp | 207 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 D | dump_cfg.cpp | 240 } else if (type == DumperConstant::LEVEL_HIGH) { in ToLevelStr()
|
/base/powermgr/battery_manager/interfaces/inner_api/native/include/ |
H A D | battery_info.h | 147 LEVEL_HIGH, member in OHOS::PowerMgr::BatteryCapacityLevel
|
/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | hidumper_configutils_test.cpp | 311 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 D | notification_slot.cpp | 135 SetLevel(LEVEL_HIGH); in SetType() 175 SetLevel(LEVEL_HIGH); in SetType()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 160 LEVEL_HIGH = 4, // the notifications are displayed on the notification panel, member in SlotLevel
|
/base/sensors/sensor_lite/services/src/ |
H A D | sensor_service_impl.c | 117 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 D | battery_client_test.cpp | 527 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 D | battery_service_test.cpp | 440 EXPECT_EQ(level, BatteryCapacityLevel::LEVEL_HIGH); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | constant.cpp | 84 SetNamedPropertyByInteger(env, obj, (int32_t)SlotLevel::LEVEL_HIGH, "LEVEL_HIGH"); in SlotLevelInit()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_slot_test.cpp | 325 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_HIGH, slot.GetLevel()); in HWTEST_F()
|