Home
last modified time | relevance | path

Searched refs:ObtainAllLinearFixedFile (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_file_controller.h43 void ObtainAllLinearFixedFile(
45 void ObtainAllLinearFixedFile(int fileId, const AppExecFwk::InnerEvent::Pointer &event);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_file_controller.cpp333 void IccFileController::ObtainAllLinearFixedFile( in ObtainAllLinearFixedFile() function in OHOS::Telephony::IccFileController
355 void IccFileController::ObtainAllLinearFixedFile(int fileId, const AppExecFwk::InnerEvent::Pointer … in ObtainAllLinearFixedFile() function in OHOS::Telephony::IccFileController
357 ObtainAllLinearFixedFile(fileId, ObtainElementFilePath(fileId), event); in ObtainAllLinearFixedFile()
H A Dsim_sms_controller.cpp238 fileController->ObtainAllLinearFixedFile(ELEMENTARY_FILE_SMS, event); in ObtainAllSmsOfIcc()
H A Dusim_dialling_numbers_service.cpp147 fileController_->ObtainAllLinearFixedFile(ELEMENTARY_FILE_PBR, event); in LoadPbrFiles()
H A Dsim_file.cpp284 fileController_->ObtainAllLinearFixedFile(ELEMENTARY_FILE_PNN, eventPnn); in LoadSimOtherFile()
288 fileController_->ObtainAllLinearFixedFile(ELEMENTARY_FILE_OPL, eventOpl); in LoadSimOtherFile()
292 fileController_->ObtainAllLinearFixedFile(ELEMENTARY_FILE_OPL5G, eventOpl5g); in LoadSimOtherFile()
H A Dicc_dialling_numbers_handler.cpp86 fileController_->ObtainAllLinearFixedFile(ef, GetFilePath(ef), ptDiallingNumberReadAll); in GetAllDiallingNumbers()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp863 iccFileController->ObtainAllLinearFixedFile(fileId, path, event);