Lines Matching full:in

31 /* length of time in milliseconds to wait for buffer allocations */
51 * When LwM2M engine starts up, it first executes all initialization functions in following
59 * @param[in] prio Priority, one of @ref LWM2M_PRIO macros.
60 * @param[in] init_function Initialization function
69 * @param[in] init_function Initialization function
76 * @param[in] init_function Initialization function
83 * @param[in] init_function Initialization function
90 * @param[in] init_function Initialization function
95 * @brief Validates that writing is a legal operation on the field given by the object in
96 * @p obj_inst and the resource id in @p msg. Returns the field to obj_field (if it exists).
98 * @param[in] msg lwm2m message to signal for which resource the write access should checked
99 * @param[in] obj_inst Engine object instance to signal which object the resource belongs to
101 * @return 0 for successful validation and negative in all other cases
112 * @param[in] client_ctx Context to close
119 * @param[in] client_ctx Context to initialize
132 * @param[in] client_ctx lwm2m ctx of the connection
133 * @param[in] path Path of the object
143 * @param[in] msg lwm2m message with operation delete
144 * @return 0 for success or negative in case of error
152 * @param[in] service Periodic service to be added
153 * @param[in] period_ms Period of the periodic service
154 * @return 0 for success or negative in case of error
164 * @param[in] service Handler of the periodic_service
165 * @param[in] period_ms New period for the periodic_service (in milliseconds) or zero.
167 * @return 0 for success, 1 when service was removed or negative in case of error.
174 * @param[in] service service to be called
175 * @param[in] timestamp Time when to call
176 * @return 0 for success or negative in case of error
183 * @param[in] service Service callback to be called.
184 * @return 0 for success or negative in case of error
189 * @brief Returns the index in the security objects list corresponding to the object instance
192 * @param[in] obj_inst_id object instance id of the security instance
193 * @return index in the list or negative in case of error
200 * @param[in] short_id ssid of the security object
201 * @return Object instance id or negative in case not found
207 * in the security object list.
209 * @param[in] index Index in the security object list
210 * @return Object instance id of the security instance or negative in case of error
216 * @brief Sets the update state (as specified in LWM2M SPEC E.6 regarding the firmware update)
220 * @param[in] obj_inst_id Object instance id of the firmware object instance
221 * @param[in] state (STATE_IDLE through STATE_UPDATING)
226 * @brief Sets the result state (as specified in LWM2M SPEC E.6 regarding the firmware update)
230 * @param[in] obj_inst_id Object instance id of the firmware object instance
231 * @param[in] result (RESULT_DEFAULT through RESULT_UNSUP_PROTO)
238 * @param[in] state (STATE_IDLE through STATE_UPDATING)
245 * @param[in] result (RESULT_DEFAULT through RESULT_UNSUP_PROTO)
250 * @brief Returns the update state (as specified in LWM2M SPEC E.6 regarding the firmware update)
253 * @param[in] obj_inst_id Object instance id of the firmware object
266 * @brief Returns the result state (as specified in LWM2M SPEC E.6 regarding the firmware update)
269 * @param[in] obj_inst_id Object instance id of the firmware object
287 * @param[in] client_ctx lwm2m context to open a socket for
288 * @return 0 for success or negative in case of error
296 * @param[in, out] client_ctx lwm2m context whose socket is to be closed
297 * @return 0 for success or negative in case of error
305 * @param[in, out] client_ctx lwm2m context whose socket is being suspended
306 * @return 0 for success or negative in case of error
311 * descriptor in ctx->sock_fd)
313 * @param[in] ctx lwm2m context being added to the lwm2m work loop
314 * @return 0 for success or negative in case of error
321 * @param[in] ctx lwm2m context to be removed from the lwm2m work loop
330 * @return 0 for success or negative in case of error
338 * @return 0 for success or negative in case of error
345 * @param[in, out] client_ctx lwm2m context to be closed
346 * @return 0 for success or negative in case of error
353 * @param[in] client_ctx lwm2m context to be re-added to the lwm2m work loop
354 * @return 0 for success or negative in case of error
361 * @param[in, out] client_ctx
362 * @return 0 for success or negative in case of error
391 * @param[in] client_ctx LwM2M context
398 * @param[in] client_ctx LwM2M context