Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_file_controller.h49 …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 Dicc_file_controller.cpp387 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 Dicc_dialling_numbers_handler.cpp314 fileController_->UpdateLinearFixedFile(loadRequest->GetElementaryFileId(), in SendUpdateCommand()
H A Dsim_file.cpp2001 …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 Dzero_branch_test_sim_ril.cpp865 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);