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:defaultDuplexMode
(Results
1 - 5
of
5
) sorted by relevance
/base/print/print_fwk/frameworks/ohprint/include/
H
A
D
ohprint.h
356
Print_DuplexMode
defaultDuplexMode
;
member
/base/print/print_fwk/services/print_service/src/
H
A
D
vendor_helper.cpp
308
PRINT_HILOGD("default duplex mode = %{public}u", static_cast<uint32_t>(defaultValue->
defaultDuplexMode
));
in LogDefaultValue()
679
uint32_t
defaultDuplexMode
= static_cast<uint32_t>(defaultValue->
defaultDuplexMode
);
in UpdatePrinterCapability()
local
680
printerCap.SetPrinterAttrNameAndValue("sides-default", std::to_string(
defaultDuplexMode
).c_str());
in UpdatePrinterCapability()
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H
A
D
vendor_helper_test.cpp
100
defaultValue.
defaultDuplexMode
= DUPLEX_MODE_ONE_SIDED;
in BuildDefaultValue()
H
A
D
vendor_bsuni_driver_test.cpp
365
defaultValue.
defaultDuplexMode
= DUPLEX_MODE_ONE_SIDED;
in BuildDefaultValue()
/base/print/print_fwk/frameworks/ohprint/src/
H
A
D
print_helper.cpp
486
ConvertDuplexMode(std::atoi(defaultDuplex.c_str()), nativePrinterInfo.defaultValue.
defaultDuplexMode
);
in ParsePrinterPreference()
535
ConvertDuplexMode(cap.GetDuplexMode(), nativePrinterInfo->defaultValue.
defaultDuplexMode
);
in ConvertToNativePrinterInfo()
Completed in 5 milliseconds