Home
last modified time | relevance | path

Searched refs:FileChangeToExt (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Druim_file.cpp204 FileChangeToExt(iccId_, FileChangeType::ICCID_FILE_LOAD); in ProcessGetIccidDone()
257 FileChangeToExt(imsi_, FileChangeType::C_IMSI_FILE_LOAD); in ProcessGetImsiDone()
H A Dsim_file.cpp405 FileChangeToExt(spn, FileChangeType::SPN_FILE_LOAD); in ProcessSpnGeneral()
440 FileChangeToExt(spn, FileChangeType::SPN_FILE_LOAD); in ProcessSpnCphs()
480 FileChangeToExt(spn_, FileChangeType::SPN_FILE_LOAD); in ProcessSpnShortCphs()
701 FileChangeToExt(gid1_, FileChangeType::GID1_FILE_LOAD); in ProcessObtainGid1Done()
729 FileChangeToExt(gid2_, FileChangeType::GID2_FILE_LOAD); in ProcessObtainGid2Done()
1060 FileChangeToExt(iccId_, FileChangeType::ICCID_FILE_LOAD); in ProcessGetIccIdDone()
1109 FileChangeToExt(imsi_, FileChangeType::G_IMSI_FILE_LOAD); in ProcessObtainIMSIDone()
1304 FileChangeToExt(operatorNumeric_, FileChangeType::G_MCCMNC_FILE_LOAD); in OnMccMncLoaded()
H A Dicc_file.cpp858 void IccFile::FileChangeToExt(const std::string fileName, const FileChangeType fileLoad) in FileChangeToExt() function in OHOS::Telephony::IccFile
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_file.h102 void FileChangeToExt(const std::string fileName, const FileChangeType fileLoad);