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:GetErrorCode
(Results
1 - 14
of
14
) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H
A
D
error.h
41
int
GetErrorCode
(int errCode);
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H
A
D
error.cpp
34
int
GetErrorCode
(int errCode)
in GetErrorCode()
function
H
A
D
hiappevent_ffi.cpp
202
return
GetErrorCode
(code);
in FfiOHOSHiAppEventWrite()
/base/request/request/pre_download/netstack_rs/src/
H
A
D
error.rs
27
let code = HttpErrorCode::try_from(inner.
GetErrorCode
())
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
H
A
D
feature_analysis.h
63
int
GetErrorCode
() const { return errorCode_; };
in GetErrorCode()
function in OHOS::HiviewDFX::FeatureAnalysis
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_send_indexer.h
49
uint8_t
GetErrorCode
() const;
/base/telephony/sms_mms/services/sms/
H
A
D
sms_send_indexer.cpp
212
uint8_t SmsSendIndexer::
GetErrorCode
() const
in GetErrorCode()
function in OHOS::Telephony::SmsSendIndexer
H
A
D
sms_sender.cpp
369
if ((smsIndexer->
GetErrorCode
() == static_cast<int32_t>(ErrType::ERR_GENERIC_FAILURE)) ||
in HandleResend()
370
(smsIndexer->
GetErrorCode
() == static_cast<int32_t>(ErrType::ERR_CMD_SEND_FAILURE))) {
in HandleResend()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
web_scheme_handler_request.h
80
int32_t
GetErrorCode
();
H
A
D
web_scheme_handler_request.cpp
284
int32_t WebSchemeHandlerResponse::
GetErrorCode
()
in GetErrorCode()
function in OHOS::NWeb::WebSchemeHandlerResponse
H
A
D
napi_web_scheme_handler_request.cpp
798
int32_t result = response->
GetErrorCode
();
in JS_GetNetErrorCode()
/base/security/device_auth/frameworks/deviceauth_lite/source/
H
A
D
hichain.c
64
static int32_t
GetErrorCode
(const struct uint8_buff *data, int32_t *errorCode);
191
GetErrorCode
(data, &errorCode);
in receive_data()
939
static int32_t
GetErrorCode
(const struct uint8_buff *data, int32_t *errorCode)
in GetErrorCode()
function
/base/telephony/sms_mms/services/mms/
H
A
D
mms_network_client.cpp
525
TELEPHONY_LOGE("OnFailed, errorCode:%{public}d", error.
GetErrorCode
());
in HttpCallBack()
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_sms_test.cpp
2469
smsIndexer->
GetErrorCode
();
in HWTEST_F()
Completed in 15 milliseconds