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:ScanErrorCode
(Results
1 - 7
of
7
) sorted by relevance
/base/print/print_fwk/utils/include/
H
A
D
scan_util.h
32
static
ScanErrorCode
ConvertErro(const SANE_Status status);
36
inline
ScanErrorCode
ScanUtil::ConvertErro(const SANE_Status status)
in ConvertErro()
38
return static_cast<
ScanErrorCode
> (status + E_SCAN_GOOD);
in ConvertErro()
H
A
D
scan_constant.h
102
enum
ScanErrorCode
{
enum
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H
A
D
scan_progress.h
39
void SetTaskCode(
ScanErrorCode
taskCode);
47
[[nodiscard]]
ScanErrorCode
GetTaskCode() const;
60
ScanErrorCode
taskCode;
/base/print/print_fwk/test/unittest/service_test/
H
A
D
scan_service_ability_test.cpp
48
std::set<
ScanErrorCode
> allStatus;
410
EXPECT_TRUE(
ScanErrorCode
.count(status))
in HWTEST_F()
424
EXPECT_TRUE(
ScanErrorCode
.count(status))
in HWTEST_F()
438
EXPECT_TRUE(
ScanErrorCode
.count(status))
in HWTEST_F()
451
EXPECT_TRUE(
ScanErrorCode
.count(status))
in HWTEST_F()
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H
A
D
scan_progress.cpp
77
void ScanProgress::SetTaskCode(
ScanErrorCode
taskCode)
in SetTaskCode()
107
ScanErrorCode
ScanProgress::GetTaskCode() const
in GetTaskCode()
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H
A
D
scanhelper_fuzzer.cpp
319
scanProg.SetTaskCode(static_cast<
ScanErrorCode
>(taskCode));
in TestSetTaskCode()
327
scanProg.SetTaskCode(static_cast<
ScanErrorCode
>(taskCode));
in TestScanProgress()
/base/print/print_fwk/services/scan_service/src/
H
A
D
scan_service_ability.cpp
1849
ScanErrorCode
taskCode = ScanUtil::ConvertErro(saneStatus);
in GetPicFrame()
Completed in 8 milliseconds