|
webappmanager
|
#include "Common.h"#include "HostBase.h"#include "ApplicationDescription.h"#include "Localization.h"#include "WebAppManager.h"#include "Settings.h"#include "Logging.h"#include <sys/time.h>#include <sys/resource.h>#include <glib.h>#include <sys/stat.h>#include <sys/types.h>#include <sys/prctl.h>#include <unistd.h>#include <stdlib.h>#include <fcntl.h>#include <time.h>#include <pthread.h>#include <signal.h>#include <stdarg.h>#include <syslog.h>#include <ucontext.h>#include <sys/file.h>#include <QApplication>#include <QtGui>#include <QtGlobal>Functions | |
| void | malloc_stats (void) |
| void | qtMsgHandler (QtMsgType type, const char *str) |
| int | main (int argc, char **argv) |
Variables | |
| volatile bool | stayInLoop = true |
| int | crashLogFD = -1 |
| pid_t | sysmgrPid |
| pid_t | bootAnimPid |
| int | bootAnimPipeFd =-1 |
| int | sysmgrPipeFd =-1 |
| int | WebAppMgrPipeFd =-1 |
| char | msgOkToContinue = 0xAB |
| int | appArgc = 0 |
| char ** | appArgv = 0 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| void malloc_stats | ( | void | ) |
| void qtMsgHandler | ( | QtMsgType | type, |
| const char * | str | ||
| ) |
| int appArgc = 0 |
| char** appArgv = 0 |
| pid_t bootAnimPid |
| int bootAnimPipeFd =-1 |
| int crashLogFD = -1 |
| char msgOkToContinue = 0xAB |
| volatile bool stayInLoop = true |
| pid_t sysmgrPid |
| int sysmgrPipeFd =-1 |
| int WebAppMgrPipeFd =-1 |