Home
last modified time | relevance | path

Searched refs:lengthOfMnc_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_file.cpp62 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()
100 if ((lengthOfMnc_ == UNINITIALIZED_MNC) || (lengthOfMnc_ == UNKNOWN_MNC)) { in ObtainSimOperator()
1153 lengthOfMnc_ = UNKNOWN_MNC; in ProcessGetAdDone()
1181 lengthOfMnc_ = UNKNOWN_MNC; in ProcessGetAdDone()
1182 } else if (doneData && (lengthOfMnc_ != MNC_LEN) && (lengthOfMnc_ != MCC_LEN)) { in ProcessGetAdDone()
1193 …return ((lengthOfMnc_ == UNINITIALIZED_MNC) || (lengthOfMnc_ == UNKNOWN_MNC) || (lengthOfMnc_ == m… in CheckMncLen()
1232 if (lengthOfMnc_ == UNKNOWN_MNC || lengthOfMnc_ == UNINITIALIZED_MNC) { in CheckMncLengthForAdDone()
1276 if (lengthOfMnc_ == UNKNOWN_MNC) { in CheckMncLengthForImsiDone()
[all …]
H A Druim_file.cpp52 if ((lengthOfMnc_ != UNINITIALIZED_MNC) && (lengthOfMnc_ != UNKNOWN_MNC)) { in ObtainSimOperator()
53 operatorNumeric_ = imsi.substr(0, MCC_LEN + lengthOfMnc_); in ObtainSimOperator()
238 isSizeEnough = imsiSize >= MCC_LEN + lengthOfMnc_; in ProcessGetImsiDone()
239 … if ((lengthOfMnc_ != UNINITIALIZED_MNC) && (lengthOfMnc_ != UNKNOWN_MNC) && isSizeEnough) { in ProcessGetImsiDone()
240 mnc = imsi_.substr(MCC_LEN, lengthOfMnc_); in ProcessGetImsiDone()
H A Dicc_file.cpp330 return lengthOfMnc_; in ObtainLengthOfMnc()
746 lengthOfMnc_ = UNINITIALIZED_MNC; in ClearData()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_file.h154 int lengthOfMnc_ = UNINITIALIZED_MNC; variable
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp564 simFile->lengthOfMnc_ = OBTAIN_SPN_GENERAL;
566 simFile->lengthOfMnc_ = UNKNOWN_MNC;
568 simFile->lengthOfMnc_ = UNINITIALIZED_MNC;
643 simFile->lengthOfMnc_ = UNKNOWN_MNC;
645 simFile->lengthOfMnc_ = UNINITIALIZED_MNC;