Home
last modified time | relevance | path

Searched refs:CheckRightPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_file_controller.cpp108 std::string path = CheckRightPath(hd->filePath, hd->fileId); in ProcessRecordSize()
208 path = CheckRightPath(hd->filePath, hd->fileId); in ProcessReadRecord()
308 std::string filePath = CheckRightPath(path, fileId); in ObtainLinearFixedFile()
336 std::string filePath = CheckRightPath(path, fileId); in ObtainAllLinearFixedFile()
363 std::string filePath = CheckRightPath(path, fileId); in ObtainLinearFileSize()
390 std::string filePath = CheckRightPath(path, fileId); in UpdateLinearFixedFile()
681 std::string IccFileController::CheckRightPath(const std::string &path, int fileId) in CheckRightPath() function in OHOS::Telephony::IccFileController
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_file_controller.h98 std::string CheckRightPath(const std::string &path, int fileId);
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp1276 EXPECT_STREQ((iccFileController->CheckRightPath("testPath", 0)).c_str(), "testPath");