ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Typedefs | |
typedef void(* | test_t) (void) |
Functions | |
static BOOL | setup (void) |
static void | teardown (void) |
static void | test_GetCount (void) |
static void | test_Next_walkListNull (void) |
static void | test_Next_walkList_1 (void) |
static void | test_Next_walkList_2 (void) |
static void | test_Next_errors (void) |
static void | test_Skip_walkList (void) |
static void | test_Skip_offEnd (void) |
static void | test_Reset (void) |
START_TEST (enum_jobs) | |
Variables | |
static const WCHAR | test_displayNameA [] = {'T','e','s','t','A', 0} |
static const WCHAR | test_displayNameB [] = {'T','e','s','t','B', 0} |
static IBackgroundCopyManager * | test_manager |
static IBackgroundCopyJob * | test_jobA |
static IBackgroundCopyJob * | test_jobB |
static ULONG | test_jobCountB |
static IEnumBackgroundCopyJobs * | test_enumJobsA |
static IEnumBackgroundCopyJobs * | test_enumJobsB |
static GUID | test_jobIdA |
static GUID | test_jobIdB |
#define COBJMACROS |
Definition at line 23 of file enum_jobs.c.
Definition at line 246 of file enum_jobs.c.
Definition at line 41 of file enum_jobs.c.
Referenced by START_TEST().
START_TEST | ( | enum_jobs | ) |
Definition at line 248 of file enum_jobs.c.
Definition at line 85 of file enum_jobs.c.
Referenced by START_TEST().
Definition at line 109 of file enum_jobs.c.
Referenced by START_TEST().
Definition at line 196 of file enum_jobs.c.
Referenced by START_TEST().
Definition at line 144 of file enum_jobs.c.
Referenced by START_TEST().
Definition at line 169 of file enum_jobs.c.
Referenced by START_TEST().
Definition at line 124 of file enum_jobs.c.
Referenced by START_TEST().
Definition at line 207 of file enum_jobs.c.
Referenced by START_TEST().
Definition at line 29 of file enum_jobs.c.
Referenced by setup().
Definition at line 30 of file enum_jobs.c.
Referenced by setup().
|
static |
Definition at line 35 of file enum_jobs.c.
Referenced by setup(), teardown(), and test_GetCount().
|
static |
Definition at line 36 of file enum_jobs.c.
Referenced by setup(), teardown(), test_GetCount(), test_Next_errors(), test_Next_walkList_1(), test_Next_walkList_2(), test_Next_walkListNull(), test_Reset(), test_Skip_offEnd(), and test_Skip_walkList().
|
static |
Definition at line 32 of file enum_jobs.c.
Referenced by setup(), and teardown().
|
static |
Definition at line 33 of file enum_jobs.c.
Referenced by setup(), and teardown().
|
static |
Definition at line 34 of file enum_jobs.c.
Referenced by setup(), test_Next_walkList_1(), test_Next_walkList_2(), test_Next_walkListNull(), test_Reset(), test_Skip_offEnd(), and test_Skip_walkList().
|
static |
Definition at line 37 of file enum_jobs.c.
Referenced by setup().
|
static |
Definition at line 38 of file enum_jobs.c.
Referenced by setup().
|
static |
Definition at line 31 of file enum_jobs.c.