/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | ipso_filling_sensor.c | 182 INIT_OBJ_RES(CONTAINER_HEIGHT_FILLING_SENSOR_RID, res[index], i, in filling_sensor_create() 186 INIT_OBJ_RES(ACTUAL_FILL_PERCENTAGE_FILLING_SENSOR_RID, res[index], i, in filling_sensor_create() 193 INIT_OBJ_RES(HIGH_THRESHOLD_PERCENTAGE_FILLING_SENSOR_RID, res[index], in filling_sensor_create() 200 INIT_OBJ_RES(LOW_THRESHOLD_PERCENTAGE_FILLING_SENSOR_RID, res[index], i, in filling_sensor_create()
|
D | ipso_timer.c | 318 INIT_OBJ_RES(REMAINING_TIME_RID, res[avail], i, res_inst[avail], j, 1, in timer_inst_create() 326 INIT_OBJ_RES(ON_OFF_RID, res[avail], i, res_inst[avail], j, 1, false, in timer_inst_create() 330 INIT_OBJ_RES(CUMULATIVE_TIME_RID, res[avail], i, res_inst[avail], j, 1, in timer_inst_create() 338 INIT_OBJ_RES(COUNTER_RID, res[avail], i, res_inst[avail], j, 1, false, in timer_inst_create()
|
D | ipso_push_button.c | 150 INIT_OBJ_RES(DIGITAL_INPUT_STATE_RID, res[avail], i, res_inst[avail], in button_create()
|
D | ipso_light_control.c | 163 INIT_OBJ_RES(ON_TIME_RID, res[avail], i, res_inst[avail], j, 1, false, in light_control_create()
|
D | ipso_temp_sensor.c | 171 INIT_OBJ_RES(SENSOR_VALUE_RID, res[index], i, in temp_sensor_create()
|
D | ipso_buzzer.c | 213 INIT_OBJ_RES(ON_OFF_RID, res[avail], i, res_inst[avail], j, 1, false, in buzzer_create()
|
D | ipso_current_sensor.c | 177 INIT_OBJ_RES(SENSOR_VALUE_RID, res[index], i, res_inst[index], j, 1, in current_sensor_create()
|
D | ipso_humidity_sensor.c | 170 INIT_OBJ_RES(SENSOR_VALUE_RID, res[index], i, res_inst[index], j, 1, in humidity_sensor_create()
|
D | ipso_onoff_switch.c | 208 INIT_OBJ_RES(DIGITAL_INPUT_STATE_RID, res[avail], i, res_inst[avail], in switch_create()
|
D | ipso_pressure_sensor.c | 171 INIT_OBJ_RES(SENSOR_VALUE_RID, res[index], i, res_inst[index], j, 1, in pressure_sensor_create()
|
D | ipso_voltage_sensor.c | 178 INIT_OBJ_RES(SENSOR_VALUE_RID, res[index], i, res_inst[index], j, 1, in voltage_sensor_create()
|
D | ipso_generic_sensor.c | 186 INIT_OBJ_RES(SENSOR_VALUE_RID, res[index], i, res_inst[index], j, 1, in generic_sensor_create()
|
D | lwm2m_obj_access_control.c | 412 INIT_OBJ_RES(ACCESS_CONTROL_ACL_ID, res[avail], i, res_inst[avail], j, MAX_SERVER_COUNT + 1, in ac_create()
|
D | lwm2m_object.h | 290 #define INIT_OBJ_RES(_id, _r_ptr, _r_idx, \ macro 330 INIT_OBJ_RES(_id, _r_ptr, _r_idx, \
|
D | lwm2m_obj_server.c | 370 INIT_OBJ_RES(SERVER_LIFETIME_ID, res[index], i, res_inst[index], j, in server_create()
|
D | lwm2m_obj_swmgmt.c | 745 INIT_OBJ_RES(SWMGMT_PACKAGE_URI_ID, res[index], res_idx, res_inst[index], res_inst_idx, 1, in swmgmt_create()
|