Home
last modified time | relevance | path

Searched refs:ObtainElementFilePath (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2523 EXPECT_EQ(simFileController->ObtainElementFilePath(0), "");
2524 EXPECT_NE(simFileController->ObtainElementFilePath(ELEMENTARY_FILE_SMS), "");
2531 EXPECT_NE(simFileController->ObtainElementFilePath(ELEMENTARY_FILE_SST), "");
2534 EXPECT_NE(simFileController->ObtainElementFilePath(ELEMENTARY_FILE_SPN), "");
2535 EXPECT_NE(simFileController->ObtainElementFilePath(ELEMENTARY_FILE_AD), "");
2536 EXPECT_NE(simFileController->ObtainElementFilePath(ELEMENTARY_FILE_PNN), "");
2539 EXPECT_NE(simFileController->ObtainElementFilePath(ELEMENTARY_FILE_MBI), "");
2553 EXPECT_NE(csimFileController->ObtainElementFilePath(0), "");
2576 EXPECT_EQ(rUimFileController->ObtainElementFilePath(0), "");
2595 EXPECT_EQ(iSimFileController->ObtainElementFilePath(0), "");
[all …]
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Druim_file_controller.cpp22 std::string RuimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath() function in OHOS::Telephony::RuimFileController
48 msg.path = ObtainElementFilePath(ELEMENTARY_FILE_IMG); in ObtainTransparentImg()
H A Dicc_file_controller.cpp184 msg.path = ObtainElementFilePath(fileId); in ProcessBinarySize()
279 msg.path = ObtainElementFilePath(fileId); in ObtainBinaryFile()
298 msg.path = ObtainElementFilePath(fileId); in ObtainBinaryFile()
329 ObtainLinearFixedFile(fileId, ObtainElementFilePath(fileId), fileNum, event); in ObtainLinearFixedFile()
357 ObtainAllLinearFixedFile(fileId, ObtainElementFilePath(fileId), event); in ObtainAllLinearFixedFile()
384 ObtainLinearFileSize(fileId, ObtainElementFilePath(fileId), event); in ObtainLinearFileSize()
422 msg.path = ObtainElementFilePath(fileId); in UpdateLinearFixedFile()
443 msg.path = ObtainElementFilePath(fileId); in UpdateBinaryFile()
684 return ObtainElementFilePath(fileId); in CheckRightPath()
H A Disim_file_controller.cpp22 std::string IsimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath() function in OHOS::Telephony::IsimFileController
H A Dsim_file_controller.cpp22 std::string SimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath() function in OHOS::Telephony::SimFileController
H A Dcsim_file_controller.cpp22 std::string CsimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath() function in OHOS::Telephony::CsimFileController
H A Dusim_file_controller.cpp22 std::string UsimFileController::ObtainElementFilePath(int efId) in ObtainElementFilePath() function in OHOS::Telephony::UsimFileController
/ohos5.0/base/telephony/core_service/services/sim/include/
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 Dusim_file_controller.h27 std::string ObtainElementFilePath(int efId);
H A Druim_file_controller.h27 std::string ObtainElementFilePath(int efId);
H A Dicc_file_controller.h69 virtual std::string ObtainElementFilePath(int efId) = 0;