Searched refs:lwm2m_get_path_reference_ptr (Results 1 – 3 of 3) sorted by relevance
/subsys/net/lib/lwm2m/ |
A D | lwm2m_observation.h | 77 int lwm2m_get_path_reference_ptr(struct lwm2m_engine_obj *obj, const struct lwm2m_obj_path *path,
|
A D | lwm2m_observation.c | 572 ret = lwm2m_get_path_reference_ptr(NULL, path, &ref); in value_conditions_satisfied() 1280 int lwm2m_get_path_reference_ptr(struct lwm2m_engine_obj *obj, const struct lwm2m_obj_path *path, in lwm2m_get_path_reference_ptr() function 1339 ret = lwm2m_get_path_reference_ptr(NULL, path, &ref); in lwm2m_update_observer_min_period() 1377 ret = lwm2m_get_path_reference_ptr(NULL, path, &ref); in lwm2m_update_observer_max_period() 1492 ret = lwm2m_get_path_reference_ptr(obj, &msg->path, &ref); in lwm2m_write_attr_handler() 2099 ret = lwm2m_get_path_reference_ptr(NULL, &tmp->path, &ref); in lwm2m_engine_observer_refresh_notified_values()
|
A D | lwm2m_shell.c | 700 ret = lwm2m_get_path_reference_ptr(NULL, &o_p->path, &ref); in cmd_observations()
|
Completed in 13 milliseconds