Home
last modified time | relevance | path

Searched refs:FileChangeType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_icc_file.h26 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 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()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_file.h102 void FileChangeToExt(const std::string fileName, const FileChangeType fileLoad);