ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Functions | |
static BOOL | setup_task (void) |
static void | cleanup_task (void) |
static LPCWSTR | path_resolve_name (LPCWSTR base_name) |
static void | test_SetApplicationName_GetApplicationName (void) |
static void | test_CreateTrigger (void) |
static void | test_SetParameters_GetParameters (void) |
static void | test_SetComment_GetComment (void) |
static void | test_SetMaxRunTime_GetMaxRunTime (void) |
static void | test_SetAccountInformation_GetAccountInformation (void) |
START_TEST (task) | |
Variables | |
static ITaskScheduler * | test_task_scheduler |
static ITask * | test_task |
static const WCHAR | empty [] = {0} |
Definition at line 50 of file task.c.
Referenced by test_CreateTrigger(), test_SetAccountInformation_GetAccountInformation(), test_SetApplicationName_GetApplicationName(), test_SetComment_GetComment(), test_SetMaxRunTime_GetMaxRunTime(), and test_SetParameters_GetParameters().
Definition at line 56 of file task.c.
Referenced by test_SetApplicationName_GetApplicationName().
Definition at line 31 of file task.c.
Referenced by test_CreateTrigger(), test_SetAccountInformation_GetAccountInformation(), test_SetApplicationName_GetApplicationName(), test_SetComment_GetComment(), test_SetMaxRunTime_GetMaxRunTime(), and test_SetParameters_GetParameters().
START_TEST | ( | task | ) |
Definition at line 499 of file task.c.
Definition at line 182 of file task.c.
Referenced by START_TEST().
Definition at line 407 of file task.c.
Referenced by START_TEST().
Definition at line 72 of file task.c.
Referenced by START_TEST().
Definition at line 280 of file task.c.
Referenced by START_TEST().
Definition at line 350 of file task.c.
Referenced by START_TEST().
Definition at line 210 of file task.c.
Referenced by START_TEST().
Definition at line 29 of file task.c.
Referenced by test_SetAccountInformation_GetAccountInformation(), test_SetApplicationName_GetApplicationName(), test_SetComment_GetComment(), and test_SetParameters_GetParameters().
|
static |
Definition at line 28 of file task.c.
Referenced by cleanup_task(), setup_task(), test_CreateTrigger(), test_SetAccountInformation_GetAccountInformation(), test_SetApplicationName_GetApplicationName(), test_SetComment_GetComment(), test_SetMaxRunTime_GetMaxRunTime(), and test_SetParameters_GetParameters().
|
static |
Definition at line 27 of file task.c.
Referenced by cleanup_task(), and setup_task().