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:defaultPageSizeId
(Results
1 - 6
of
6
) sorted by relevance
/base/print/print_fwk/frameworks/ohprint/src/
H
A
D
print_helper.cpp
164
SAFE_DELETE_ARRAY(defaultValue.
defaultPageSizeId
);
in ReleaseDefaultValue()
239
if (cupsOpt.contains("
defaultPageSizeId
")) {
in ParseMediaOpt()
240
std::string
defaultPageSizeId
= cupsOpt["
defaultPageSizeId
"].get<std::string>();
in ParseMediaOpt()
local
241
PRINT_HILOGD("
defaultPageSizeId
%{public}s",
defaultPageSizeId
.c_str());
in ParseMediaOpt()
242
nativePrinterInfo.defaultValue.
defaultPageSizeId
= CopyString(
defaultPageSizeId
);
in ParseMediaOpt()
495
nativePrinterInfo.defaultValue.
defaultPageSizeId
=
in ParsePrinterPreference()
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H
A
D
vendor_helper_test.cpp
102
defaultValue.
defaultPageSizeId
= "ISO_A4";
in BuildDefaultValue()
230
EXPECT_EQ(defaultValue.
defaultPageSizeId
, "ISO_A4");
in HWTEST_F()
H
A
D
vendor_bsuni_driver_test.cpp
367
defaultValue.
defaultPageSizeId
= "ISO_A4";
in BuildDefaultValue()
/base/print/print_fwk/frameworks/ohprint/include/
H
A
D
ohprint.h
360
char *
defaultPageSizeId
;
member
/base/print/print_fwk/services/print_service/src/
H
A
D
print_cups_attribute.cpp
186
std::string
defaultPageSizeId
;
in ParsePageSizeAttributes()
local
188
if (ParseAttributeToValue<std::string>(response, keyword,
defaultPageSizeId
, ConvertPageSizeId)) {
in ParsePageSizeAttributes()
189
printerCaps.SetPrinterAttrNameAndValue("
defaultPageSizeId
",
defaultPageSizeId
.c_str());
in ParsePageSizeAttributes()
H
A
D
vendor_helper.cpp
312
if (defaultValue->
defaultPageSizeId
!= nullptr) {
in LogDefaultValue()
313
PRINT_HILOGD("
defaultPageSizeId
= %{public}s", defaultValue->
defaultPageSizeId
);
in LogDefaultValue()
431
printerCap.SetPrinterAttrNameAndValue("
defaultPageSizeId
", pageId.c_str());
in UpdateDefaultPageSizeId()
445
if (defaultValue != nullptr && defaultValue->
defaultPageSizeId
!= nullptr) {
in UpdatePageSizeCapability()
446
defaultPageId = defaultValue->
defaultPageSizeId
;
in UpdatePageSizeCapability()
Completed in 7 milliseconds