Lines Matching +full:resource +full:- +full:id

4  * SPDX-License-Identifier: Apache-2.0
15 * @param[in] obj_id Object id of the object instance.
16 * @param[in] obj_inst_id Object instance id of the object instance to be created.
26 * @param[in] obj_id Object id of the object instance to be deleted
27 * @param[in] obj_inst_id Object instance id of the object instance to be deleted
33 * @brief Get the engine object instance specified by @p msg->path. Usually only used in do_write
60 * @brief Get the resource instance specified by @p path. Creates and allocates a new one
61 * if the resource instance does not exist.
63 * @param[in] path Path to resource instance (i.e 100/100/100/1)
64 * @param[out] res Engine resource buffer pointer.
65 * @param[out] res_inst Engine resource instance buffer pointer.
73 * @brief Gets the resource specified by @p path.
75 * @param[in] path Path to resource (i.e 100/100/100/x, the fourth component is optional)
76 * @param[out] res Engine resource buffer pointer.
100 * @brief Returns pointer to the resource in the registry specified by @p path.
103 * @param[in] path lwm2m_obj_path to the resource.
104 * @return Pointer to engine resource in the registry
109 * @brief Returns pointer to the resource instance in the registry specified by @p path.
112 * @param[in] path lwm2m_obj_path to the resource instance.
113 * @return Pointer to the engine resource instance in the registry
120 * @param[in] obj_id Object id of the object.
129 * @param[in] obj_inst_id Object instance id of object instance
135 * @brief Get object instance, field, resource and resource instance. All variables may be NULL.
136 * Example to get resource instance:
139 * @param[in] path lwm2m object path to the object/object instance/resource/resource instance
143 * @param[out] res Engine resource buffer pointer.
144 * @param[out] res_inst Engine resource instance buffer pointer.
152 * @brief Returns the object instance in the registry with object id = @p obj_id that has the
153 * smallest object instance id strictly larger than @p obj_inst_id.
155 * @param[in] obj_id Object id of the object instance.
156 * @param[in] obj_inst_id Lower bound of the object instance id.
186 * @brief Returns the engine object field with resource id @p res_id of the object @p obj.
189 * @param[in] res_id Resource id of the field.
210 /* Resource Path url */