/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_obj_security.c | 151 INIT_OBJ_RES_DATA_LEN(SECURITY_SERVER_URI_ID, res[index], i, in security_create() 160 INIT_OBJ_RES_DATA_LEN(SECURITY_CLIENT_PK_ID, res[index], i, in security_create() 163 INIT_OBJ_RES_DATA_LEN(SECURITY_SERVER_PK_ID, res[index], i, in security_create() 166 INIT_OBJ_RES_DATA_LEN(SECURITY_SECRET_KEY_ID, res[index], i, in security_create()
|
D | ipso_generic_sensor.c | 189 INIT_OBJ_RES_DATA_LEN(SENSOR_UNITS_RID, res[index], i, res_inst[index], j, in generic_sensor_create() 203 INIT_OBJ_RES_DATA_LEN(APPLICATION_TYPE_RID, res[index], i, res_inst[index], in generic_sensor_create() 205 INIT_OBJ_RES_DATA_LEN(SENSOR_TYPE_RID, res[index], i, res_inst[index], j, in generic_sensor_create()
|
D | lwm2m_obj_gateway.c | 132 INIT_OBJ_RES_DATA_LEN(LWM2M_GATEWAY_DEVICE_RID, res[index], i, res_inst[index], j, in lwm2m_gw_create() 140 INIT_OBJ_RES_DATA_LEN(LWM2M_GATEWAY_IOT_DEVICE_OBJECTS_RID, res[index], i, res_inst[index], in lwm2m_gw_create()
|
D | ipso_light_control.c | 172 INIT_OBJ_RES_DATA_LEN(COLOUR_RID, res[avail], i, res_inst[avail], j, in light_control_create() 174 INIT_OBJ_RES_DATA_LEN(SENSOR_UNITS_RID, res[avail], i, res_inst[avail], j, in light_control_create()
|
D | ipso_current_sensor.c | 180 INIT_OBJ_RES_DATA_LEN(SENSOR_UNITS_RID, res[index], i, res_inst[index], j, in current_sensor_create() 197 INIT_OBJ_RES_DATA_LEN(APPLICATION_TYPE_RID, res[index], i, res_inst[index], in current_sensor_create()
|
D | ipso_voltage_sensor.c | 181 INIT_OBJ_RES_DATA_LEN(SENSOR_UNITS_RID, res[index], i, res_inst[index], j, in voltage_sensor_create() 198 INIT_OBJ_RES_DATA_LEN(APPLICATION_TYPE_RID, res[index], i, res_inst[index], in voltage_sensor_create()
|
D | ipso_temp_sensor.c | 175 INIT_OBJ_RES_DATA_LEN(SENSOR_UNITS_RID, res[index], i, res_inst[index], j, in temp_sensor_create()
|
D | ipso_humidity_sensor.c | 173 INIT_OBJ_RES_DATA_LEN(SENSOR_UNITS_RID, res[index], i, res_inst[index], j, in humidity_sensor_create()
|
D | ipso_pressure_sensor.c | 174 INIT_OBJ_RES_DATA_LEN(SENSOR_UNITS_RID, res[index], i, res_inst[index], j, in pressure_sensor_create()
|
D | ucifi_lpwan.c | 135 INIT_OBJ_RES_DATA_LEN(UCIFI_LPWAN_MAC_ADDRESS_RID, res[index], i, res_inst[index], j, in lpwan_create()
|
D | lwm2m_obj_device.c | 333 INIT_OBJ_RES_DATA_LEN(DEVICE_SUPPORTED_BINDING_MODES_ID, res, i, in device_create()
|
D | lwm2m_object.h | 347 #define INIT_OBJ_RES_DATA_LEN(_id, _r_ptr, _r_idx, _ri_ptr, _ri_idx, \ macro 353 INIT_OBJ_RES_DATA_LEN(_id, _r_ptr, _r_idx, _ri_ptr, _ri_idx, _data_ptr, _data_len, \
|
D | lwm2m_obj_server.c | 391 INIT_OBJ_RES_DATA_LEN(SERVER_TRANSPORT_BINDING_ID, res[index], i, res_inst[index], j, in server_create()
|
D | lwm2m_obj_swmgmt.c | 734 INIT_OBJ_RES_DATA_LEN(SWMGMT_PACKAGE_NAME_ID, res[index], res_idx, res_inst[index], in swmgmt_create()
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/src/ |
D | test_obj.c | 69 INIT_OBJ_RES_DATA_LEN(LWM2M_RES_TYPE_OPAQUE, res, i, res_inst, j, opaque, sizeof(opaque), in obj_create() 71 INIT_OBJ_RES_DATA_LEN(LWM2M_RES_TYPE_STRING, res, i, res_inst, j, string, sizeof(string), in obj_create()
|