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:copyNumber_
(Results
1 - 6
of
6
) sorted by relevance
/base/print/print_fwk/frameworks/models/print_models/src/
H
A
D
print_attributes.cpp
22
: hasCopyNumber_(false),
copyNumber_
(0), hasPageRange_(false), hasSequential_(false), isSequential_(false),
in PrintAttributes()
34
copyNumber_
= right.
copyNumber_
;
in PrintAttributes()
59
copyNumber_
= right.
copyNumber_
;
in operator =()
89
copyNumber_
= copyNumber;
in SetCopyNumber()
149
copyNumber_
= jobInfo.
copyNumber_
;
in UpdateParams()
172
return
copyNumber_
;
in GetCopyNumber()
411
PRINT_HILOGD("
copyNumber_
in Dump()
[all...]
H
A
D
print_job.cpp
23
subState_(PRINT_JOB_BLOCKED_UNKNOWN),
copyNumber_
(0),
in PrintJob()
39
copyNumber_
= right.
copyNumber_
;
in PrintJob()
64
copyNumber_
= right.
copyNumber_
;
in operator =()
129
copyNumber_
= copyNumber;
in SetCopyNumber()
187
copyNumber_
= jobInfo.
copyNumber_
;
in UpdateParams()
230
return
copyNumber_
;
in GetCopyNumber()
417
PRINT_HILOGD("
copyNumber_
in Dump()
[all...]
/base/print/print_fwk/frameworks/models/print_models/include/
H
A
D
print_attributes.h
126
uint32_t
copyNumber_
;
member in OHOS::Print::final
H
A
D
print_job.h
128
uint32_t
copyNumber_
;
member in OHOS::Print::final
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H
A
D
print_attributes_test.cpp
78
EXPECT_EQ(printAttributes.
copyNumber_
, 1);
in HWTEST_F()
H
A
D
print_utils_test.cpp
329
EXPECT_EQ(adapterParam->printAttributes.
copyNumber_
, 1);
in HWTEST_F()
Completed in 4 milliseconds