|
ReactOS 0.4.16-dev-2332-g4cba65d
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
| static void | send_msg (const char *type, const char *msg) |
| static void | service_ok (int cnd, const char *msg,...) |
| static VOID WINAPI | service_handler (DWORD ctrl) |
| static void | service_main_common (void) |
| static void WINAPI | service_mainA (DWORD service_argc, char **service_argv) |
| static void WINAPI | service_mainW (DWORD service_argc, WCHAR **service_argv) |
| static void | service_process (BOOLEAN unicode) |
| static SC_HANDLE | register_service (PCWSTR extra_args) |
| static DWORD WINAPI | pipe_thread (void *arg) |
| static void | test_startA (SC_HANDLE service_handle, int service_argc, const char **service_argv) |
| static void | test_startW (SC_HANDLE service_handle, int service_argc, const WCHAR **service_argv) |
| static void | test_runner (BOOLEAN unicode, PCWSTR extra_args, int service_argc, void *service_argv) |
| START_TEST (ServiceArgs) | |
Variables | |
| static char ** | argv |
| static int | argc |
| static HANDLE | pipe_handle = INVALID_HANDLE_VALUE |
| static char | service_nameA [100] |
| static WCHAR | service_nameW [100] |
| static WCHAR | named_pipe_name [100] |
| static SC_HANDLE | scm_handle |
| static SERVICE_STATUS_HANDLE | service_handle |
Definition at line 252 of file ServiceArgs.c.
Referenced by test_runner().
|
static |
Definition at line 226 of file ServiceArgs.c.
Definition at line 23 of file ServiceArgs.c.
Referenced by service_ok().
Definition at line 58 of file ServiceArgs.c.
Referenced by service_main_common().
Definition at line 81 of file ServiceArgs.c.
Referenced by service_mainA(), and service_mainW().
Definition at line 124 of file ServiceArgs.c.
Referenced by service_process().
Definition at line 155 of file ServiceArgs.c.
Referenced by service_process().
Definition at line 46 of file ServiceArgs.c.
Referenced by report_service_status(), service_main(), service_main_common(), service_mainA(), service_mainW(), service_process(), start_service(), test_tcp(), and test_udp().
Definition at line 188 of file ServiceArgs.c.
Referenced by START_TEST().
| START_TEST | ( | ServiceArgs | ) |
Definition at line 382 of file ServiceArgs.c.
|
static |
Definition at line 334 of file ServiceArgs.c.
Referenced by START_TEST().
|
static |
Definition at line 294 of file ServiceArgs.c.
Referenced by test_runner().
|
static |
Definition at line 314 of file ServiceArgs.c.
Referenced by test_runner().
|
static |
Definition at line 12 of file ServiceArgs.c.
Referenced by service_mainA(), service_mainW(), and START_TEST().
|
static |
Definition at line 11 of file ServiceArgs.c.
Referenced by service_mainA(), service_mainW(), and START_TEST().
|
static |
Definition at line 17 of file ServiceArgs.c.
Referenced by service_process(), START_TEST(), and test_runner().
|
static |
Definition at line 14 of file ServiceArgs.c.
Referenced by pipe_thread(), send_msg(), service_process(), and test_runner().
|
static |
Definition at line 20 of file ServiceArgs.c.
Referenced by InstallService(), register_service(), register_service_exA(), register_service_exW(), register_serviceA(), register_serviceW(), RunTest(), START_TEST(), test_create_delete_svc(), test_driver_install(), test_enum_svc(), test_enum_svc_ex(), test_EventLog(), test_get_displayname(), test_get_servicekeyname(), test_install_svc_from(), test_open_scm(), test_open_svc(), test_query_svc(), test_queryconfig2(), test_refcount(), test_sequence(), test_servicenotify(), test_SetupDiInstallClassExA(), test_SetupInstallServicesFromInfSectionExA(), test_SetupInstallServicesFromInfSectionExW(), and test_start_stop().
|
static |
Definition at line 21 of file ServiceArgs.c.
Referenced by service_handler(), service_main_common(), test_runner(), test_startA(), and test_startW().
|
static |
Definition at line 15 of file ServiceArgs.c.
Referenced by service_mainA(), service_process(), START_TEST(), and test_runner().
|
static |
Definition at line 16 of file ServiceArgs.c.
Referenced by my_test_server(), register_service(), service_main_common(), service_mainW(), service_process(), start_service(), START_TEST(), and test_runner().