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:resolutionList
(Results
1 - 7
of
7
) sorted by relevance
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H
A
D
printer_capability_test.cpp
170
std::vector<PrintResolution>
resolutionList
;
in HWTEST_F()
local
177
capability.SetResolution(
resolutionList
);
in HWTEST_F()
192
std::vector<PrintResolution>
resolutionList
;
in HWTEST_F()
local
211
std::vector<PrintResolution>
resolutionList
;
in HWTEST_F()
local
217
capability.SetResolution(
resolutionList
);
in HWTEST_F()
/base/print/print_fwk/frameworks/models/print_models/include/
H
A
D
printer_capability.h
47
void GetResolution(std::vector<PrintResolution> &
resolutionList
) const;
85
void SetResolution(const std::vector<PrintResolution>&
resolutionList
);
/base/print/print_fwk/frameworks/models/print_models/src/
H
A
D
printer_capability.cpp
111
void PrinterCapability::SetResolution(const std::vector<PrintResolution> &
resolutionList
)
in SetResolution()
argument
114
resolutionList_.assign(
resolutionList
.begin(),
resolutionList
.end());
in SetResolution()
153
void PrinterCapability::GetResolution(std::vector<PrintResolution> &
resolutionList
) const
in GetResolution()
155
resolutionList
.assign(resolutionList_.begin(), resolutionList_.end());
in GetResolution()
/base/print/print_fwk/frameworks/helper/print_helper/src/
H
A
D
printer_capability_helper.cpp
108
std::vector<PrintResolution>
resolutionList
;
in CreateResolutionList()
local
109
uint32_t arrLength =
resolutionList
.size();
in CreateResolutionList()
112
napi_value value = PrintResolutionHelper::MakeJsObject(env,
resolutionList
[index]);
in CreateResolutionList()
/base/print/print_fwk/services/print_service/src/
H
A
D
print_system_data.cpp
385
std::vector<PrintResolution>
resolutionList
;
in ConvertPrintResolutionToJson()
local
386
printerCapability.GetResolution(
resolutionList
);
in ConvertPrintResolutionToJson()
387
for (auto iter :
resolutionList
) {
in ConvertPrintResolutionToJson()
H
A
D
vendor_helper.cpp
551
std::vector<PrintResolution>
resolutionList
;
in UpdateResolutionCapability()
local
560
resolutionList
.push_back(printResolution);
in UpdateResolutionCapability()
566
printerCap.SetResolution(
resolutionList
);
in UpdateResolutionCapability()
/base/print/print_fwk/test/unittest/service_test/
H
A
D
print_system_data_test.cpp
514
std::vector<PrintResolution>
resolutionList
;
in HWTEST_F()
local
515
printerCapability.SetResolution(
resolutionList
);
in HWTEST_F()
529
std::vector<PrintResolution>
resolutionList
;
in HWTEST_F()
local
530
printerCapability.SetResolution(
resolutionList
);
in HWTEST_F()
Completed in 8 milliseconds