Home
last modified time | relevance | path

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

/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()
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 Druim_file.cpp52 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 Dicc_file.cpp330 return lengthOfMnc_; in ObtainLengthOfMnc()
750 lengthOfMnc_ = UNINITIALIZED_MNC; in ClearData()
/base/telephony/core_service/services/sim/include/
H A Dicc_file.h154 int lengthOfMnc_ = UNINITIALIZED_MNC; member in OHOS::Telephony::IccFile
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp576 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