ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Typedefs | |
typedef void(* | test_t) (void) |
Functions | |
static HRESULT | addFileHelper (IBackgroundCopyJob *job, const WCHAR *localName, const WCHAR *remoteName) |
static HRESULT | test_create_manager (void) |
static BOOL | setup (void) |
static void | teardown (void) |
static void | test_GetRemoteName (void) |
static void | test_GetLocalName (void) |
static void | test_GetProgress_PreTransfer (void) |
START_TEST (file) | |
Variables | |
static const WCHAR | test_remoteName [] = {'r','e','m','o','t','e', 0} |
static const WCHAR | test_localName [] = {'l','o','c','a','l', 0} |
static WCHAR | test_localFile [MAX_PATH] |
static WCHAR | test_remoteUrl [MAX_PATH] |
static const WCHAR | test_displayName [] = {'T','e','s','t', 0} |
static IBackgroundCopyJob * | test_job |
static IBackgroundCopyManager * | test_manager |
static IEnumBackgroundCopyFiles * | test_enumFiles |
static IBackgroundCopyFile * | test_file |
|
static |
Definition at line 44 of file file.c.
Referenced by setup(), and test_create_manager().
Definition at line 94 of file file.c.
Referenced by START_TEST().
START_TEST | ( | file | ) |
Definition at line 187 of file file.c.
Definition at line 138 of file file.c.
Referenced by START_TEST().
Definition at line 60 of file file.c.
Referenced by START_TEST().
Definition at line 171 of file file.c.
Referenced by START_TEST().
Definition at line 35 of file file.c.
Referenced by setup(), and test_create_manager().
|
static |
Definition at line 38 of file file.c.
Referenced by setup(), and teardown().
|
static |
Definition at line 39 of file file.c.
Referenced by add_file(), setup(), teardown(), test_GetLocalName(), test_GetProgress_PreTransfer(), test_GetRemoteName(), test_mmio_buffer_pointer(), test_mmio_end_of_file(), test_mmioSeek(), test_PlaySound(), test_SHCreateStreamOnFileA(), test_SHCreateStreamOnFileEx(), test_SHCreateStreamOnFileW(), test_WinHttpAddHeaders(), and test_WinHttpSendRequest().
|
static |
Definition at line 36 of file file.c.
Referenced by setup(), and teardown().
Definition at line 33 of file file.c.
Referenced by addFileHelper(), and test_GetLocalName().
Definition at line 32 of file file.c.
Referenced by setup(), and test_create_manager().
|
static |
Definition at line 31 of file file.c.
Referenced by setup(), and test_create_manager().
Definition at line 34 of file file.c.
Referenced by addFileHelper(), and test_GetRemoteName().