le_instStat_interface.h
Go to the documentation of this file.
39 //--------------------------------------------------------------------------------------------------42 * Connect the current client thread to the service providing this API. Block until the service is46 * called before any other functions in this API. Normally, ConnectService is automatically called51 //--------------------------------------------------------------------------------------------------57 //--------------------------------------------------------------------------------------------------60 * Try to connect the current client thread to the service providing this API. Return with an error64 * called before any other functions in this API. Normally, ConnectService is automatically called71 * - LE_UNAVAILABLE if the server is not currently offering the service to which the client is bound.72 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).75 //--------------------------------------------------------------------------------------------------81 //--------------------------------------------------------------------------------------------------87 * longer a connection to the service, and the functions in this API can't be used. For details, see92 //--------------------------------------------------------------------------------------------------99 //--------------------------------------------------------------------------------------------------103 //--------------------------------------------------------------------------------------------------107 //--------------------------------------------------------------------------------------------------111 //--------------------------------------------------------------------------------------------------115 //--------------------------------------------------------------------------------------------------123 //--------------------------------------------------------------------------------------------------125 (131 //--------------------------------------------------------------------------------------------------139 //--------------------------------------------------------------------------------------------------141 (146 //--------------------------------------------------------------------------------------------------152 //--------------------------------------------------------------------------------------------------162 //--------------------------------------------------------------------------------------------------166 //--------------------------------------------------------------------------------------------------173 //--------------------------------------------------------------------------------------------------179 //--------------------------------------------------------------------------------------------------189 //--------------------------------------------------------------------------------------------------193 //--------------------------------------------------------------------------------------------------void le_instStat_DisconnectService(void)le_instStat_AppInstallEventHandlerRef_t le_instStat_AddAppInstallEventHandler(le_instStat_AppInstallHandlerFunc_t handlerPtr, void *contextPtr)struct le_instStat_AppInstallEventHandler * le_instStat_AppInstallEventHandlerRef_tDefinition: le_instStat_interface.h:104struct le_instStat_AppUninstallEventHandler * le_instStat_AppUninstallEventHandlerRef_tDefinition: le_instStat_interface.h:112le_result_t le_instStat_TryConnectService(void)void le_instStat_RemoveAppUninstallEventHandler(le_instStat_AppUninstallEventHandlerRef_t addHandlerRef)void(* le_instStat_AppUninstallHandlerFunc_t)(const char *appName, void *contextPtr)Definition: le_instStat_interface.h:141le_instStat_AppUninstallEventHandlerRef_t le_instStat_AddAppUninstallEventHandler(le_instStat_AppUninstallHandlerFunc_t handlerPtr, void *contextPtr)void le_instStat_ConnectService(void)void le_instStat_RemoveAppInstallEventHandler(le_instStat_AppInstallEventHandlerRef_t addHandlerRef)void(* le_instStat_AppInstallHandlerFunc_t)(const char *appName, void *contextPtr)Definition: le_instStat_interface.h:125