le_appInfo_interface.h
Go to the documentation of this file.
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 called81 * - LE_UNAVAILABLE if the server is not currently offering the service to which the client is bound.82 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).85 //--------------------------------------------------------------------------------------------------91 //--------------------------------------------------------------------------------------------------97 * longer a connection to the service, and the functions in this API can't be used. For details, see102 //--------------------------------------------------------------------------------------------------109 //--------------------------------------------------------------------------------------------------113 //--------------------------------------------------------------------------------------------------125 //--------------------------------------------------------------------------------------------------129 //--------------------------------------------------------------------------------------------------141 //--------------------------------------------------------------------------------------------------145 //--------------------------------------------------------------------------------------------------148 //--------------------------------------------------------------------------------------------------155 //--------------------------------------------------------------------------------------------------162 //--------------------------------------------------------------------------------------------------170 //--------------------------------------------------------------------------------------------------180 //--------------------------------------------------------------------------------------------------190 //--------------------------------------------------------------------------------------------------203 //--------------------------------------------------------------------------------------------------205 * Gets the application hash as a hexidecimal string. The application hash is a unique hash of the214 //--------------------------------------------------------------------------------------------------void le_appInfo_DisconnectService(void)Application has been stopped or never started.Definition: le_appInfo_interface.h:116le_result_t le_appInfo_GetHash(const char *appName, char *hashStr, size_t hashStrNumElements)void le_appInfo_ConnectService(void)le_result_t le_appInfo_GetName(int32_t pid, char *appName, size_t appNameNumElements)le_appInfo_ProcState_t le_appInfo_GetProcState(const char *appName, const char *procName)Process has been stopped or never started.Definition: le_appInfo_interface.h:132le_appInfo_State_t le_appInfo_GetState(const char *appName)le_result_t le_appInfo_TryConnectService(void)