/base/telephony/core_service/services/sim/src/ |
D | csim_file_controller.cpp | 24 std::string CsimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath() argument 27 if (efId == ELEMENTARY_FILE_SMS || efId == ELEMENTARY_FILE_CST || efId == ELEMENTARY_FILE_FDN || in ObtainElementFilePath() 28 …efId == ELEMENTARY_FILE_MSISDN || efId == ELEMENTARY_FILE_RUIM_SPN || efId == ELEMENTARY_FILE_CSIM… in ObtainElementFilePath() 29 efId == ELEMENTARY_FILE_CSIM_MDN || efId == ELEMENTARY_FILE_CSIM_IMSIM || in ObtainElementFilePath() 30 efId == ELEMENTARY_FILE_CSIM_CDMAHOME || efId == ELEMENTARY_FILE_CSIM_EPRL || in ObtainElementFilePath() 31 efId == ELEMENTARY_FILE_CSIM_MIPUPP) { in ObtainElementFilePath() 35 std::string path = ObtainElementFileForPublic(efId); in ObtainElementFilePath()
|
D | ruim_file_controller.cpp | 24 std::string RuimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath() argument 26 …if (efId == ELEMENTARY_FILE_SMS || efId == ELEMENTARY_FILE_CST || efId == ELEMENTARY_FILE_RUIM_SPN… in ObtainElementFilePath() 27 …efId == ELEMENTARY_FILE_CSIM_LI || efId == ELEMENTARY_FILE_CSIM_MDN || efId == ELEMENTARY_FILE_CSI… in ObtainElementFilePath() 28 efId == ELEMENTARY_FILE_CSIM_CDMAHOME || efId == ELEMENTARY_FILE_CSIM_EPRL) { in ObtainElementFilePath() 31 std::string path = ObtainElementFileForPublic(efId); in ObtainElementFilePath()
|
D | isim_file_controller.cpp | 24 std::string IsimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath() argument 26 …if (efId == ELEMENTARY_FILE_IMPI || efId == ELEMENTARY_FILE_IMPU || efId == ELEMENTARY_FILE_DOMAIN… in ObtainElementFilePath() 27 efId == ELEMENTARY_FILE_IST || efId == ELEMENTARY_FILE_PCSCF) { in ObtainElementFilePath() 30 std::string path = ObtainElementFileForPublic(efId); in ObtainElementFilePath()
|
D | usim_file_controller.cpp | 24 std::string UsimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath() argument 26 std::string path = ObtainUsimElementFilePath(efId); in ObtainElementFilePath() 31 path = ObtainElementFileForPublic(efId); in ObtainElementFilePath() 40 std::string UsimFileController::ObtainUsimElementFilePath(int efId) in ObtainUsimElementFilePath() argument 43 switch (efId) { in ObtainUsimElementFilePath()
|
D | sim_file_controller.cpp | 24 std::string SimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath() argument 27 switch (efId) { in ObtainElementFilePath() 54 std::string path = ObtainElementFileForPublic(efId); in ObtainElementFilePath()
|
D | icc_file_controller.cpp | 231 std::string IccFileController::ObtainElementFileForPublic(int efId) in ObtainElementFileForPublic() argument 234 if (efId == ELEMENTARY_FILE_ICCID || efId == ELEMENTARY_FILE_PL) { in ObtainElementFileForPublic() 238 …if (efId == ELEMENTARY_FILE_ADN || efId == ELEMENTARY_FILE_FDN || efId == ELEMENTARY_FILE_MSISDN || in ObtainElementFileForPublic() 239 … efId == ELEMENTARY_FILE_SDN || efId == ELEMENTARY_FILE_EXT1 || efId == ELEMENTARY_FILE_EXT2 || in ObtainElementFileForPublic() 240 efId == ELEMENTARY_FILE_EXT3) { in ObtainElementFileForPublic() 243 if (efId == ELEMENTARY_FILE_PBR) { in ObtainElementFileForPublic() 247 if (efId == ELEMENTARY_FILE_IMG) { in ObtainElementFileForPublic() 684 bool IccFileController::IsFixedNumberType(int efId) in IsFixedNumberType() argument 687 switch (efId) { in IsFixedNumberType()
|
D | usim_dialling_numbers_service.cpp | 161 int efId = files.at(TAG_SIM_USIM_ADN)->fileId; in LoadDiallingNumberFiles() local 162 …k::InnerEvent::Pointer event = CreateHandlerPointer(MSG_USIM_USIM_ADN_LOAD_DONE, efId, 0, nullptr); in LoadDiallingNumberFiles() 167 diallingNumbersHandler_->GetAllDiallingNumbers(efId, extEf, event); in LoadDiallingNumberFiles() 222 int eventid, int efId, int index, std::shared_ptr<void> pobj) in CreateHandlerPointer() argument 225 holder->fileID = efId; in CreateHandlerPointer()
|
D | icc_dialling_numbers_cache.cpp | 335 …int eventid, int efId, int index, std::shared_ptr<void> pobj, const AppExecFwk::InnerEvent::Pointe… in BuildCallerInfo() argument 338 holder->fileID = efId; in BuildCallerInfo() 354 int eventid, int efId, const AppExecFwk::InnerEvent::Pointer &caller) in CreateUsimPointer() argument 357 holder->fileID = efId; in CreateUsimPointer()
|
D | icc_file.cpp | 507 int eventid, int efId, int index, std::shared_ptr<void> pobj) in CreateDiallingNumberPointer() argument 510 holder->fileID = efId; in CreateDiallingNumberPointer()
|
/base/telephony/core_service/services/sim/include/ |
D | sim_data_type.h | 38 …IccControllerHolder(int efId, int recordNum) : fileId(efId), fileNum(recordNum), getAllFile(false)… in IccControllerHolder() 39 IccControllerHolder(int efId, int recordNum, std::string path) in IccControllerHolder() 40 : fileId(efId), fileNum(recordNum), getAllFile(false), filePath(path) in IccControllerHolder() 42 …IccControllerHolder(int efId, std::string path) : fileId(efId), fileNum(1), getAllFile(true), file… in IccControllerHolder() 43 explicit IccControllerHolder(int efId) : fileId(efId), fileNum(1), getAllFile(true) {} in IccControllerHolder()
|
D | usim_file_controller.h | 27 std::string ObtainElementFilePath(int efId); 30 std::string ObtainUsimElementFilePath(int efId);
|
D | csim_file_controller.h | 27 std::string ObtainElementFilePath(int efId);
|
D | sim_file_controller.h | 27 std::string ObtainElementFilePath(int efId);
|
D | isim_file_controller.h | 27 std::string ObtainElementFilePath(int efId);
|
D | ruim_file_controller.h | 27 std::string ObtainElementFilePath(int efId);
|
D | icc_file_controller.h | 70 virtual std::string ObtainElementFilePath(int efId) = 0; 71 std::string ObtainElementFileForPublic(int efId);
|
D | usim_dialling_numbers_service.h | 76 int eventid, int efId, int index, std::shared_ptr<void> pobj);
|
D | icc_file.h | 170 int eventid, int efId, int index, std::shared_ptr<void> pobj);
|