Searched refs:FileChangeToExt (Results 1 - 4 of 4) sorted by relevance
/base/telephony/core_service/services/sim/src/ |
H A D | ruim_file.cpp | 211 FileChangeToExt(iccId_, FileChangeType::ICCID_FILE_LOAD); in ProcessGetIccidDone() 264 FileChangeToExt(imsi_, FileChangeType::C_IMSI_FILE_LOAD); in ProcessGetImsiDone()
|
H A D | sim_file.cpp | 409 FileChangeToExt(spn, FileChangeType::SPN_FILE_LOAD); in ProcessSpnGeneral() 444 FileChangeToExt(spn, FileChangeType::SPN_FILE_LOAD); in ProcessSpnCphs() 484 FileChangeToExt(spn_, FileChangeType::SPN_FILE_LOAD); in ProcessSpnShortCphs() 705 FileChangeToExt(gid1_, FileChangeType::GID1_FILE_LOAD); in ProcessObtainGid1Done() 733 FileChangeToExt(gid2_, FileChangeType::GID2_FILE_LOAD); in ProcessObtainGid2Done() 1064 FileChangeToExt(iccId_, FileChangeType::ICCID_FILE_LOAD); in ProcessGetIccIdDone() 1113 FileChangeToExt(imsi_, FileChangeType::G_IMSI_FILE_LOAD); in ProcessObtainIMSIDone() 1308 FileChangeToExt(operatorNumeric_, FileChangeType::G_MCCMNC_FILE_LOAD); in OnMccMncLoaded()
|
H A D | icc_file.cpp | 862 void IccFile::FileChangeToExt(const std::string fileName, const FileChangeType fileLoad) in FileChangeToExt() function in OHOS::Telephony::IccFile
|
/base/telephony/core_service/services/sim/include/ |
H A D | icc_file.h | 102 void FileChangeToExt(const std::string fileName, const FileChangeType fileLoad);
|
Completed in 7 milliseconds