le_appInfo_interface.h File Reference

#include "legato.h"
#include "le_limit_interface.h"
#include "le_appInfo_common.h"

Go to the source code of this file.

Typedefs

typedef void(* le_appInfo_DisconnectHandler_t) (void *)
 

Functions

void le_appInfo_ConnectService (void)
 
le_result_t le_appInfo_TryConnectService (void)
 
LE_FULL_API void le_appInfo_SetServerDisconnectHandler (le_appInfo_DisconnectHandler_t disconnectHandler, void *contextPtr)
 
void le_appInfo_DisconnectService (void)
 
le_appInfo_State_t le_appInfo_GetState (const char *LE_NONNULL appName)
 
le_appInfo_ProcState_t le_appInfo_GetProcState (const char *LE_NONNULL appName, const char *LE_NONNULL procName)
 
le_result_t le_appInfo_GetName (int32_t pid, char *appName, size_t appNameSize)
 
le_result_t le_appInfo_GetHash (const char *LE_NONNULL appName, char *hashStr, size_t hashStrSize)
 

Detailed Description

Legato Application Information API include file.