Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:testJob
(Results
1 - 9
of
9
) sorted by relevance
/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H
A
D
print_cups_client_test.cpp
267
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
D
print_extension_callback_proxy_test.cpp
156
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
D
print_callback_proxy_test.cpp
190
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
D
print_service_stub_test.cpp
371
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
D
print_callback_stub_test.cpp
156
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
D
print_service_proxy_test.cpp
316
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
D
print_manager_client_test.cpp
905
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
D
printserviceability_fuzzer.cpp
119
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
D
print_service_ability_test.cpp
504
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 29 milliseconds