le_instStat_interface.h
Go to the documentation of this file.
42 //--------------------------------------------------------------------------------------------------46 //--------------------------------------------------------------------------------------------------49 //--------------------------------------------------------------------------------------------------52 * Connect the current client thread to the service providing this API. Block until the service is56 * called before any other functions in this API. Normally, ConnectService is automatically called61 //--------------------------------------------------------------------------------------------------67 //--------------------------------------------------------------------------------------------------70 * Try to connect the current client thread to the service providing this API. Return with an error74 * called before any other functions in this API. Normally, ConnectService is automatically called83 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).86 //--------------------------------------------------------------------------------------------------92 //--------------------------------------------------------------------------------------------------96 * When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants99 //--------------------------------------------------------------------------------------------------106 //--------------------------------------------------------------------------------------------------112 * longer a connection to the service, and the functions in this API can't be used. For details, see117 //--------------------------------------------------------------------------------------------------124 //--------------------------------------------------------------------------------------------------128 //--------------------------------------------------------------------------------------------------131 //--------------------------------------------------------------------------------------------------135 //--------------------------------------------------------------------------------------------------138 //--------------------------------------------------------------------------------------------------142 //--------------------------------------------------------------------------------------------------145 //--------------------------------------------------------------------------------------------------149 //--------------------------------------------------------------------------------------------------152 //--------------------------------------------------------------------------------------------------158 //--------------------------------------------------------------------------------------------------167 //--------------------------------------------------------------------------------------------------171 //--------------------------------------------------------------------------------------------------178 //--------------------------------------------------------------------------------------------------184 //--------------------------------------------------------------------------------------------------193 //--------------------------------------------------------------------------------------------------197 //--------------------------------------------------------------------------------------------------void le_instStat_DisconnectService(void)void le_instStat_ConnectService(void)void le_instStat_RemoveAppUninstallEventHandler(le_instStat_AppUninstallEventHandlerRef_t handlerRef)le_result_t le_instStat_TryConnectService(void)void le_instStat_RemoveAppInstallEventHandler(le_instStat_AppInstallEventHandlerRef_t handlerRef)le_instStat_AppInstallEventHandlerRef_t le_instStat_AddAppInstallEventHandler(le_instStat_AppInstallHandlerFunc_t handlerPtr, void *contextPtr)LE_FULL_API void le_instStat_SetServerDisconnectHandler(le_instStat_DisconnectHandler_t disconnectHandler, void *contextPtr)void(* le_instStat_DisconnectHandler_t)(void *)Definition: le_instStat_interface.h:47le_instStat_AppUninstallEventHandlerRef_t le_instStat_AddAppUninstallEventHandler(le_instStat_AppUninstallHandlerFunc_t handlerPtr, void *contextPtr)