Functions | |
| BOOL APIENTRY | DllMain (HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) |
| void | sessionServiceHealthChecker (std::string _sessionServiceURL) |
| void | mainApplicationThread (std::string _websocketIp, unsigned int _websocketPort, std::string _relayUrl) |
| _declspec (dllexport) int init(const char *_localDirectoryServiceURL | |
| catch (const std::exception &e) | |
| catch (...) | |
| strcpy (retval, retVal.toStdString().c_str()) | |
| strcpy (dataCopy, json) | |
| strcpy (senderIPCopy, senderIP) | |
Variables | |
| bool | g_appStartFailed { false } |
| bool | g_appStartCompleted { false } |
| std::mutex | g_appStartMutex |
| const char * | _ownIP |
| const char const char * | _websocketIP |
| const char const char const char * | _sessionServiceIP |
| const char * | senderIP |
| try | |
| char * | retval = new char[retVal.length() + 1] |
| char * | senderIPCopy = new char[strlen(senderIP) + 1] |
| _declspec | ( | dllexport | ) | const |
| catch | ( | ... | ) |
| catch | ( | const std::exception & | e | ) |
| BOOL APIENTRY DllMain | ( | HMODULE | hModule, |
| DWORD | ul_reason_for_call, | ||
| LPVOID | lpReserved ) |
| void mainApplicationThread | ( | std::string | _websocketIp, |
| unsigned int | _websocketPort, | ||
| std::string | _relayUrl ) |
| void sessionServiceHealthChecker | ( | std::string | _sessionServiceURL | ) |
| strcpy | ( | dataCopy | , |
| json | ) |
| strcpy | ( | retval | , |
| retVal. | toStdString).c_str( ) |
| strcpy | ( | senderIPCopy | , |
| senderIP | ) |
| const char* _ownIP |
| const char const char const char* _sessionServiceIP |
| const char const char* _websocketIP |
| bool g_appStartCompleted { false } |
| bool g_appStartFailed { false } |
| std::mutex g_appStartMutex |
| return retval = new char[retVal.length() + 1] |
| char* senderIPCopy = new char[strlen(senderIP) + 1] |
| try |