Home
last modified time | relevance | path

Searched refs:testJob (Results 1 - 9 of 9) sorted by relevance

/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_client_test.cpp267 PrintJob testJob; in HWTEST_F() local
268 printCupsClient->AddCupsPrintJob(testJob); in HWTEST_F()
281 PrintJob testJob; in HWTEST_F() local
282 testJob.SetJobId(GetDefaultJobId()); in HWTEST_F()
284 testJob.SetFdList(files); in HWTEST_F()
285 testJob.SetColorMode(1); in HWTEST_F()
286 testJob.SetCopyNumber(1); in HWTEST_F()
287 testJob.SetDuplexMode(0); in HWTEST_F()
290 testJob.SetPageSize(pageSize); in HWTEST_F()
291 testJob in HWTEST_F()
320 PrintJob testJob; HWTEST_F() local
376 PrintJob testJob; HWTEST_F() local
406 PrintJob testJob; HWTEST_F() local
435 PrintJob testJob; HWTEST_F() local
464 PrintJob testJob; HWTEST_F() local
674 PrintJob testJob; HWTEST_F() local
758 PrintJob testJob; HWTEST_F() local
790 PrintJob testJob; HWTEST_F() local
823 PrintJob testJob; HWTEST_F() local
866 PrintJob testJob; HWTEST_F() local
909 PrintJob testJob; HWTEST_F() local
942 PrintJob testJob; HWTEST_F() local
975 PrintJob testJob; HWTEST_F() local
1008 PrintJob testJob; HWTEST_F() local
1041 PrintJob testJob; HWTEST_F() local
1090 PrintJob testJob; HWTEST_F() local
1121 PrintJob testJob; HWTEST_F() local
1169 PrintJob testJob; HWTEST_F() local
1202 PrintJob testJob; HWTEST_F() local
1248 PrintJob testJob; HWTEST_F() local
1274 PrintJob testJob; HWTEST_F() local
1300 PrintJob testJob; HWTEST_F() local
1332 PrintJob testJob; HWTEST_F() local
1358 PrintJob testJob; HWTEST_F() local
1406 PrintJob testJob; HWTEST_F() local
1441 PrintJob testJob; HWTEST_F() local
1575 PrintJob testJob; HWTEST_F() local
[all...]
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_extension_callback_proxy_test.cpp156 PrintJob testJob; in HWTEST_F() local
158 testJob.SetJobId(jobId); in HWTEST_F()
166 EXPECT_FALSE(proxy->OnCallback(testJob)); in HWTEST_F()
184 PrintJob testJob; in HWTEST_F() local
186 testJob.SetJobId(jobId); in HWTEST_F()
194 EXPECT_FALSE(proxy->OnCallback(testJob)); in HWTEST_F()
H A Dprint_callback_proxy_test.cpp190 PrintJob testJob; in HWTEST_F() local
192 testJob.SetJobId(jobId); in HWTEST_F()
195 Matcher<const PrintJob&>(PrintJobMatcher(testJob)))).Times(1).WillOnce(Return(true)); in HWTEST_F()
202 EXPECT_TRUE(proxy->OnCallback(testState, testJob)); in HWTEST_F()
221 PrintJob testJob; in HWTEST_F() local
223 testJob.SetJobId(jobId); in HWTEST_F()
226 Matcher<const PrintJob&>(PrintJobMatcher(testJob)))).Times(1).WillOnce(Return(true)); in HWTEST_F()
233 EXPECT_FALSE(proxy->OnCallback(testState, testJob)); in HWTEST_F()
H A Dprint_service_stub_test.cpp371 PrintJob testJob; in HWTEST_F() local
373 testJob.SetJobId(jobId); in HWTEST_F()
376 EXPECT_TRUE(testJob.Marshalling(data)); in HWTEST_F()
706 PrintJob testJob; in HWTEST_F() local
708 testJob.SetJobId(jobId); in HWTEST_F()
711 EXPECT_TRUE(testJob.Marshalling(data)); in HWTEST_F()
1264 PrintJob testJob; in HWTEST_F() local
1266 EXPECT_TRUE(testJob.Marshalling(data)); in HWTEST_F()
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_callback_stub_test.cpp156 PrintJob testJob; in HWTEST_F() local
158 testJob.SetJobId(jobId); in HWTEST_F()
162 EXPECT_TRUE(testJob.Marshalling(data)); in HWTEST_F()
166 Matcher<const PrintJob&>(PrintJobMatcher(testJob)))).Times(1).WillOnce(Return(true)); in HWTEST_F()
H A Dprint_service_proxy_test.cpp316 OHOS::Print::PrintJob testJob; in HWTEST_F() local
317 testJob.SetJobId("jobId-123"); in HWTEST_F()
325 [&testJob](const PrintJob &jobinfo) { in HWTEST_F()
326 EXPECT_EQ(testJob.GetJobId(), jobinfo.GetJobId()); in HWTEST_F()
335 proxy->StartPrintJob(testJob); in HWTEST_F()
H A Dprint_manager_client_test.cpp905 OHOS::Print::PrintJob testJob; in HWTEST_F() local
906 testJob.SetJobId("jobId-123"); in HWTEST_F()
911 [&testJob](const PrintJob &jobinfo) { in HWTEST_F()
912 EXPECT_EQ(testJob.GetJobId(), jobinfo.GetJobId()); in HWTEST_F()
919 int32_t ret = PrintManagerClient::GetInstance()->StartPrintJob(testJob); in HWTEST_F()
/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp119 PrintJob testJob; in TestStartPrintJob() local
120 testJob.SetJobId(dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH)); in TestStartPrintJob()
122 testJob.SetFdList(files); in TestStartPrintJob()
125 testJob.SetPageSize(pageSize); in TestStartPrintJob()
126 testJob.SetPrinterId(dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH)); in TestStartPrintJob()
127 testJob.SetOption(JOB_OPTIONS); in TestStartPrintJob()
128 PrintServiceAbility::GetInstance()->StartPrintJob(testJob); in TestStartPrintJob()
417 PrintJob testJob; in TestStartNativePrintJob() local
418 testJob.SetJobId(dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH)); in TestStartNativePrintJob()
420 testJob in TestStartNativePrintJob()
[all...]
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp504 PrintJob testJob; in HWTEST_F() local
506 testJob.SetJobId(jobId); in HWTEST_F()
507 testJob.SetPrinterId(GetDefaultPrinterId()); in HWTEST_F()
508 EXPECT_EQ(service->StartPrintJob(testJob), E_PRINT_INVALID_PRINTJOB); in HWTEST_F()
511 EXPECT_EQ(service->StartPrintJob(testJob), E_PRINT_INVALID_PRINTJOB); in HWTEST_F()
517 service->StartPrintJob(testJob); in HWTEST_F()

Completed in 18 milliseconds