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:DEFAULT_ERROR
(Results
1 - 12
of
12
) sorted by relevance
/base/telephony/sms_mms/frameworks/js/napi/include/
H
A
D
napi_mms.h
51
int32_t charset =
DEFAULT_ERROR
;
65
int32_t charset =
DEFAULT_ERROR
;
79
uint16_t version =
DEFAULT_ERROR
;
85
int32_t expiry =
DEFAULT_ERROR
;
86
uint8_t priority =
DEFAULT_ERROR
;
97
int32_t expiry =
DEFAULT_ERROR
;
98
uint16_t version =
DEFAULT_ERROR
;
104
uint32_t charset =
DEFAULT_ERROR
;
110
uint16_t version =
DEFAULT_ERROR
;
118
uint16_t version =
DEFAULT_ERROR
;
[all...]
H
A
D
napi_sms.h
38
const int32_t
DEFAULT_ERROR
= -1;
member
158
int32_t msgIndex =
DEFAULT_ERROR
;
164
int32_t msgIndex =
DEFAULT_ERROR
;
179
int32_t startMessageId =
DEFAULT_ERROR
;
180
int32_t endMessageId =
DEFAULT_ERROR
;
181
int32_t ranType =
DEFAULT_ERROR
;
/base/telephony/core_service/frameworks/js/network_search/include/
H
A
D
napi_radio.h
41
constexpr int
DEFAULT_ERROR
= ERROR_SERVICE_UNAVAILABLE;
member
141
int status =
DEFAULT_ERROR
;
142
int32_t result =
DEFAULT_ERROR
;
155
int32_t csTech =
DEFAULT_ERROR
;
156
int32_t psTech =
DEFAULT_ERROR
;
166
int32_t selectMode =
DEFAULT_ERROR
;
171
int32_t selectMode =
DEFAULT_ERROR
;
224
int32_t preferredNetworkMode =
DEFAULT_ERROR
;
229
int32_t networkCapabilityType =
DEFAULT_ERROR
;
230
int32_t networkCapabilityState =
DEFAULT_ERROR
;
[all...]
/base/telephony/core_service/frameworks/js/vcard/include/
H
A
D
napi_vcard.h
32
const int32_t
DEFAULT_ERROR
= -1;
member
46
int32_t accountId =
DEFAULT_ERROR
;
/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H
A
D
telephony_radio_utils.h
30
constexpr int
DEFAULT_ERROR
= ERROR_SERVICE_UNAVAILABLE;
member
304
int32_t selectMode =
DEFAULT_ERROR
;
/base/telephony/core_service/frameworks/js/esim/include/
H
A
D
napi_esim.h
37
const int32_t
DEFAULT_ERROR
= -1;
member
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
i_network_search_callback_stub.h
28
static const int32_t
DEFAULT_ERROR
= -1;
member in OHOS::Telephony::INetworkSearchCallbackStub
/base/startup/init/test/unittest/param/
H
A
D
param_stub.h
45
#define
DEFAULT_ERROR
(-65535)
macro
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H
A
D
screenlock_common.h
120
constexpr std::int32_t
DEFAULT_ERROR
= -1;
member
/base/telephony/core_service/frameworks/native/src/
H
A
D
i_network_search_callback_stub.cpp
65
return
DEFAULT_ERROR
;
in OnNetworkSearchCallback()
/base/telephony/sms_mms/frameworks/js/napi/src/
H
A
D
napi_mms.cpp
1171
if (it->charset !=
DEFAULT_ERROR
) {
in SetAttachmentToCore()
/base/telephony/core_service/frameworks/js/network_search/src/
H
A
D
napi_radio.cpp
850
return
DEFAULT_ERROR
;
in WrapJsSelectMode()
Completed in 14 milliseconds