Home
last modified time | relevance | path

Searched refs:efId (Results 1 – 18 of 18) sorted by relevance

/base/telephony/core_service/services/sim/src/
Dcsim_file_controller.cpp24 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()
28efId == 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()
Druim_file_controller.cpp24 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()
27efId == 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()
Disim_file_controller.cpp24 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()
Dusim_file_controller.cpp24 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()
Dsim_file_controller.cpp24 std::string SimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath() argument
27 switch (efId) { in ObtainElementFilePath()
54 std::string path = ObtainElementFileForPublic(efId); in ObtainElementFilePath()
Dicc_file_controller.cpp231 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()
239efId == 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()
Dusim_dialling_numbers_service.cpp161 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()
Dicc_dialling_numbers_cache.cpp335 …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()
Dicc_file.cpp507 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/
Dsim_data_type.h38 …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()
Dusim_file_controller.h27 std::string ObtainElementFilePath(int efId);
30 std::string ObtainUsimElementFilePath(int efId);
Dcsim_file_controller.h27 std::string ObtainElementFilePath(int efId);
Dsim_file_controller.h27 std::string ObtainElementFilePath(int efId);
Disim_file_controller.h27 std::string ObtainElementFilePath(int efId);
Druim_file_controller.h27 std::string ObtainElementFilePath(int efId);
Dicc_file_controller.h70 virtual std::string ObtainElementFilePath(int efId) = 0;
71 std::string ObtainElementFileForPublic(int efId);
Dusim_dialling_numbers_service.h76 int eventid, int efId, int index, std::shared_ptr<void> pobj);
Dicc_file.h170 int eventid, int efId, int index, std::shared_ptr<void> pobj);