Searched refs:test_job (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/qmgr/ |
H A D | job.c | 38 static IBackgroundCopyJob *test_job; variable 81 test_job = NULL; in setup() 106 IBackgroundCopyJob_Cancel(test_job); in teardown() 107 IBackgroundCopyJob_Release(test_job); in teardown() 290 hres = IBackgroundCopyJob_Resume(test_job); in test_ResumeEmpty() 359 hres = IBackgroundCopyJob_Resume(test_job); in test_CompleteLocal() 429 hres = IBackgroundCopyJob_Resume(test_job); in test_CompleteLocalURL() 497 hr = IBackgroundCopyJob_Cancel(test_job); in test_Cancel() 505 hr = IBackgroundCopyJob_Cancel(test_job); in test_Cancel() 572 hr = IBackgroundCopyJob_Resume(test_job); in test_HttpOptions() [all …]
|
H A D | file.c | 36 static IBackgroundCopyJob *test_job; variable 100 test_job = NULL; in setup() 110 BG_JOB_TYPE_DOWNLOAD, &test_jobId, &test_job); in setup() 117 if (addFileHelper(test_job, test_localName, test_remoteName) != S_OK in setup() 118 || IBackgroundCopyJob_EnumFiles(test_job, &test_enumFiles) != S_OK) in setup() 120 IBackgroundCopyJob_Release(test_job); in setup() 129 IBackgroundCopyJob_Release(test_job); in setup() 142 IBackgroundCopyJob_Release(test_job); in teardown()
|
H A D | enum_files.c | 38 static IBackgroundCopyJob *test_job; variable 110 &test_job); in setup() 117 if (addFileHelper(test_job, test_localNameA, test_remoteNameA) != S_OK in setup() 118 || addFileHelper(test_job, test_localNameB, test_remoteNameB) != S_OK in setup() 119 || IBackgroundCopyJob_EnumFiles(test_job, &test_enumFiles) != S_OK) in setup() 121 IBackgroundCopyJob_Release(test_job); in setup() 133 IBackgroundCopyJob_Release(test_job); in teardown()
|