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:lengthOfMnc_
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/core_service/services/sim/src/
H
A
D
sim_file.cpp
62
if ((
lengthOfMnc_
== UNINITIALIZED_MNC) || (
lengthOfMnc_
== UNKNOWN_MNC)) {
in ObtainMCC()
66
int length = MCC_LEN +
lengthOfMnc_
;
in ObtainMCC()
81
if ((
lengthOfMnc_
== UNINITIALIZED_MNC) || (
lengthOfMnc_
== UNKNOWN_MNC)) {
in ObtainMNC()
85
int length = MCC_LEN +
lengthOfMnc_
;
in ObtainMNC()
87
mnc_ = ((imsiLen >= length) ? imsi.substr(MCC_LEN,
lengthOfMnc_
) : "");
in ObtainMNC()
100
if ((
lengthOfMnc_
== UNINITIALIZED_MNC) || (
lengthOfMnc_
== UNKNOWN_MNC)) {
in ObtainSimOperator()
104
int length = MCC_LEN +
lengthOfMnc_
;
in ObtainSimOperator()
[all...]
H
A
D
ruim_file.cpp
52
if ((
lengthOfMnc_
!= UNINITIALIZED_MNC) && (
lengthOfMnc_
!= UNKNOWN_MNC)) {
in ObtainSimOperator()
53
operatorNumeric_ = imsi.substr(0, MCC_LEN +
lengthOfMnc_
);
in ObtainSimOperator()
245
isSizeEnough = imsiSize >= MCC_LEN +
lengthOfMnc_
;
in ProcessGetImsiDone()
246
if ((
lengthOfMnc_
!= UNINITIALIZED_MNC) && (
lengthOfMnc_
!= UNKNOWN_MNC) && isSizeEnough) {
in ProcessGetImsiDone()
247
mnc = imsi_.substr(MCC_LEN,
lengthOfMnc_
);
in ProcessGetImsiDone()
H
A
D
icc_file.cpp
330
return
lengthOfMnc_
;
in ObtainLengthOfMnc()
750
lengthOfMnc_
= UNINITIALIZED_MNC;
in ClearData()
/base/telephony/core_service/services/sim/include/
H
A
D
icc_file.h
154
int
lengthOfMnc_
= UNINITIALIZED_MNC;
member in OHOS::Telephony::IccFile
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
zero_branch_test.cpp
576
simFile->
lengthOfMnc_
= OBTAIN_SPN_GENERAL;
in HWTEST_F()
578
simFile->
lengthOfMnc_
= UNKNOWN_MNC;
in HWTEST_F()
580
simFile->
lengthOfMnc_
= UNINITIALIZED_MNC;
in HWTEST_F()
655
simFile->
lengthOfMnc_
= UNKNOWN_MNC;
in HWTEST_F()
657
simFile->
lengthOfMnc_
= UNINITIALIZED_MNC;
in HWTEST_F()
Completed in 13 milliseconds