ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <stdarg.h>
#include "windows.h"
#include "initguid.h"
#include "wmiutils.h"
#include "wbemcli.h"
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Functions | |
static IWbemPath * | create_path (void) |
static void | test_IWbemPath_SetText (void) |
static void | test_IWbemPath_GetText (void) |
static void | test_IWbemPath_GetClassName (void) |
static void | test_IWbemPath_SetClassName (void) |
static void | test_IWbemPath_GetServer (void) |
static void | test_IWbemPath_GetInfo (void) |
static void | test_IWbemPath_SetServer (void) |
static void | test_IWbemPath_GetNamespaceAt (void) |
static void | test_IWbemPath_RemoveAllNamespaces (void) |
static void | test_IWbemPath_RemoveNamespaceAt (void) |
static void | test_IWbemPath_SetNamespaceAt (void) |
START_TEST (path) | |
Variables | |
static const WCHAR | path1 [] = {0} |
static const WCHAR | path2 [] = {'\\',0} |
static const WCHAR | path3 [] = {'\\','\\','s','e','r','v','e','r',0} |
static const WCHAR | path4 [] = {'\\','\\','s','e','r','v','e','r','\\',0} |
static const WCHAR | path5 [] = {'\\','\\','.','\\',0} |
static const WCHAR | path6 [] = {'/','/','.','/','r','o','o','t','/','c','i','m','v','2',0} |
static const WCHAR | path7 [] |
static const WCHAR | path8 [] |
static const WCHAR | path9 [] |
static const WCHAR | path10 [] |
static const WCHAR | path11 [] |
static const WCHAR | path12 [] |
static const WCHAR | path13 [] |
static const WCHAR | path14 [] |
static const WCHAR | path15 [] |
static const WCHAR | path16 [] |
static const WCHAR | path17 [] |
static const WCHAR | path18 [] |
static const WCHAR | path19 [] |
static const WCHAR | path20 [] |
Definition at line 76 of file path.c.
Referenced by test_CopyFolder(), test_IWbemPath_GetClassName(), test_IWbemPath_GetInfo(), test_IWbemPath_GetNamespaceAt(), test_IWbemPath_GetServer(), test_IWbemPath_GetText(), test_IWbemPath_RemoveAllNamespaces(), test_IWbemPath_RemoveNamespaceAt(), test_IWbemPath_SetClassName(), test_IWbemPath_SetNamespaceAt(), test_IWbemPath_SetServer(), and test_IWbemPath_SetText().
START_TEST | ( | path | ) |
Definition at line 865 of file path.c.
Definition at line 499 of file path.c.
Referenced by START_TEST().
Definition at line 162 of file path.c.
Referenced by START_TEST().
Definition at line 716 of file path.c.
Referenced by START_TEST().
Definition at line 90 of file path.c.
Referenced by START_TEST().
Definition at line 28 of file path.c.
Referenced by main(), merge_path(), NotifyFileSystemChange(), PathAllocCombine(), PathCchAppend(), PathCchAppendEx(), PathCchCombine(), PathCchCombineEx(), PathMakeAbsoluteW(), test_GetBaseName(), test_GetFileAttributesExW(), test_GetFileName(), test_GetParentFolderName(), test_IWbemPath_GetInfo(), test_IWbemPath_GetText(), test_IWbemPath_SetText(), test_PathCommonPrefixA(), test_pathpath(), test_PathSearchAndQualify(), test_Sdb(), test_SHChangeNotify(), test_stringtable(), test_write_ex(), testNestedLoadLibraryA(), testwindow_wndproc(), and xkeymap_open().
Definition at line 43 of file path.c.
Referenced by test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), and test_IWbemPath_SetText().
Definition at line 46 of file path.c.
Referenced by test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), and test_IWbemPath_SetText().
Definition at line 49 of file path.c.
Referenced by test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), test_IWbemPath_GetInfo(), and test_IWbemPath_GetText().
Definition at line 52 of file path.c.
Referenced by test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), and test_IWbemPath_GetText().
Definition at line 54 of file path.c.
Referenced by test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), and test_IWbemPath_GetText().
Definition at line 56 of file path.c.
Referenced by test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), test_IWbemPath_GetText(), and test_IWbemPath_SetText().
Definition at line 58 of file path.c.
Referenced by test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), and test_IWbemPath_GetText().
Definition at line 60 of file path.c.
Referenced by test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), test_IWbemPath_GetClassName(), test_IWbemPath_GetInfo(), test_IWbemPath_GetNamespaceAt(), test_IWbemPath_GetServer(), test_IWbemPath_GetText(), test_IWbemPath_RemoveAllNamespaces(), and test_IWbemPath_RemoveNamespaceAt().
Definition at line 64 of file path.c.
Referenced by test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), and test_IWbemPath_GetText().
Definition at line 68 of file path.c.
Referenced by test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), and test_IWbemPath_GetText().
Definition at line 29 of file path.c.
Referenced by main(), merge_path(), NotifyFileSystemChange(), OpenBookmarkFile(), OpenTmpBookmarkFile(), PathAllocCombine(), PathCchAppend(), PathCchAppendEx(), PathCchCombine(), PathCchCombineEx(), SwapBookmarkFiles(), test_constructor_destructor(), test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), test_GetBaseName(), test_GetFileAttributesExW(), test_GetFileName(), test_GetParentFolderName(), test_IWbemPath_SetText(), test_load(), test_PathCommonPrefixA(), test_pathpath(), test_PathSearchAndQualify(), test_Sdb(), test_SHChangeNotify(), test_SHGetFolderPathEx(), test_wshshell(), testNestedLoadLibraryA(), testwindow_wndproc(), and xkeymap_open().
Definition at line 71 of file path.c.
Referenced by test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), and test_IWbemPath_GetText().
Definition at line 31 of file path.c.
Referenced by test_IWbemPath_SetText().
Definition at line 32 of file path.c.
Referenced by test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), test_GetBaseName(), test_GetFileName(), test_GetParentFolderName(), and test_IWbemPath_SetText().
Definition at line 33 of file path.c.
Referenced by test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), test_GetBaseName(), test_GetParentFolderName(), test_IWbemPath_GetText(), and test_IWbemPath_SetText().
Definition at line 34 of file path.c.
Referenced by test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), and test_IWbemPath_SetText().
Definition at line 37 of file path.c.
Referenced by test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), test_IWbemPath_GetText(), and test_IWbemPath_SetText().
Definition at line 40 of file path.c.
Referenced by test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), test_IWbemPath_GetText(), and test_IWbemPath_SetText().