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:ErrorInfo
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/idl_tool/parser/
H
A
D
parser.h
46
class
ErrorInfo
: public LightRefCountBase {
class in OHOS::Idl::Parser
53
AutoPtr<
ErrorInfo
> next_;
111
AutoPtr<
ErrorInfo
> errors_;
H
A
D
parser.cpp
758
AutoPtr<
ErrorInfo
> error = new
ErrorInfo
();
in LogError()
773
ErrorInfo
* pos = errors_;
in LogError()
783
ErrorInfo
* error = errors_;
in ShowError()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/include/
H
A
D
dump_helper.h
50
struct
ErrorInfo
{
struct in OHOS::DistributedData::DumpHelper
91
std::list<
ErrorInfo
> errorInfo_;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
dump_helper_test.cpp
95
const OHOS::DistributedData::DumpHelper::
ErrorInfo
& lastError = dumpHelper.errorInfo_.back();
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H
A
D
dump_helper.cpp
302
ErrorInfo
error;
in AddErrorInfo()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H
A
D
wifi_settings_test.cpp
448
std::string checkReplyCode = R"({"resultInfo":[{"errorCode":"0","errorInfo":"","type":"
ErrorInfo
"}]})";
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H
A
D
web_delegate.cpp
4926
AceType::MakeRefPtr<WebError>(error->
ErrorInfo
(), error->ErrorCode())));
in OnErrorReceive()
Completed in 15 milliseconds