Lines Matching full:engine
17 * @param[out] obj_inst Engine object instance buffer pointer.
33 * @brief Get the engine object instance specified by @p msg->path. Usually only used in do_write
37 * @param[out] obj_inst Engine object instance buffer pointer.
64 * @param[out] res Engine resource buffer pointer.
65 * @param[out] res_inst Engine resource instance buffer pointer.
76 * @param[out] res Engine resource buffer pointer.
86 * @return Pointer to engine object in the registry
95 * @return Pointer to engine object instance in the registry
104 * @return Pointer to engine resource in the registry
113 * @return Pointer to the engine resource instance in the registry
118 * @brief Get the engine obj specified by @p obj_id.
121 * @return Pointer to the engine object.
126 * @brief Get the engine object instance @p obj_id /@p obj_inst_id
141 * @param[out] obj_inst Engine object instance buffer pointer.
142 * @param[out] obj_field Engine object field buffer pointer.
143 * @param[out] res Engine resource buffer pointer.
144 * @param[out] res_inst Engine resource instance buffer pointer.
164 * @param[in] obj Pointer to engine object.
186 * @brief Returns the engine object field with resource id @p res_id of the object @p obj.
188 * @param[in] obj lwm2m engine object of the field.
190 * @return Pointer to an engine object field, or NULL if it does not exist