Home
last modified time | relevance | path

Searched refs:IccFileController (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_file_controller.cpp23 IccFileController::IccFileController(const std::string &name, int slotId) : TelEventHandler(name), … in IccFileController() function in OHOS::Telephony::IccFileController
129 msg.data = IccFileController::NULLSTR; in ProcessRecordSize()
183 msg.data = IccFileController::NULLSTR; in ProcessBinarySize()
262 return IccFileController::NULLSTR; in ObtainElementFileForPublic()
278 msg.data = IccFileController::NULLSTR; in ObtainBinaryFile()
297 msg.data = IccFileController::NULLSTR; in ObtainBinaryFile()
305 void IccFileController::ObtainLinearFixedFile( in ObtainLinearFixedFile()
320 msg.data = IccFileController::NULLSTR; in ObtainLinearFixedFile()
360 void IccFileController::ObtainLinearFileSize( in ObtainLinearFileSize()
428 void IccFileController::UpdateBinaryFile( in UpdateBinaryFile()
[all …]
H A Disim_file_controller.cpp20 IsimFileController::IsimFileController(int slotId) : IccFileController("IsimFileController", slotId… in IsimFileController()
H A Dsim_file_controller.cpp20 SimFileController::SimFileController(int slotId) : IccFileController("SimFileController", slotId) {} in SimFileController()
H A Dcsim_file_controller.cpp20 CsimFileController::CsimFileController(int slotId) : IccFileController("CsimFileController", slotId… in CsimFileController()
H A Druim_file_controller.cpp20 RuimFileController::RuimFileController(int slotId) : IccFileController("RuimFileController", slotId… in RuimFileController()
H A Dusim_file_controller.cpp20 UsimFileController::UsimFileController(int slotId) : IccFileController("UsimFileController", slotId… in UsimFileController()
H A Dsim_file.cpp370 UpdateSPN(IccFileController::NULLSTR); in StartObtainSpn()
477 UpdateSPN(IccFileController::NULLSTR); in ProcessSpnShortCphs()
874 std::string nullStr = IccFileController::NULLSTR; in ProcessGetMbdnDone()
890 voiceMailNum_ = IccFileController::NULLSTR; in ProcessGetMbdnDone()
891 voiceMailTag_ = IccFileController::NULLSTR; in ProcessGetMbdnDone()
931 voiceMailNum_ = IccFileController::NULLSTR; in ProcessGetCphsMailBoxDone()
932 voiceMailTag_ = IccFileController::NULLSTR; in ProcessGetCphsMailBoxDone()
H A Dicc_dialling_numbers_handler.cpp27 IccDiallingNumbersHandler::IccDiallingNumbersHandler(std::shared_ptr<IccFileController> fh) in IccDiallingNumbersHandler()
607 void IccDiallingNumbersHandler::UpdateFileController(const std::shared_ptr<IccFileController> &file… in UpdateFileController()
H A Dsim_sms_controller.cpp228 std::shared_ptr<IccFileController> fileController = fileManager_->GetIccFileController(); in ObtainAllSmsOfIcc()
H A Dusim_dialling_numbers_service.cpp250 std::shared_ptr<IccFileController> &ctrl, std::shared_ptr<IccDiallingNumbersHandler> handler) in SetFileControllerAndDiallingNumberHandler()
H A Dicc_dialling_numbers_cache.cpp49 std::shared_ptr<IccFileController> fileController = simFileManager_->GetIccFileController(); in Init()
H A Dicc_file.cpp677 …const std::shared_ptr<IccFileController> &file, const std::shared_ptr<IccDiallingNumbersHandler> &… in SetRilAndFileController()
H A Dsim_file_manager.cpp521 std::shared_ptr<IccFileController> SimFileManager::GetIccFileController() in GetIccFileController()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_file_controller.h31 class IccFileController : public TelEventHandler {
33 explicit IccFileController(const std::string &name, int slotId);
35 virtual ~IccFileController();
H A Dsim_file_manager.h79 std::shared_ptr<IccFileController> GetIccFileController();
96 std::shared_ptr<IccFileController> fileController_ = nullptr;
105 std::map<IccType, std::shared_ptr<IccFileController>> iccFileControllerCache_;
H A Dicc_dialling_numbers_handler.h189 explicit IccDiallingNumbersHandler(std::shared_ptr<IccFileController> fh);
205 void UpdateFileController(const std::shared_ptr<IccFileController> &fileController);
208 std::shared_ptr<IccFileController> fileController_;
H A Dusim_dialling_numbers_service.h54 … std::shared_ptr<IccFileController> &ctrl, std::shared_ptr<IccDiallingNumbersHandler> handler);
57 std::shared_ptr<IccFileController> fileController_ = nullptr;
H A Dsim_file.h69 std::string cphsInfo_ = IccFileController::NULLSTR;
79 std::string efLi_ = IccFileController::NULLSTR;
80 std::string efPl_ = IccFileController::NULLSTR;
H A Dcsim_file_controller.h23 class CsimFileController : public IccFileController {
H A Disim_file_controller.h23 class IsimFileController : public IccFileController {
H A Dsim_file_controller.h23 class SimFileController : public IccFileController {
H A Dusim_file_controller.h23 class UsimFileController : public IccFileController {
H A Druim_file_controller.h23 class RuimFileController : public IccFileController {
H A Dicc_file.h82 …const std::shared_ptr<IccFileController> &file, const std::shared_ptr<IccDiallingNumbersHandler> &…
117 std::shared_ptr<IccFileController> fileController_ = nullptr;
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp443 std::shared_ptr<IccFileController> iccFileController = std::make_shared<SimFileController>(1);
554 std::shared_ptr<IccFileController> iccFileController = nullptr;
843 std::shared_ptr<IccFileController> iccFileController = std::make_shared<SimFileController>(1);
1241 std::shared_ptr<IccFileController> iccFileController = std::make_shared<SimFileController>(1);

12