Lines Matching +full:instance +full:- +full:id

3  * Copyright (c) 2018-2019 Foundries.io
5 * SPDX-License-Identifier: Apache-2.0
96 * @p obj_inst and the resource id in @p msg. Returns the field to obj_field (if it exists).
99 * @param[in] obj_inst Engine object instance to signal which object the resource belongs to
139 * @brief Deletes the object instance specified by msg->path. If the object instance id of the
189 * @brief Returns the index in the security objects list corresponding to the object instance
190 * id given by @p obj_inst_id
192 * @param[in] obj_inst_id object instance id of the security instance
198 * @brief Returns the object instance id of the security having ssid given by @p short_id.
201 * @return Object instance id or negative in case not found
206 * @brief Returns the object instance id of the security object instance at @p index
210 * @return Object instance id of the security instance or negative in case of error
217 * of the Firmware object instance given by @p obj_inst_id to @p state.
220 * @param[in] obj_inst_id Object instance id of the firmware object instance
227 * of the Firmware object instance given by @p obj_inst_id to @p result.
230 * @param[in] obj_inst_id Object instance id of the firmware object instance
251 * of the Firmware object instance given by @p obj_inst_id.
253 * @param[in] obj_inst_id Object instance id of the firmware object
267 * of the Firmware object instance given by @p obj_inst_id.
269 * @param[in] obj_inst_id Object instance id of the firmware object
285 * socket file descriptor to client_ctx->sock_fd.
293 * @brief Closes the socket with the file descriptor given by client_ctx->sock_fd.
302 * @brief Removes the socket with the file descriptor given by client_ctx->sock_fd from the
311 * descriptor in ctx->sock_fd)
335 * @brief Closes the socket with file descriptor given by client_ctx->sock_fd.
353 * @param[in] client_ctx lwm2m context to be re-added to the lwm2m work loop
373 * This function wakes up ongoing poll() from the socket-loop.