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:GetPageSize
(Results
1 - 18
of
18
) sorted by relevance
/base/hiviewdfx/hiview/base/event_store/config/include/
H
A
D
event_store_config.h
34
uint32_t
GetPageSize
(int eventType);
/base/hiviewdfx/hiview/base/event_store/config/src/
H
A
D
event_store_config.cpp
97
uint32_t EventStoreConfig::
GetPageSize
(int eventType)
in GetPageSize()
function in OHOS::HiviewDFX::EventStore::EventStoreConfig
/base/print/print_fwk/frameworks/models/print_models/include/
H
A
D
printer_capability.h
43
void
GetPageSize
(std::vector<PrintPageSize> &pageSizeList) const;
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/hiviewdfx/hiview/base/event_store/utility/writer/
H
A
D
sys_event_doc_writer.cpp
144
uint32_t pageSize = EventStoreConfig::GetInstance().
GetPageSize
(sysEvent->eventType_);
in WriteHeader()
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H
A
D
print_attributes_test.cpp
176
printAttributes.
GetPageSize
(getPageSize);
in HWTEST_F()
H
A
D
print_job_test.cpp
292
job.
GetPageSize
(getPageSize);
in HWTEST_F()
/base/web/webview/ohos_adapter/print_manager_adapter/src/
H
A
D
print_manager_adapter_impl.cpp
127
attrs.
GetPageSize
(printPageSize);
in ConvertPrintingParameters()
/base/print/print_fwk/frameworks/models/print_models/src/
H
A
D
print_attributes.cpp
184
void PrintAttributes::
GetPageSize
(PrintPageSize &pageSize) const
in GetPageSize()
function in OHOS::Print::PrintAttributes
H
A
D
print_utils.cpp
255
attrParam.
GetPageSize
(pageSizeAttr);
in ParseAttributesObjectParamForJson()
H
A
D
print_job.cpp
242
void PrintJob::
GetPageSize
(PrintPageSize &pageSize) const
in GetPageSize()
function in OHOS::Print::PrintJob
H
A
D
printer_capability.cpp
143
void PrinterCapability::
GetPageSize
(std::vector<PrintPageSize> &pageSizeList) const
in GetPageSize()
function in OHOS::Print::PrinterCapability
/base/print/print_fwk/frameworks/helper/print_helper/src/
H
A
D
print_attributes_helper.cpp
173
attributes.
GetPageSize
(pageSize);
in CreatePageSize()
H
A
D
print_job_helper.cpp
229
job.
GetPageSize
(pageSize);
in CreatePageSize()
/base/print/print_fwk/services/print_service/src/
H
A
D
print_system_data.cpp
655
cupsPrinterCaps.
GetPageSize
(pageSizeList);
712
caps.
GetPageSize
(pageSizeList);
H
A
D
print_cups_client.cpp
1606
jobInfo.
GetPageSize
(pageSize);
in GetMedieSize()
/base/print/print_fwk/frameworks/ohprint/src/
H
A
D
print_capi.cpp
518
attrs.
GetPageSize
(pageSize);
in BuildPrintAttributes()
Completed in 13 milliseconds