ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdio.h>
#include "wine/test.h"
#include "bits.h"
#include "initguid.h"
#include "bits2_0.h"
#include "bits2_5.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Typedefs | |
typedef void(* | test_t) (void) |
Functions | |
static HRESULT | test_create_manager (void) |
static void | init_paths (void) |
static BOOL | setup (void) |
static void | teardown (void) |
static BOOL | check_bits20 (void) |
static BOOL | check_bits25 (void) |
static void | test_GetId (void) |
static void | test_GetType (void) |
static void | test_GetName (void) |
static void | test_AddFile (void) |
static void | test_AddFileSet (void) |
static void | test_EnumFiles (void) |
static void | test_GetProgress_preTransfer (void) |
static void | test_GetState (void) |
static void | test_ResumeEmpty (void) |
static void | makeFile (WCHAR *name, const char *contents) |
static void | compareFiles (WCHAR *n1, WCHAR *n2) |
static void | test_CompleteLocal (void) |
static void | test_CompleteLocalURL (void) |
static void | test_NotifyFlags (void) |
static void | test_NotifyInterface (void) |
static void | test_Cancel (void) |
static void | test_HttpOptions (void) |
START_TEST (job) | |
Variables | |
static const WCHAR | test_displayName [] = {'T', 'e', 's', 't', 0} |
static WCHAR | test_remotePathA [MAX_PATH] |
static WCHAR | test_remotePathB [MAX_PATH] |
static WCHAR | test_localPathA [MAX_PATH] |
static WCHAR | test_localPathB [MAX_PATH] |
static IBackgroundCopyManager * | test_manager |
static IBackgroundCopyJob * | test_job |
static GUID | test_jobId |
static BG_JOB_TYPE | test_type |
Definition at line 111 of file job.c.
Referenced by START_TEST().
Definition at line 143 of file job.c.
Referenced by START_TEST().
Definition at line 312 of file job.c.
Referenced by test_CompleteLocal(), and test_CompleteLocalURL().
Definition at line 62 of file job.c.
Referenced by START_TEST().
Definition at line 299 of file job.c.
Referenced by test_CompleteLocal(), and test_CompleteLocalURL().
Definition at line 76 of file job.c.
Referenced by START_TEST().
START_TEST | ( | job | ) |
Definition at line 635 of file job.c.
Definition at line 104 of file job.c.
Referenced by START_TEST().
Definition at line 211 of file job.c.
Referenced by START_TEST().
Definition at line 225 of file job.c.
Referenced by START_TEST().
Definition at line 339 of file job.c.
Referenced by START_TEST().
Definition at line 392 of file job.c.
Referenced by START_TEST().
Definition at line 42 of file job.c.
Referenced by START_TEST().
Definition at line 238 of file job.c.
Referenced by START_TEST().
Definition at line 177 of file job.c.
Referenced by START_TEST().
Definition at line 256 of file job.c.
Referenced by START_TEST().
Definition at line 273 of file job.c.
Referenced by START_TEST().
Definition at line 188 of file job.c.
Referenced by START_TEST().
Definition at line 509 of file job.c.
Referenced by START_TEST().
Definition at line 464 of file job.c.
Referenced by START_TEST().
Definition at line 476 of file job.c.
Referenced by START_TEST().
Definition at line 285 of file job.c.
Referenced by START_TEST().
Definition at line 32 of file job.c.
Referenced by check_bits20(), check_bits25(), setup(), and test_GetName().
|
static |
Definition at line 38 of file job.c.
Referenced by setup(), teardown(), test_AddFile(), test_AddFileSet(), test_Cancel(), test_CompleteLocal(), test_CompleteLocalURL(), test_EnumFiles(), test_GetId(), test_GetName(), test_GetProgress_preTransfer(), test_GetState(), test_GetType(), test_HttpOptions(), test_NotifyFlags(), test_NotifyInterface(), and test_ResumeEmpty().
|
static |
Definition at line 39 of file job.c.
Referenced by check_bits20(), check_bits25(), setup(), and test_GetId().
Definition at line 35 of file job.c.
Referenced by init_paths(), test_AddFile(), test_AddFileSet(), test_CompleteLocal(), test_CompleteLocalURL(), test_EnumFiles(), and test_HttpOptions().
Definition at line 36 of file job.c.
Referenced by init_paths(), test_AddFile(), test_AddFileSet(), test_CompleteLocal(), and test_CompleteLocalURL().
|
static |
Definition at line 33 of file job.c.
Referenced by init_paths(), test_AddFile(), test_AddFileSet(), test_CompleteLocal(), test_CompleteLocalURL(), and test_EnumFiles().
Definition at line 34 of file job.c.
Referenced by init_paths(), test_AddFile(), test_AddFileSet(), test_CompleteLocal(), and test_CompleteLocalURL().
|
static |
Definition at line 40 of file job.c.
Referenced by check_bits20(), check_bits25(), setup(), test_GetType(), and test_ICInfo().