Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dcsim_file_controller.cpp22 std::string CsimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath() argument
25 if (efId == ELEMENTARY_FILE_SMS || efId == ELEMENTARY_FILE_CST || efId == ELEMENTARY_FILE_FDN || in ObtainElementFilePath()
26efId == ELEMENTARY_FILE_MSISDN || efId == ELEMENTARY_FILE_RUIM_SPN || efId == ELEMENTARY_FILE_CSIM… in ObtainElementFilePath()
27 efId == ELEMENTARY_FILE_CSIM_MDN || efId == ELEMENTARY_FILE_CSIM_IMSIM || in ObtainElementFilePath()
28 efId == ELEMENTARY_FILE_CSIM_CDMAHOME || efId == ELEMENTARY_FILE_CSIM_EPRL || in ObtainElementFilePath()
29 efId == ELEMENTARY_FILE_CSIM_MIPUPP) { in ObtainElementFilePath()
33 std::string path = ObtainElementFileForPublic(efId); in ObtainElementFilePath()
H A Druim_file_controller.cpp22 std::string RuimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath() argument
24 …if (efId == ELEMENTARY_FILE_SMS || efId == ELEMENTARY_FILE_CST || efId == ELEMENTARY_FILE_RUIM_SPN… in ObtainElementFilePath()
25efId == ELEMENTARY_FILE_CSIM_LI || efId == ELEMENTARY_FILE_CSIM_MDN || efId == ELEMENTARY_FILE_CSI… in ObtainElementFilePath()
26 efId == ELEMENTARY_FILE_CSIM_CDMAHOME || efId == ELEMENTARY_FILE_CSIM_EPRL) { in ObtainElementFilePath()
29 std::string path = ObtainElementFileForPublic(efId); in ObtainElementFilePath()
H A Disim_file_controller.cpp22 std::string IsimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath() argument
24 …if (efId == ELEMENTARY_FILE_IMPI || efId == ELEMENTARY_FILE_IMPU || efId == ELEMENTARY_FILE_DOMAIN… in ObtainElementFilePath()
25 efId == ELEMENTARY_FILE_IST || efId == ELEMENTARY_FILE_PCSCF) { in ObtainElementFilePath()
28 std::string path = ObtainElementFileForPublic(efId); in ObtainElementFilePath()
H A Dusim_file_controller.cpp22 std::string UsimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath() argument
24 std::string path = ObtainUsimElementFilePath(efId); in ObtainElementFilePath()
29 path = ObtainElementFileForPublic(efId); in ObtainElementFilePath()
38 std::string UsimFileController::ObtainUsimElementFilePath(int efId) in ObtainUsimElementFilePath() argument
41 switch (efId) { in ObtainUsimElementFilePath()
H A Dsim_file_controller.cpp22 std::string SimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath() argument
25 switch (efId) { in ObtainElementFilePath()
52 std::string path = ObtainElementFileForPublic(efId); in ObtainElementFilePath()
H A Dicc_file_controller.cpp242 std::string IccFileController::ObtainElementFileForPublic(int efId) in ObtainElementFileForPublic() argument
245 if (efId == ELEMENTARY_FILE_ICCID || efId == ELEMENTARY_FILE_PL) { in ObtainElementFileForPublic()
249 …if (efId == ELEMENTARY_FILE_ADN || efId == ELEMENTARY_FILE_FDN || efId == ELEMENTARY_FILE_MSISDN || in ObtainElementFileForPublic()
250efId == ELEMENTARY_FILE_SDN || efId == ELEMENTARY_FILE_EXT1 || efId == ELEMENTARY_FILE_EXT2 || in ObtainElementFileForPublic()
251 efId == ELEMENTARY_FILE_EXT3) { in ObtainElementFileForPublic()
254 if (efId == ELEMENTARY_FILE_PBR) { in ObtainElementFileForPublic()
258 if (efId == ELEMENTARY_FILE_IMG) { in ObtainElementFileForPublic()
743 bool IccFileController::IsFixedNumberType(int efId) in IsFixedNumberType() argument
746 switch (efId) { in IsFixedNumberType()
H A Dusim_dialling_numbers_service.cpp169 int efId = files.at(TAG_SIM_USIM_ADN)->fileId; in LoadDiallingNumberFiles() local
170 …k::InnerEvent::Pointer event = CreateHandlerPointer(MSG_USIM_USIM_ADN_LOAD_DONE, efId, 0, nullptr); in LoadDiallingNumberFiles()
175 diallingNumbersHandler_->GetAllDiallingNumbers(efId, extEf, event); in LoadDiallingNumberFiles()
229 int eventid, int efId, int index, std::shared_ptr<void> pobj) in CreateHandlerPointer() argument
236 holder->fileID = efId; in CreateHandlerPointer()
H A Dicc_dialling_numbers_cache.cpp346 …int eventid, int efId, int index, std::shared_ptr<void> pobj, const AppExecFwk::InnerEvent::Pointe… in BuildCallerInfo() argument
349 holder->fileID = efId; in BuildCallerInfo()
365 int eventid, int efId, const AppExecFwk::InnerEvent::Pointer &caller) in CreateUsimPointer() argument
368 holder->fileID = efId; in CreateUsimPointer()
H A Dicc_file.cpp695 int eventid, int efId, int index, std::shared_ptr<void> pobj) in CreateDiallingNumberPointer() argument
698 holder->fileID = efId; in CreateDiallingNumberPointer()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A 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()
H A Dusim_file_controller.h27 std::string ObtainElementFilePath(int efId);
30 std::string ObtainUsimElementFilePath(int efId);
H A Dicc_file_controller.h69 virtual std::string ObtainElementFilePath(int efId) = 0;
70 std::string ObtainElementFileForPublic(int efId);
H A Dcsim_file_controller.h27 std::string ObtainElementFilePath(int efId);
H A Disim_file_controller.h27 std::string ObtainElementFilePath(int efId);
H A Dsim_file_controller.h27 std::string ObtainElementFilePath(int efId);
H A Druim_file_controller.h27 std::string ObtainElementFilePath(int efId);
H A Dusim_dialling_numbers_service.h77 int eventid, int efId, int index, std::shared_ptr<void> pobj);
H A Dicc_file.h195 int eventid, int efId, int index, std::shared_ptr<void> pobj);