Home
last modified time | relevance | path

Searched refs:MASTER_FILE_SIM (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dusim_file_controller.cpp28 std::string mf = MASTER_FILE_SIM; in ObtainElementFilePath()
40 std::string mf = MASTER_FILE_SIM; in ObtainUsimElementFilePath()
H A Disim_file_controller.cpp26 return MASTER_FILE_SIM + DEDICATED_FILE_ADF; in ObtainElementFilePath()
H A Dsim_file_controller.cpp24 std::string mf = MASTER_FILE_SIM; in ObtainElementFilePath()
H A Dcsim_file_controller.cpp24 std::string mf = MASTER_FILE_SIM; in ObtainElementFilePath()
H A Druim_file_controller.cpp27 return MASTER_FILE_SIM + DEDICATED_FILE_CDMA; in ObtainElementFilePath()
H A Dicc_dialling_numbers_handler.cpp50 std::string mf = MASTER_FILE_SIM; in GetFilePath()
H A Dicc_file_controller.cpp244 std::string mf = MASTER_FILE_SIM; in ObtainElementFileForPublic()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_file_controller.h60 const std::string MASTER_FILE_SIM = "3F00";
H A Dicc_dialling_numbers_handler.h211 const std::string MASTER_FILE_SIM = "3F00"; variable