Searched refs:getAllFile (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_data_type.h | 34 bool getAllFile = false; member 38 …IccControllerHolder(int efId, int recordNum) : fileId(efId), fileNum(recordNum), getAllFile(false)… in IccControllerHolder() 40 : fileId(efId), fileNum(recordNum), getAllFile(false), filePath(path) in IccControllerHolder() 42 …IccControllerHolder(int efId, std::string path) : fileId(efId), fileNum(1), getAllFile(true), file… in IccControllerHolder() 43 explicit IccControllerHolder(int efId) : fileId(efId), fileNum(1), getAllFile(true) {} in IccControllerHolder()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | icc_file_controller.cpp | 206 …TELEPHONY_LOGI("ProcessReadRecord %{public}d %{public}d %{public}d %{public}s", hd->getAllFile, hd… in ProcessReadRecord() 209 if (hd->getAllFile) { in ProcessReadRecord()
|