Searched refs:ObtainAllLinearFixedFile (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | icc_file_controller.h | 43 void ObtainAllLinearFixedFile( 45 void ObtainAllLinearFixedFile(int fileId, const AppExecFwk::InnerEvent::Pointer &event);
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | icc_file_controller.cpp | 333 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 D | sim_sms_controller.cpp | 238 fileController->ObtainAllLinearFixedFile(ELEMENTARY_FILE_SMS, event); in ObtainAllSmsOfIcc()
|
H A D | usim_dialling_numbers_service.cpp | 147 fileController_->ObtainAllLinearFixedFile(ELEMENTARY_FILE_PBR, event); in LoadPbrFiles()
|
H A D | sim_file.cpp | 284 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 D | icc_dialling_numbers_handler.cpp | 86 fileController_->ObtainAllLinearFixedFile(ef, GetFilePath(ef), ptDiallingNumberReadAll); in GetAllDiallingNumbers()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test_sim_ril.cpp | 863 iccFileController->ObtainAllLinearFixedFile(fileId, path, event);
|