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:operatorNumeric_
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/core_service/frameworks/native/src/
H
A
D
network_information.cpp
33
operatorNumeric_
= operatorNumeric;
in SetOperateInformation()
55
return
operatorNumeric_
;
in GetOperatorNumeric()
67
operatorNumeric_
= Str16ToStr8(parcel.ReadString16());
in ReadFromParcel()
91
if (!parcel.WriteString16(Str8ToStr16(
operatorNumeric_
))) {
in Marshalling()
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
network_information.h
49
std::string
operatorNumeric_
;
member in OHOS::Telephony::NetworkPlmnState::NetworkRat::NetworkInformation
/base/telephony/core_service/services/sim/src/
H
A
D
ruim_file.cpp
46
if (
operatorNumeric_
.empty()) {
in ObtainSimOperator()
53
operatorNumeric_
= imsi.substr(0, MCC_LEN + lengthOfMnc_);
in ObtainSimOperator()
56
if (
operatorNumeric_
.empty() && IsValidDecValue(mcc)) {
in ObtainSimOperator()
57
operatorNumeric_
= imsi.substr(0, MCC_LEN + MccPool::ShortestMncLengthFromMcc(std::stoi(mcc)));
in ObtainSimOperator()
60
return
operatorNumeric_
;
in ObtainSimOperator()
H
A
D
icc_file.cpp
204
return
operatorNumeric_
;
in ObtainSimOperator()
273
bool roaming = (plmn.compare(
operatorNumeric_
) == 0 ? false : true);
in ObtainEons()
747
operatorNumeric_
= "";
in ClearData()
H
A
D
sim_file.cpp
94
if (
operatorNumeric_
.empty()) {
in ObtainSimOperator()
106
operatorNumeric_
= ((imsiLen >= length) ? imsi.substr(0, MCC_LEN + lengthOfMnc_) : "");
in ObtainSimOperator()
108
return
operatorNumeric_
;
in ObtainSimOperator()
1306
operatorNumeric_
= imsi.substr(0, lenNum);
in OnMccMncLoaded()
1307
TELEPHONY_LOGI("SimFile OnMccMncLoaded MCCMNC:%{public}s",
operatorNumeric_
.c_str());
in OnMccMncLoaded()
1308
FileChangeToExt(
operatorNumeric_
, FileChangeType::G_MCCMNC_FILE_LOAD);
in OnMccMncLoaded()
/base/telephony/core_service/services/sim/include/
H
A
D
icc_file.h
140
std::string
operatorNumeric_
= "";
member in OHOS::Telephony::IccFile
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
zero_branch_test.cpp
535
simFile->
operatorNumeric_
= "20404";
in HWTEST_F()
537
simFile->
operatorNumeric_
= "45431";
in HWTEST_F()
539
simFile->
operatorNumeric_
= "46003";
in HWTEST_F()
Completed in 12 milliseconds