Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/include/
H A Dicc_file.h45 std::string ObtainIMSI();
/base/telephony/core_service/services/sim/src/
H A Dsim_file_manager.cpp308 std::string result = simFile_->ObtainIMSI(); in GetIMSI()
309 TELEPHONY_LOGD("SimFileManager::ObtainIMSI result:%{public}s ", (result.empty() ? "false" : "true")); in GetIMSI()
628 std::string imsi = simFile_->ObtainIMSI(); in StoreVoiceMailNumber()
786 std::string imsiFromSim = simFile_->ObtainIMSI(); in HandleSimRecordsLoaded()
H A Dicc_file.cpp133 std::string IccFile::ObtainIMSI() in ObtainIMSI() function in OHOS::Telephony::IccFile
136 TELEPHONY_LOGD("IccFile::ObtainIMSI is null:"); in ObtainIMSI()
372 if (!ObtainIMSI().empty()) { in RegisterImsiLoaded()
H A Dsim_file.cpp57 std::string imsi = ObtainIMSI(); in ObtainMCC()
76 std::string imsi = ObtainIMSI(); in ObtainMNC()
95 std::string imsi = ObtainIMSI(); in ObtainSimOperator()
1214 std::string imsi = ObtainIMSI(); in CheckMncLengthForAdDone()
1258 std::string imsi = ObtainIMSI(); in CheckMncLengthForImsiDone()
H A Druim_file.cpp47 std::string imsi = ObtainIMSI(); in ObtainSimOperator()

Completed in 8 milliseconds