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:mnc_
(Results
1 - 14
of
14
) sorted by relevance
/base/telephony/core_service/frameworks/native/src/
H
A
D
cell_information.cpp
45
mnc_
= mnc_str;
in Init()
48
mnc_
= std::to_string(mnc);
in Init()
57
mnc_
= mnc;
in Init()
75
return
mnc_
;
in GetMnc()
131
mnc_
= gsmCell.
mnc_
;
in GsmCellInformation()
145
mnc_
= gsmCell.
mnc_
;
in operator =()
159
return mcc_ == other.mcc_ &&
mnc_
== other.
mnc_
in operator ==()
[all...]
H
A
D
profile_info_list_parcel.cpp
31
!parcel.ReadString16(profile.carrierId_.mcc_) || !parcel.ReadString16(profile.carrierId_.
mnc_
) ||
in ReadProfileFromParcel()
100
!parcel.WriteString16(profile.carrierId_.
mnc_
) ||
in Marshalling()
H
A
D
core_service_proxy.cpp
3235
euiccProfile.carrierId_.
mnc_
= reply.ReadString16();
in ReadEuiccProfileFromReply()
3425
ci.
mnc_
= reply.ReadString16();
in ParseRulesAuthTableReply()
/base/global/resource_management/frameworks/resmgr/src/
H
A
D
res_config_impl.cpp
49
mnc_
(MNC_UNDEFINED),
in ResConfigImpl()
187
this->
mnc_
= mnc;
in SetMnc()
274
return this->
mnc_
;
in GetMnc()
419
if (!IsMccMncMatch(other->mcc_, other->
mnc_
)) {
in Match()
457
if (mnc == MNC_UNDEFINED || this->
mnc_
== mnc) {
in IsMccMncMatch()
522
int ret = IsMccMncMoreSuitable(other->mcc_, other->
mnc_
, request->mcc_, request->
mnc_
);
in IsMoreSuitable()
582
bool isMccOrMncDiff = this->mcc_ != otherMcc || this->
mnc_
!= otherMnc;
in IsMccMncMoreSuitable()
584
int weightsThis = static_cast<int>(this->mcc_ != MCC_UNDEFINED) + static_cast<int>(this->
mnc_
!= MNC_UNDEFINED);
in IsMccMncMoreSuitable()
692
if (this->mcc_ != MCC_UNDEFINED && this->
mnc_
!
in IsMoreSpecificThan()
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
esim_state_type.h
116
std::u16string
mnc_
= u"";
member
141
std::u16string
mnc_
= u"";
member
H
A
D
cell_information.h
94
std::string
mnc_
= "";
member in OHOS::Telephony::CellInformation
/base/global/resource_management/frameworks/resmgr/include/
H
A
D
res_config_impl.h
255
uint32_t
mnc_
;
member in OHOS::Global::Resource::ResConfigImpl
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H
A
D
telephonystateregistry_fuzzer.cpp
85
cell->
mnc_
= mnc;
in CreateGsmCellInfo()
104
cell->
mnc_
= mnc;
in CreateLteCellInfo()
/base/telephony/core_service/services/sim/include/
H
A
D
icc_file.h
142
std::string
mnc_
= "";
member in OHOS::Telephony::IccFile
/base/telephony/core_service/services/sim/src/
H
A
D
icc_file.cpp
154
return
mnc_
;
in ObtainMNC()
749
mnc_
= "";
in ClearData()
H
A
D
sim_file.cpp
75
if (
mnc_
.empty()) {
in ObtainMNC()
87
mnc_
= ((imsiLen >= length) ? imsi.substr(MCC_LEN, lengthOfMnc_) : "");
in ObtainMNC()
89
return
mnc_
;
in ObtainMNC()
H
A
D
esim_file.cpp
526
dst.carrierId_.
mnc_
= OHOS::Telephony::ToUtf16(mnc);
in ConvertProfileInfoToApiStruct()
900
carrierId.
mnc_
= OHOS::Telephony::ToUtf16(std::string(mMnc.c_str()));
in CarrierIdentifiers()
/base/telephony/core_service/services/core/src/
H
A
D
core_service_stub.cpp
2042
ret = (ret && reply.WriteString16(profile.carrierId_.
mnc_
));
in OnGetEuiccProfileInfoList()
2130
ret = (ret && reply.WriteString16(carrier.
mnc_
));
in OnGetRulesAuthTable()
2220
ret = (ret && reply.WriteString16(eUiccProfile.carrierId_.
mnc_
));
in OnGetProfile()
/base/telephony/core_service/frameworks/js/esim/src/
H
A
D
napi_esim.cpp
260
SetPropertyToNapiObject(env, val, "mnc", NapiUtil::ToUtf8(operatorId.
mnc_
));
in OperatorIdConversion()
Completed in 31 milliseconds