Searched refs:put_end_ri (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/lwm2m_rd_client/src/ |
D | stubs.c | 200 FAKE_VALUE_FUNC(int, put_end_ri, struct lwm2m_output_context *, struct lwm2m_obj_path *); 224 .put_end_ri = put_end_oi,
|
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_json.c | 479 static int put_end_ri(struct lwm2m_output_context *out, in put_end_ri() function 863 .put_end_ri = put_end_ri,
|
D | lwm2m_object.h | 547 int (*put_end_ri)(struct lwm2m_output_context *out, member 704 if (out->writer->put_end_ri) { in engine_put_end_ri() 705 return out->writer->put_end_ri(out, path); in engine_put_end_ri()
|
D | lwm2m_rw_oma_tlv.c | 382 static int put_end_ri(struct lwm2m_output_context *out, in put_end_ri() function 783 .put_end_ri = put_end_ri,
|
D | lwm2m_rw_senml_json.c | 411 static int put_end_ri(struct lwm2m_output_context *out, struct lwm2m_obj_path *path) in put_end_ri() function 1369 .put_end_ri = put_end_ri,
|