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 - 14
of
14
) sorted by relevance
/base/print/print_fwk/services/print_service/src/
H
A
D
print_security_guard_info.cpp
54
printTypeInfo_.
copyNumber
= static_cast<int32_t>(printJob.GetCopyNumber());
in setPrintTypeInfo()
90
printTypeInfoJson["
copyNumber
"] = printTypeInfo_.
copyNumber
;
in ToJson()
/base/print/print_fwk/services/print_service/include/
H
A
D
print_security_guard_info.h
39
int32_t
copyNumber
= 1;
member
/base/print/print_fwk/frameworks/ohprint/include/
H
A
D
ohprint.h
422
uint32_t
copyNumber
;
member
478
uint32_t
copyNumber
;
member
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
print_manager_adapter.h
43
uint32_t
copyNumber
;
member
/base/print/print_fwk/frameworks/models/print_models/include/
H
A
D
print_attributes.h
42
void SetCopyNumber(uint32_t
copyNumber
);
H
A
D
print_job.h
52
void SetCopyNumber(uint32_t
copyNumber
);
/base/print/print_fwk/frameworks/models/print_models/src/
H
A
D
print_attributes.cpp
86
void PrintAttributes::SetCopyNumber(uint32_t
copyNumber
)
in SetCopyNumber()
argument
89
copyNumber_ =
copyNumber
;
in SetCopyNumber()
H
A
D
print_job.cpp
127
void PrintJob::SetCopyNumber(uint32_t
copyNumber
)
in SetCopyNumber()
argument
129
copyNumber_ =
copyNumber
;
in SetCopyNumber()
/base/print/print_fwk/frameworks/helper/print_helper/src/
H
A
D
print_attributes_helper.cpp
21
static constexpr const char *PARAM_JOB_COPYNUMBER = "
copyNumber
";
76
uint32_t
copyNumber
= NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_JOB_COPYNUMBER);
in BuildFromJs()
local
77
nativeObj->SetCopyNumber(
copyNumber
);
in BuildFromJs()
H
A
D
print_job_helper.cpp
30
static constexpr const char *PARAM_JOB_COPYNUMBER = "
copyNumber
";
129
uint32_t
copyNumber
= NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_JOB_COPYNUMBER);
in BuildFromJs()
local
138
nativeObj->SetCopyNumber(
copyNumber
);
in BuildFromJs()
/base/web/webview/ohos_adapter/print_manager_adapter/src/
H
A
D
print_manager_adapter_impl.cpp
114
printAttributesAdapter.
copyNumber
= attrs.GetCopyNumber();
in ConvertPrintingParameters()
/base/print/print_fwk/frameworks/ohprint/src/
H
A
D
print_helper.cpp
637
if (nativePrintJob.fdList == nullptr || nativePrintJob.
copyNumber
<= 0) {
in ConvertNativeJobToPrintJob()
651
printJob.SetCopyNumber(nativePrintJob.
copyNumber
);
in ConvertNativeJobToPrintJob()
H
A
D
print_capi.cpp
498
attributes->
copyNumber
= attrs.GetCopyNumber();
in BuildPrintAttributes()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
napi_webview_controller.cpp
5095
napi_value
copyNumber
= nullptr;
in ParseWebPrintAttrParams()
local
5104
napi_get_named_property(env, obj, "
copyNumber
", &
copyNumber
);
in ParseWebPrintAttrParams()
5113
if (
copyNumber
) {
in ParseWebPrintAttrParams()
5114
NapiParseUtils::ParseUint32(env,
copyNumber
, printAttr.
copyNumber
);
in ParseWebPrintAttrParams()
Completed in 20 milliseconds