Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Disim_file.cpp72 fileToGet_ -= LOAD_STEP; in ProcessFileLoaded()
73 …TELEPHONY_LOGI("IsimFile::ProcessFileLoaded: %{public}d requested: %{public}d", fileToGet_, fileQu… in ProcessFileLoaded()
78 } else if (fileToGet_ < 0) { in ProcessFileLoaded()
79 fileToGet_ = 0; in ProcessFileLoaded()
121 fileToGet_++; in LoadIsimFiles()
125 fileToGet_++; in LoadIsimFiles()
H A Druim_file.cpp110 fileToGet_ -= LOAD_STEP; in ProcessFileLoaded()
111 …TELEPHONY_LOGI("RuimFile::ProcessFileLoaded: %{public}d requested: %{public}d", fileToGet_, fileQu… in ProcessFileLoaded()
116 } else if (fileToGet_ < 0) { in ProcessFileLoaded()
117 fileToGet_ = 0; in ProcessFileLoaded()
156 fileToGet_++; in ProcessIccLocked()
167 fileToGet_++; in LoadRuimFiles()
171 fileToGet_++; in LoadRuimFiles()
175 fileToGet_++; in LoadRuimFiles()
H A Dsim_file.cpp264 fileToGet_++; in ProcessIccLocked()
274 fileToGet_++; in ObtainCallForwardFiles()
278 fileToGet_++; in ObtainCallForwardFiles()
285 fileToGet_++; in LoadSimOtherFile()
289 fileToGet_++; in LoadSimOtherFile()
293 fileToGet_++; in LoadSimOtherFile()
299 fileToGet_++; in LoadSimOtherFile()
303 fileToGet_++; in LoadSimOtherFile()
307 fileToGet_++; in LoadSimOtherFile()
311 fileToGet_++; in LoadSimOtherFile()
[all …]
H A Dicc_file.cpp224 return (fileToGet_ == 0) && fileQueried_; in ObtainFilesFetched()
229 return (fileToGet_ == 0) && lockQueried_; in LockQueriedOrNot()
868 fileToGet_++; in AddRecordsToLoadNum()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_file.h156 int fileToGet_ = 0; variable