Home
last modified time | relevance | path

Searched refs:SimFileController (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_file_controller.cpp20 SimFileController::SimFileController(int slotId) : IccFileController("SimFileController", slotId) {} in SimFileController() function in OHOS::Telephony::SimFileController
22 std::string SimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath()
59 SimFileController::~SimFileController() {} in ~SimFileController()
H A Dsim_file_manager.cpp171 fileController_ = std::make_shared<SimFileController>(slotId_); in InitIccFileController()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_file_controller.h23 class SimFileController : public IccFileController {
25 explicit SimFileController(int slotId);
26 ~SimFileController();
/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);
843 std::shared_ptr<IccFileController> iccFileController = std::make_shared<SimFileController>(1);
1241 std::shared_ptr<IccFileController> iccFileController = std::make_shared<SimFileController>(1);
H A Dzero_branch_test.cpp891 std::shared_ptr<IccFileController> iccFileController = std::make_shared<SimFileController>(1);
2522 auto simFileController = std::make_shared<SimFileController>(INVALID_SLOTID);