Home
last modified time | relevance | path

Searched refs:ICCID (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-mdm-kit/
H A Djs-apis-enterprise-deviceInfo.md40 …如:[{"slotId": 0, "MEID": "", "IMSI": "", "ICCID": "", "IMEI": ""}, {"slotId": 1, "MEID": "", "IMSI…
/ohos5.0/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_helper.cpp62 createTableStr.append(OpKeyData::ICCID).append(" TEXT , "); in CreateOpKeyInfoTableStr()
72 createTableStr.append(OpKeyData::ICCID).append("))"); in CreateOpKeyInfoTableStr()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/
H A Djs-apis-sim.md946 >仅需获取ICCID和号码信息时需要GET_TELEPHONY_STATE权限,ICCID和号码信息为敏感数据,不向三方应用开放。调用接口时,获取到的ICCID和号码信息为空。
993 >仅需获取ICCID和号码信息时需要GET_TELEPHONY_STATE权限,ICCID和号码信息为敏感数据,不向三方应用开放。调用接口时,获取到的ICCID和号码信息为空。
1046 >仅需获取ICCID和号码信息时需要GET_TELEPHONY_STATE权限,ICCID和号码信息为敏感数据,不向三方应用开放。调用接口时,获取到的ICCID和号码信息为空。
1113 >仅需获取ICCID和号码信息时需要GET_TELEPHONY_STATE权限,ICCID和号码信息为敏感数据,不向三方应用开放。调用接口时,获取到的ICCID和号码信息为空。
1523 | iccId | string | 是 | ICCID号码。 |
H A Djs-apis-sim-sys.md1613 获取指定卡槽SIM卡的ICCID。使用callback异步回调。
1659 获取指定卡槽SIM卡的ICCID。使用Promise异步回调。
1677 | Promise<string\> | 以Promise形式返回获取指定卡槽SIM卡的ICCID。 |
/ohos5.0/docs/en/application-dev/reference/apis-mdm-kit/
H A Djs-apis-enterprise-deviceInfo.md40 …/>[{"slotId": 0, "MEID": "", "IMSI": "", "ICCID": "", "IMEI": ""}, {"slotId": 1, "MEID": "", "IMSI…
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_matching_rule.h28 static const std::string ICCID = "iccid"; variable
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dopkey_data.h50 static constexpr const char *ICCID = "iccid"; variable
H A Dpdp_profile_data.h149 inline static const std::string ICCID = "iccid"; variable
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/
H A Djs-apis-sim.md946 …in the ICCID and phone number. Such information is sensitive and not open to third-party applicati…
993 …in the ICCID and phone number. Such information is sensitive and not open to third-party applicati…
1046 …in the ICCID and phone number. Such information is sensitive and not open to third-party applicati…
1113 …in the ICCID and phone number. Such information is sensitive and not open to third-party applicati…
1523 | iccId | string | Yes | ICCID number. |
H A Djs-apis-sim-sys.md1613 Obtains the ICCID of the SIM card in the specified slot. This API uses an asynchronous callback to …
1659 Obtains the ICCID of the SIM card in the specified slot. This API uses a promise to return the resu…
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_config_loader.cpp196 resultSet->GetColumnIndex(ICCID, columnIndex); in MatchOperatorRule()
/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_rdb_helper.cpp260 if (apnBean.mvnoType.compare(MvnoType::ICCID) == 0 || in IsMvnoDataMatched()
/ohos5.0/base/telephony/core_service/
H A DREADME_zh.md77 | function getSimIccId(slotId: number, callback: AsyncCallback\<string>): void; | 获取指定卡槽SIM卡的ICCID(…
H A DREADME.md78 …allback\<string>): void; | Obtains the integrated circuit card identity \(ICCID\) of the SIM card …
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_manager.cpp361 …if (!helper->QueryMvnoApnsByType(mcc, mnc, MvnoType::ICCID, Str16ToStr8(iccId), mvnoApnVec, slotId… in CreateMvnoApnItems()
/ohos5.0/docs/zh-cn/release-notes/
H A DOpenHarmony-v4.1-beta1.md235 - 支持虚拟卡APN匹配,虚拟卡支持根据SPN/IMSI前缀/GID/ICCID匹配APN。
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp328 value.PutString(OpKeyData::ICCID, bean.iccid); in ParserOpKeyToValuesBucket()
/ohos5.0/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp1337 apnBean.mvnoType = MvnoType::ICCID;
1365 apnBean.mvnoType = MvnoType::ICCID;