|
ReactOS 0.4.17-dev-934-g091855f
|

Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
| #define | check_interface(a, b, c) check_interface_(__LINE__, a, b, c) |
Functions | |
| static IReferenceClock * | create_system_clock (void) |
| static ULONG | get_refcount (void *iface) |
| static void | check_interface_ (unsigned int line, void *iface_ptr, REFIID iid, BOOL supported) |
| static void | test_interfaces (void) |
| static HRESULT WINAPI | outer_QueryInterface (IUnknown *iface, REFIID iid, void **out) |
| static ULONG WINAPI | outer_AddRef (IUnknown *iface) |
| static ULONG WINAPI | outer_Release (IUnknown *iface) |
| static void | test_aggregation (void) |
| static void | test_get_time (void) |
| static void | test_advise (void) |
| START_TEST (systemclock) | |
Variables | |
| static const GUID | test_iid = {0x33333333} |
| static LONG | outer_ref = 1 |
| static const IUnknownVtbl | outer_vtbl |
| static IUnknown | test_outer = {&outer_vtbl} |
Definition at line 41 of file systemclock.c.
| #define COBJMACROS |
Definition at line 21 of file systemclock.c.
|
static |
Definition at line 42 of file systemclock.c.
|
static |
Definition at line 25 of file systemclock.c.
Referenced by test_advise(), test_get_time(), and test_interfaces().
Definition at line 34 of file systemclock.c.
Referenced by test_aggregation().
Definition at line 86 of file systemclock.c.
Definition at line 73 of file systemclock.c.
Definition at line 91 of file systemclock.c.
| START_TEST | ( | systemclock | ) |
Definition at line 285 of file systemclock.c.
Definition at line 198 of file systemclock.c.
Referenced by START_TEST().
Definition at line 105 of file systemclock.c.
Referenced by START_TEST().
Definition at line 164 of file systemclock.c.
Referenced by START_TEST().
|
static |
Definition at line 71 of file systemclock.c.
Referenced by outer_AddRef(), outer_Release(), and test_aggregation().
|
static |
Definition at line 96 of file systemclock.c.
Definition at line 70 of file systemclock.c.
Referenced by outer_QueryInterface(), and test_aggregation().
|
static |
Definition at line 103 of file systemclock.c.
Referenced by test_aggregation().