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:duplexCode
(Results
1 - 4
of
4
) sorted by relevance
/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H
A
D
print_cups_client_test.cpp
1466
uint32_t
duplexCode
= 0;
in HWTEST_F()
local
1467
std::string ret0 = printCupsClient.GetDulpexString(
duplexCode
);
in HWTEST_F()
1470
duplexCode
= 1;
in HWTEST_F()
1471
std::string ret1 = printCupsClient.GetDulpexString(
duplexCode
);
in HWTEST_F()
1474
duplexCode
= 2;
in HWTEST_F()
1475
std::string ret2 = printCupsClient.GetDulpexString(
duplexCode
);
in HWTEST_F()
1478
duplexCode
= 3;
in HWTEST_F()
1479
std::string ret3 = printCupsClient.GetDulpexString(
duplexCode
);
in HWTEST_F()
/base/print/print_fwk/services/print_service/include/
H
A
D
print_cups_client.h
139
std::string GetDulpexString(uint32_t
duplexCode
);
/base/print/print_fwk/test/fuzztest/printcupsclient_fuzzer/
H
A
D
printcupsclient_fuzzer.cpp
178
uint32_t
duplexCode
= dataProvider->ConsumeIntegralInRange<uint32_t>(0, MAX_SET_NUMBER);
in TestGetDulpexString()
local
179
PrintCupsClient::GetInstance()->GetDulpexString(
duplexCode
);
in TestGetDulpexString()
/base/print/print_fwk/services/print_service/src/
H
A
D
print_cups_client.cpp
1610
std::string PrintCupsClient::GetDulpexString(uint32_t
duplexCode
)
in GetDulpexString()
argument
1612
DuplexModeCode duplex = static_cast<DuplexModeCode>(
duplexCode
);
in GetDulpexString()
Completed in 8 milliseconds