Searched refs:obj_payload (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_json.c | 275 void *obj_payload; in json_float_object_write() local 284 obj_payload = &fd->json.obj.float_obj; in json_float_object_write() 290 o_len = json_calc_encoded_len(descr, descr_len, obj_payload); in json_float_object_write() 296 res = json_obj_encode_buf(descr, descr_len, obj_payload, in json_float_object_write() 315 void *obj_payload; in json_string_object_write() local 324 obj_payload = &fd->json.obj.string_obj; in json_string_object_write() 329 o_len = json_calc_encoded_len(descr, descr_len, obj_payload); in json_string_object_write() 335 res = json_obj_encode_buf(descr, descr_len, obj_payload, in json_string_object_write() 354 void *obj_payload; in json_boolean_object_write() local 363 obj_payload = &fd->json.obj.boolean_obj; in json_boolean_object_write() [all …]
|
D | lwm2m_rw_senml_json.c | 503 void *obj_payload; in json_float_object_write() local 514 obj_payload = &fd->json.obj.float_bn_t_obj; in json_float_object_write() 524 obj_payload = &fd->json.obj.float_bn_obj; in json_float_object_write() 535 obj_payload = &fd->json.obj.float_t_obj; in json_float_object_write() 544 obj_payload = &fd->json.obj.float_obj; in json_float_object_write() 552 o_len = json_calc_encoded_len(descr, descr_len, obj_payload); in json_float_object_write() 558 res = json_obj_encode_buf(descr, descr_len, obj_payload, in json_float_object_write() 577 void *obj_payload; in json_string_object_write() local 587 obj_payload = &fd->json.obj.string_bn_obj; in json_string_object_write() 595 obj_payload = &fd->json.obj.string_obj; in json_string_object_write() [all …]
|