Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_registry.c367 int path_to_objs(const struct lwm2m_obj_path *path, struct lwm2m_engine_obj_inst **obj_inst, in path_to_objs() function
448 ret = path_to_objs(path, NULL, &obj_field, NULL, NULL); in is_string()
473 ret = path_to_objs(path, NULL, NULL, NULL, &res_inst); in lwm2m_set_res_buf()
558 ret = path_to_objs(path, &obj_inst, &obj_field, &res, &res_inst); in lwm2m_engine_set()
831 ret = path_to_objs(path, NULL, NULL, NULL, &res_inst); in lwm2m_get_res_buf()
879 ret = path_to_objs(path, &obj_inst, &obj_field, &res, &res_inst); in lwm2m_engine_get()
1086 return path_to_objs(path, NULL, NULL, res, NULL); in lwm2m_get_resource()
1173 ret = path_to_objs(path, NULL, NULL, &r, &r_i); in lwm2m_engine_get_create_res_inst()
1211 ret = path_to_objs(path, NULL, NULL, &res, &res_inst); in lwm2m_create_res_inst()
1242 ret = path_to_objs(path, NULL, NULL, NULL, &res_inst); in lwm2m_delete_res_inst()
[all …]
Dlwm2m_registry.h147 int path_to_objs(const struct lwm2m_obj_path *path, struct lwm2m_engine_obj_inst **obj_inst,
Dlwm2m_observation.c294 ret = path_to_objs(path, NULL, NULL, NULL, &res_inst); in engine_observe_get_attributes()
1006 ret = path_to_objs(path, NULL, NULL, &res, NULL); in lwm2m_get_path_reference_ptr()
1015 ret = path_to_objs(path, NULL, NULL, NULL, &res_inst); in lwm2m_get_path_reference_ptr()
Dlwm2m_message_handling.c2290 ret = path_to_objs(&msg->path, &obj_inst, NULL, &res, NULL); in lwm2m_exec_handler()