Searched refs:FileChangeType (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_icc_file.h | 26 enum FileChangeType { enum 38 using FileChangeType = IIccFileExt::FileChangeType; variable 71 virtual bool FileChange(const std::string fileStr, FileChangeType changeType) in FileChange()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | ruim_file.cpp | 204 FileChangeToExt(iccId_, FileChangeType::ICCID_FILE_LOAD); in ProcessGetIccidDone() 257 FileChangeToExt(imsi_, FileChangeType::C_IMSI_FILE_LOAD); in ProcessGetImsiDone()
|
H A D | sim_file.cpp | 405 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 D | icc_file.cpp | 858 void IccFile::FileChangeToExt(const std::string fileName, const FileChangeType fileLoad) in FileChangeToExt()
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | icc_file.h | 102 void FileChangeToExt(const std::string fileName, const FileChangeType fileLoad);
|