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:printPageSize
(Results
1 - 6
of
6
) sorted by relevance
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H
A
D
print_page_size_test.cpp
203
OHOS::Print::PrintPageSize
printPageSize
;
in HWTEST_F()
local
204
EXPECT_FALSE(PrintPageSize::FindPageSizeById("ISO_AA",
printPageSize
));
in HWTEST_F()
205
EXPECT_TRUE(PrintPageSize::FindPageSizeById("ISO_A4",
printPageSize
));
in HWTEST_F()
208
EXPECT_TRUE(
printPageSize
== size);
in HWTEST_F()
/base/web/webview/ohos_adapter/print_manager_adapter/src/
H
A
D
print_manager_adapter_impl.cpp
126
Print::PrintPageSize
printPageSize
;
in ConvertPrintingParameters()
local
127
attrs.GetPageSize(
printPageSize
);
in ConvertPrintingParameters()
128
printPageSizeAdapter.width =
printPageSize
.GetWidth();
in ConvertPrintingParameters()
129
printPageSizeAdapter.height =
printPageSize
.GetHeight();
in ConvertPrintingParameters()
/base/print/print_fwk/services/print_service/src/
H
A
D
vendor_helper.cpp
417
void AddUniquePageSize(std::vector<PrintPageSize> &pageSizeList, const PrintPageSize &
printPageSize
)
in AddUniquePageSize()
argument
420
if (item.GetId() ==
printPageSize
.GetId()) {
in AddUniquePageSize()
424
pageSizeList.push_back(
printPageSize
);
in AddUniquePageSize()
450
PrintPageSize
printPageSize
;
in UpdatePageSizeCapability()
local
454
if (!id.empty() && PrintPageSize::FindPageSizeById(id,
printPageSize
)) {
in UpdatePageSizeCapability()
455
AddUniquePageSize(pageSizeList,
printPageSize
);
in UpdatePageSizeCapability()
463
if (!id.empty() && PrintPageSize::FindPageSizeById(id,
printPageSize
)) {
in UpdatePageSizeCapability()
464
AddUniquePageSize(pageSizeList,
printPageSize
);
in UpdatePageSizeCapability()
/base/print/print_fwk/frameworks/models/print_models/include/
H
A
D
print_attributes.h
70
void GetPageSize(PrintPageSize &
printPageSize
) const;
H
A
D
print_job.h
90
void GetPageSize(PrintPageSize &
printPageSize
) const;
/base/print/print_fwk/frameworks/ohprint/src/
H
A
D
print_capi.cpp
516
Print_PageSize
printPageSize
;
in BuildPrintAttributes()
local
519
printPageSize
.width = pageSize.GetWidth();
in BuildPrintAttributes()
520
printPageSize
.height = pageSize.GetHeight();
in BuildPrintAttributes()
521
attributes->pageSize =
printPageSize
;
in BuildPrintAttributes()
Completed in 4 milliseconds