le_updateCtrl_interface.h
Go to the documentation of this file.
35 * Updates will not be allowed to go ahead until no clients are deferring updates. So, if client A55 * To support this, the functions le_updateCtrl_LockProbation() and le_updateCtrl_UnlockProbation()95 //--------------------------------------------------------------------------------------------------98 * Connect the current client thread to the service providing this API. Block until the service is101 * For each thread that wants to use this API, either ConnectService or TryConnectService must be102 * called before any other functions in this API. Normally, ConnectService is automatically called107 //--------------------------------------------------------------------------------------------------113 //--------------------------------------------------------------------------------------------------116 * Try to connect the current client thread to the service providing this API. Return with an error119 * For each thread that wants to use this API, either ConnectService or TryConnectService must be120 * called before any other functions in this API. Normally, ConnectService is automatically called127 * - LE_UNAVAILABLE if the server is not currently offering the service to which the client is bound.128 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).131 //--------------------------------------------------------------------------------------------------137 //--------------------------------------------------------------------------------------------------143 * longer a connection to the service, and the functions in this API can't be used. For details, see148 //--------------------------------------------------------------------------------------------------154 //--------------------------------------------------------------------------------------------------158 //--------------------------------------------------------------------------------------------------164 //--------------------------------------------------------------------------------------------------168 //--------------------------------------------------------------------------------------------------174 //--------------------------------------------------------------------------------------------------180 //--------------------------------------------------------------------------------------------------186 //--------------------------------------------------------------------------------------------------192 //--------------------------------------------------------------------------------------------------198 //--------------------------------------------------------------------------------------------------207 //--------------------------------------------------------------------------------------------------214 //--------------------------------------------------------------------------------------------------218 * @note Ignored if the probation period has already ended. Also, the roll-back may be delayed if221 //--------------------------------------------------------------------------------------------------void le_updateCtrl_FailProbation(void)void le_updateCtrl_DisconnectService(void)void le_updateCtrl_ConnectService(void)void le_updateCtrl_UnlockProbation(void)le_result_t le_updateCtrl_TryConnectService(void)void le_updateCtrl_Defer(void)le_result_t le_updateCtrl_MarkGood(bool force)void le_updateCtrl_LockProbation(void)void le_updateCtrl_Allow(void)