Home
last modified time | relevance | path

Searched refs:SPN (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_helper.cpp61 createTableStr.append(OpKeyData::SPN).append(" TEXT , "); in CreateOpKeyInfoTableStr()
71 createTableStr.append(OpKeyData::SPN).append(", "); in CreateOpKeyInfoTableStr()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_matching_rule.h30 static const std::string SPN = "spn"; variable
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dopkey_data.h46 static constexpr const char *SPN = "spn"; variable
H A Dpdp_profile_data.h146 inline static const std::string SPN = "spn";
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/
H A Djs-apis-sim.md479 获取指定卡槽SIM卡的服务提供商名称(Service Provider Name,SPN)。使用callback异步回调。
488 | callback | AsyncCallback\<string\> | 是 | 回调函数。返回指定卡槽SIM卡的SPN。 |
519 获取指定卡槽SIM卡的服务提供商名称(Service Provider Name,SPN)。使用Promise异步回调。
533 | Promise\<string\> | 以Promise形式返回获取指定卡槽SIM卡的SPN。 |
565 获取指定卡槽SIM卡的服务提供商名称(Service Provider Name,SPN)。
579 | string | 返回获取指定卡槽SIM卡的SPN。 |
H A Djs-apis-sim-sys.md3495 …T | "spn_display_condition_cust_int" | SPN显示规则。 |
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_config_loader.cpp212 resultSet->GetColumnIndex(SPN, columnIndex); in MatchOperatorRule()
/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_rdb_helper.cpp261 apnBean.mvnoType.compare(MvnoType::SPN) == 0 || in IsMvnoDataMatched()
/ohos5.0/base/telephony/core_service/
H A DREADME_zh.md80 | function getSimSpn(slotId: number, callback: AsyncCallback\<string>): void; | 获取指定卡槽SIM卡的运营商SPN(S…
H A DREADME.md81 …back: AsyncCallback\<string>): void; | Obtains the service provider name \(SPN\) of the SIM card i…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/common_event/
H A DcommonEvent-definitions.md899 提示SPN显示信息已更新。
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/
H A Djs-apis-sim.md479 Obtains the service provider name (SPN) of the SIM card in the specified slot. This API uses an asy…
519 Obtains the SPN of the SIM card in the specified slot. This API uses a promise to return the result.
565 Obtains the SPN of the SIM card in the specified slot.
579 | string | SPN of the SIM card in the specified slot.|
H A Djs-apis-sim-sys.md3440 … | "spn_display_condition_cust_int" | SPN display rule. …
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_manager.cpp343 … if (!helper->QueryMvnoApnsByType(mcc, mnc, MvnoType::SPN, Str16ToStr8(spn), 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.cpp327 value.PutString(OpKeyData::SPN, bean.spn); in ParserOpKeyToValuesBucket()
/ohos5.0/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp1340 apnBean.mvnoType = MvnoType::SPN;
1369 apnBean.mvnoType = MvnoType::SPN;
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/common_event/
H A DcommonEvent-definitions.md899 Indicates that the SPN displayed has been updated.
H A DcommonEventManager-definitions.md1930 Indicates the common event of that the SPN information had changed.
/ohos5.0/docs/zh-cn/application-dev/
H A DSamples.md3027 …,RadioStatus中的getSimSpn()函数调用sim.getSimSpn(slotId)方法来获取指定卡槽SIM卡的服务提供商名称(Service Provider Name,SPN)。