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:errorObject
(Results
1 - 4
of
4
) sorted by relevance
/base/theme/wallpaper_mgr/frameworks/js/napi/
H
A
D
js_error.cpp
35
JsErrorInfo
errorObject
;
in ConvertErrorCode()
local
38
errorObject
.code = static_cast<int32_t>(ErrorThrowType::PARAMETER_ERROR);
in ConvertErrorCode()
39
errorObject
.message = std::string(PARAMETER_ERROR_MESSAGE);
in ConvertErrorCode()
42
errorObject
.code = static_cast<int32_t>(ErrorThrowType::PERMISSION_ERROR);
in ConvertErrorCode()
43
errorObject
.message = PERMISSION_DENIED_MESSAGE;
in ConvertErrorCode()
46
errorObject
.code = static_cast<int32_t>(ErrorThrowType::SYSTEM_APP_PERMISSION_ERROR);
in ConvertErrorCode()
47
errorObject
.message = PERMISSION_FAILED_MESSAGE;
in ConvertErrorCode()
53
return
errorObject
;
in ConvertErrorCode()
/base/hiviewdfx/hicollie/interfaces/ndk/
H
A
D
report_data.cpp
55
if (!parcel.WriteString(
errorObject
.name)) {
in Marshalling()
56
XCOLLIE_LOGE("Name [%{public}s] write string failed.",
errorObject
.name.c_str());
in Marshalling()
60
if (!parcel.WriteString(
errorObject
.message)) {
in Marshalling()
61
XCOLLIE_LOGE("Message [%{public}s] write string failed.",
errorObject
.message.c_str());
in Marshalling()
65
if (!parcel.WriteString(
errorObject
.stack)) {
in Marshalling()
66
XCOLLIE_LOGE("Stack [%{public}s] write string failed.",
errorObject
.stack.c_str());
in Marshalling()
H
A
D
hicollie.cpp
84
reportData.
errorObject
.message = "Bussiness thread is not response!";
in Report()
88
reportData.
errorObject
.name = "BUSSINESS_THREAD_BLOCK_6S";
in Report()
92
reportData.
errorObject
.name = "BUSSINESS_THREAD_BLOCK_3S";
in Report()
97
reportData.
errorObject
.stack = "";
in Report()
/base/hiviewdfx/hicollie/interfaces/ndk/include/
H
A
D
report_data.h
44
ErrorObject
errorObject
;
member
Completed in 3 milliseconds