ReactOS 0.4.16-dev-297-gc569aee
|
#include <shlwapi.h>
#include <stdio.h>
#include "wine/test.h"
#include "initguid.h"
#include "bits.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | NUM_FILES 2 /* At least two. */ |
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_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_files) | |
Variables | |
static const WCHAR | test_remoteNameA [] = {'r','e','m','o','t','e','A', 0} |
static const WCHAR | test_localNameA [] = {'l','o','c','a','l','A', 0} |
static const WCHAR | test_remoteNameB [] = {'r','e','m','o','t','e','B', 0} |
static const WCHAR | test_localNameB [] = {'l','o','c','a','l','B', 0} |
static const WCHAR | test_displayName [] = {'T', 'e', 's', 't', 0} |
static const ULONG | test_fileCount = NUM_FILES |
static IBackgroundCopyJob * | test_job |
static IBackgroundCopyManager * | test_manager |
static IEnumBackgroundCopyFiles * | test_enumFiles |
#define COBJMACROS |
Definition at line 24 of file enum_files.c.
#define NUM_FILES 2 /* At least two. */ |
Definition at line 31 of file enum_files.c.
Definition at line 269 of file enum_files.c.
|
static |
Definition at line 45 of file enum_files.c.
Referenced by setup(), and test_create_manager().
Definition at line 97 of file enum_files.c.
Referenced by create_suite(), DoInfInstall(), DoInfInstallW(), set_script_mode(), SetPerUserSecValuesW(), START_TEST(), test_CreateTrigger(), Test_InitializeLpkHooks(), test_SetAccountInformation_GetAccountInformation(), test_SetApplicationName_GetApplicationName(), test_SetComment_GetComment(), test_SetMaxRunTime_GetMaxRunTime(), test_SetParameters_GetParameters(), test_SetTrigger_GetTrigger(), UserInstStubWrapperW(), and via82c_timing().
START_TEST | ( | enum_files | ) |
Definition at line 271 of file enum_files.c.
Definition at line 130 of file enum_files.c.
Referenced by create_suite(), and START_TEST().
Definition at line 63 of file enum_files.c.
Referenced by START_TEST().
Definition at line 138 of file enum_files.c.
Referenced by START_TEST().
Definition at line 221 of file enum_files.c.
Referenced by START_TEST().
Definition at line 169 of file enum_files.c.
Referenced by START_TEST().
Definition at line 197 of file enum_files.c.
Referenced by START_TEST().
Definition at line 149 of file enum_files.c.
Referenced by START_TEST().
Definition at line 232 of file enum_files.c.
Referenced by START_TEST().
Definition at line 36 of file enum_files.c.
Referenced by setup(), and test_create_manager().
|
static |
Definition at line 40 of file enum_files.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().
Definition at line 37 of file enum_files.c.
Referenced by test_GetCount(), test_Next_walkList_1(), test_Next_walkList_2(), test_Next_walkListNull(), test_Reset(), test_Skip_offEnd(), and test_Skip_walkList().
|
static |
Definition at line 38 of file enum_files.c.
Referenced by setup(), and teardown().
Definition at line 33 of file enum_files.c.
Referenced by setup(), and test_create_manager().
Definition at line 35 of file enum_files.c.
Referenced by setup().
|
static |
Definition at line 39 of file enum_files.c.
Definition at line 32 of file enum_files.c.
Referenced by setup(), and test_create_manager().