Searched refs:UpdateLinearFixedFile (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | icc_file_controller.h | 49 …void UpdateLinearFixedFile(int fileId, const std::string &path, int fileNum, const std::string dat… 51 void UpdateLinearFixedFile(int fileId, int fileNum, const std::string data, int dataLength,
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | icc_file_controller.cpp | 387 void IccFileController::UpdateLinearFixedFile(int fileId, const std::string &path, int fileNum, std… in UpdateLinearFixedFile() function in OHOS::Telephony::IccFileController 408 void IccFileController::UpdateLinearFixedFile(int fileId, int fileNum, const std::string data, int … in UpdateLinearFixedFile() function in OHOS::Telephony::IccFileController
|
H A D | icc_dialling_numbers_handler.cpp | 314 fileController_->UpdateLinearFixedFile(loadRequest->GetElementaryFileId(), in SendUpdateCommand()
|
H A D | sim_file.cpp | 2001 …fileController_->UpdateLinearFixedFile(ELEMENTARY_FILE_MWIS, 1, efMWISStr_, efMWISSize_, "", event… in SetVoiceMailCount() 2042 …fileController_->UpdateLinearFixedFile(ELEMENTARY_FILE_CFIS, 1, efCfisStr_, efCfisSize_, "", event… in SetVoiceCallForwarding()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test_sim_ril.cpp | 865 iccFileController->UpdateLinearFixedFile(fileId, path, fileNum, data, dataLength, pin2, event); 866 iccFileController->UpdateLinearFixedFile(fileId, fileNum, data, dataLength, pin2, event); 875 iccFileController->UpdateLinearFixedFile(fileId, path, fileNum, data, dataLength, pin2, event); 876 iccFileController->UpdateLinearFixedFile(fileId, fileNum, data, dataLength, pin2, event);
|