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:PRINT_INVALID_ID
(Results
1 - 7
of
7
) sorted by relevance
/base/print/print_fwk/frameworks/models/print_models/src/
H
A
D
print_preview_attribute.cpp
22
PrintPreviewAttribute::PrintPreviewAttribute() : hasResult_(false), result_(
PRINT_INVALID_ID
) {
in PrintPreviewAttribute()
49
result_ =
PRINT_INVALID_ID
;
in Reset()
H
A
D
print_utils.cpp
139
return
PRINT_INVALID_ID
;
in OpenFile()
146
return
PRINT_INVALID_ID
;
in OpenFile()
H
A
D
printer_info.cpp
26
printerIcon_(
PRINT_INVALID_ID
),
in PrinterInfo()
273
uint32_t iconId =
PRINT_INVALID_ID
;
in ReadFromParcel()
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H
A
D
print_preview_attribute_test.cpp
53
const uint32_t
PRINT_INVALID_ID
= 0xFFFFFFFF;
in HWTEST_F()
local
54
EXPECT_EQ(attribute.GetResult(),
PRINT_INVALID_ID
);
in HWTEST_F()
H
A
D
print_utils_test.cpp
217
EXPECT_EQ(
PRINT_INVALID_ID
, result);
in HWTEST_F()
229
EXPECT_EQ(
PRINT_INVALID_ID
, result);
in HWTEST_F()
267
EXPECT_NE(
PRINT_INVALID_ID
, result);
in HWTEST_F()
291
EXPECT_NE(
PRINT_INVALID_ID
, result);
in HWTEST_F()
/base/print/print_fwk/utils/include/
H
A
D
print_constant.h
81
const uint32_t
PRINT_INVALID_ID
= 0xFFFFFFFF; // -1
member
/base/print/print_fwk/frameworks/helper/print_helper/src/
H
A
D
printer_info_helper.cpp
44
if (info.GetPrinterIcon() !=
PRINT_INVALID_ID
) {
in MakeJsObject()
Completed in 5 milliseconds