Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/src/
Dusim_file_controller.cpp30 std::string mf = MASTER_FILE_SIM; in ObtainElementFilePath()
42 std::string mf = MASTER_FILE_SIM; in ObtainUsimElementFilePath()
Disim_file_controller.cpp28 return MASTER_FILE_SIM + DEDICATED_FILE_ADF; in ObtainElementFilePath()
Dsim_file_controller.cpp26 std::string mf = MASTER_FILE_SIM; in ObtainElementFilePath()
Dcsim_file_controller.cpp26 std::string mf = MASTER_FILE_SIM; in ObtainElementFilePath()
Druim_file_controller.cpp29 return MASTER_FILE_SIM + DEDICATED_FILE_CDMA; in ObtainElementFilePath()
Dicc_dialling_numbers_handler.cpp51 std::string mf = MASTER_FILE_SIM; in GetFilePath()
Dicc_file_controller.cpp217 std::string mf = MASTER_FILE_SIM; in ObtainElementFileForPublic()
/base/telephony/core_service/services/sim/include/
Dicc_file_controller.h61 const std::string MASTER_FILE_SIM = "3F00";
Dicc_dialling_numbers_handler.h213 const std::string MASTER_FILE_SIM = "3F00"; variable