Lines Matching +full:periodic +full:- +full:trigger
3 * Copyright (c) 2018-2019 Foundries.io
5 * SPDX-License-Identifier: Apache-2.0
139 * @brief Deletes the object instance specified by msg->path. If the object instance id of the
149 * @brief Adds the periodic @p service to the work queue. The period of the service becomes
152 * @param[in] service Periodic service to be added
153 * @param[in] period_ms Period of the periodic service
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
371 * @brief Trigger the LwM2M engine to run.
373 * This function wakes up ongoing poll() from the socket-loop.