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:ERROR_NONE
(Results
1 - 8
of
8
) sorted by relevance
/base/telephony/core_service/frameworks/cj/telephony_sim/src/
H
A
D
telephony_sim_impl.cpp
161
operatorName = errCode ==
ERROR_NONE
? ToUtf8(countryCode) : "";
in getISOCountryCodeForSim()
177
std::string operatorNumeric = errCode ==
ERROR_NONE
? ToUtf8(u16OperatorNumeric) : "";
in getSimOperatorNumeric()
192
std::string spn = errCode ==
ERROR_NONE
? ToUtf8(u16Spn) : "";
in getSimSpn()
269
if (errCode ==
ERROR_NONE
) {
in getSimAccountInfo()
284
if (errCode ==
ERROR_NONE
) {
in getActiveSimAccountInfoList()
318
std::string opkey = errCode ==
ERROR_NONE
? ToUtf8(u16Opkey) : "";
in getOpKey()
333
std::string opName = errCode ==
ERROR_NONE
? ToUtf8(u16OpName) : "";
in getOpName()
/base/telephony/core_service/frameworks/js/napi/
H
A
D
telephony_napi_common_error.h
28
ERROR_NONE
= 0,
/base/telephony/call_manager/interfaces/innerkits/
H
A
D
voip_call_manager_info.h
221
ERROR_NONE
= 0,
member in OHOS::Telephony::ErrorReason
267
ErrorReason errorReason = ErrorReason::
ERROR_NONE
;
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H
A
D
device_account_info.h
62
constexpr std::int32_t
ERROR_NONE
= 0;
member
198
return
ERROR_NONE
;
in WriteDataToParcel()
/base/telephony/cellular_data/frameworks/cj/src/
H
A
D
tel_cellular_data_impl.cpp
159
errCode =
ERROR_NONE
;
in GetCellularDataFlowType()
172
errCode =
ERROR_NONE
;
in GetCellularDataState()
/base/telephony/core_service/frameworks/js/sim/src/
H
A
D
napi_sim.cpp
489
simContext->context.resolved = (errorCode ==
ERROR_NONE
);
in NativeActivateSim()
521
simContext->context.resolved = (errorCode ==
ERROR_NONE
);
in NativeDeactivateSim()
586
if (errorCode ==
ERROR_NONE
) {
in NativeGetDefaultVoiceSimId()
636
if (errorCode ==
ERROR_NONE
) {
in NativeGetIsoForSim()
701
if (errorCode ==
ERROR_NONE
) {
in NativeGetSimOperatorNumeric()
765
if (errorCode ==
ERROR_NONE
) {
in NativeGetSimSpn()
824
if (errorCode ==
ERROR_NONE
) {
in NativeGetDsdsMode()
877
if (errorCode ==
ERROR_NONE
) {
in NativeGetSimAuthentication()
937
if (errorCode ==
ERROR_NONE
) {
in NativeGetSimState()
1000
if (errorCode ==
ERROR_NONE
) {
in NativeGetCardType()
[all...]
/base/telephony/core_service/frameworks/js/sim/include/
H
A
D
napi_sim.h
67
int32_t recordNumber =
ERROR_NONE
;
/base/telephony/core_service/frameworks/js/esim/src/
H
A
D
napi_esim.cpp
475
if (errorCode ==
ERROR_NONE
) {
in NativeGetEuiccInfo()
538
if (errorCode ==
ERROR_NONE
) {
in NativeGetDefaultSmdpAddress()
581
if (errorCode ==
ERROR_NONE
) {
in NativeSetDefaultSmdpAddress()
645
if (errorCode ==
ERROR_NONE
) {
in NativeSwitchToProfile()
709
if (errorCode ==
ERROR_NONE
) {
in NativeDeleteProfile()
775
if (errorCode ==
ERROR_NONE
) {
in NativeResetMemory()
850
if (errorCode ==
ERROR_NONE
) {
in NativeDownloadProfile()
918
if (errorCode ==
ERROR_NONE
) {
in NativeGetDownloadableProfiles()
983
if (errorCode ==
ERROR_NONE
) {
in NativeGetOsuStatus()
1024
if (errorCode ==
ERROR_NONE
) {
in NativeStartOsu()
[all...]
Completed in 13 milliseconds