Home
last modified time | relevance | path

Searched defs:IccControllerHolder (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_data_type.h29 struct IccControllerHolder { struct
38IccControllerHolder(int efId, int recordNum) : fileId(efId), fileNum(recordNum), getAllFile(false)… in IccControllerHolder() argument
39 IccControllerHolder(int efId, int recordNum, std::string path) in IccControllerHolder() function
42IccControllerHolder(int efId, std::string path) : fileId(efId), fileNum(1), getAllFile(true), file… in IccControllerHolder() function
43 explicit IccControllerHolder(int efId) : fileId(efId), fileNum(1), getAllFile(true) {} in IccControllerHolder() argument