Searched refs:ObtainLinearFixedFile (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | icc_file_controller.h | 39 void ObtainLinearFixedFile( 41 … void ObtainLinearFixedFile(int fileId, int fileNum, const AppExecFwk::InnerEvent::Pointer &event);
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | icc_file_controller.cpp | 305 void IccFileController::ObtainLinearFixedFile( in ObtainLinearFixedFile() function in OHOS::Telephony::IccFileController 327 void IccFileController::ObtainLinearFixedFile(int fileId, int fileNum, const AppExecFwk::InnerEvent… in ObtainLinearFixedFile() function in OHOS::Telephony::IccFileController 329 ObtainLinearFixedFile(fileId, ObtainElementFilePath(fileId), fileNum, event); in ObtainLinearFixedFile()
|
H A D | sim_file.cpp | 273 fileController_->ObtainLinearFixedFile(ELEMENTARY_FILE_CFIS, 1, eventCFIS); in ObtainCallForwardFiles() 302 fileController_->ObtainLinearFixedFile(ELEMENTARY_FILE_MBI, 1, eventMBI); in LoadSimOtherFile() 306 fileController_->ObtainLinearFixedFile(ELEMENTARY_FILE_MWIS, 1, eventMWIS); in LoadSimOtherFile() 1334 fileController_->ObtainLinearFixedFile(ELEMENTARY_FILE_SMS, index, eventSMS); in ProcessSmsOnSim()
|
H A D | icc_dialling_numbers_handler.cpp | 69 fileController_->ObtainLinearFixedFile(ef, GetFilePath(ef), index, ptDiallingNumberRead); in GetDiallingNumbers()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test_sim_ril.cpp | 862 iccFileController->ObtainLinearFixedFile(fileId, path, fileNum, event); 874 iccFileController->ObtainLinearFixedFile(fileId, path, fileNum, event);
|