Searched refs:lwm2m_enable_cache (Results  1 – 5 of 5) sorted by relevance
| /Zephyr-latest/include/zephyr/net/ | 
| D | lwm2m.h | 1590 int lwm2m_enable_cache(const struct lwm2m_obj_path *path, struct lwm2m_time_series_elem *data_cache,
  | 
| /Zephyr-latest/subsys/net/lib/lwm2m/ | 
| D | lwm2m_shell.c | 614 	rc = lwm2m_enable_cache(&obj_path, cache, elems);  in cmd_cache()
  | 
| D | lwm2m_registry.c | 1586 int lwm2m_enable_cache(const struct lwm2m_obj_path *path, struct lwm2m_time_series_elem *data_cache,  in lwm2m_enable_cache()  function
  | 
| /Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/src/ | 
| D | lwm2m_registry.c | 517 	zassert_equal(lwm2m_enable_cache(&path, &e, 1), -ENOTSUP);  in ZTEST()
  | 
| /Zephyr-latest/doc/connectivity/networking/api/ | 
| D | lwm2m.rst | 507 enable the cache by calling :c:func:`lwm2m_enable_cache` for a given resource. Each resource 515   lwm2m_enable_cache(LWM2M_OBJ(IPSO_OBJECT_TEMP_SENSOR_ID, 0, SENSOR_VALUE_RID),
  |