Home
last modified time | relevance | path

Searched refs:TASK_CONFIG_QUEUE_SIZE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/battery_lite/services/include/
H A Dbattery_device.h43 #define TASK_CONFIG_QUEUE_SIZE 20 macro
/ohos5.0/base/sensors/sensor_lite/services/include/
H A Dsensor_service_impl.h31 #define TASK_CONFIG_QUEUE_SIZE 20 macro
/ohos5.0/base/powermgr/battery_lite/services/src/
H A Dbattery_device.c57 … config = {LEVEL_HIGH, PRI_BELOW_NORMAL, TASK_CONFIG_STACK_SIZE, TASK_CONFIG_QUEUE_SIZE, SHARED_TA… in GetTaskConfig()
/ohos5.0/base/sensors/sensor_lite/services/src/
H A Dsensor_service_impl.c117 … config = {LEVEL_HIGH, PRI_BELOW_NORMAL, TASK_CONFIG_STACK_SIZE, TASK_CONFIG_QUEUE_SIZE, SHARED_TA… in GetTaskConfig()