Searched refs:CheckRightPath (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | icc_file_controller.cpp | 108 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 D | icc_file_controller.h | 98 std::string CheckRightPath(const std::string &path, int fileId);
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test_sim_ril.cpp | 1276 EXPECT_STREQ((iccFileController->CheckRightPath("testPath", 0)).c_str(), "testPath");
|