/ohos5.0/base/telephony/telephony_data/opkey/src/ |
H A D | rdb_opkey_helper.cpp | 61 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 D | operator_matching_rule.h | 30 static const std::string SPN = "spn"; variable
|
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/ |
H A D | opkey_data.h | 46 static constexpr const char *SPN = "spn"; variable
|
H A D | pdp_profile_data.h | 146 inline static const std::string SPN = "spn";
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/ |
H A D | js-apis-sim.md | 479 获取指定卡槽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 D | js-apis-sim-sys.md | 3495 …T | "spn_display_condition_cust_int" | SPN显示规则。 |
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | operator_config_loader.cpp | 212 resultSet->GetColumnIndex(SPN, columnIndex); in MatchOperatorRule()
|
/ohos5.0/base/telephony/cellular_data/services/src/utils/ |
H A D | cellular_data_rdb_helper.cpp | 261 apnBean.mvnoType.compare(MvnoType::SPN) == 0 || in IsMvnoDataMatched()
|
/ohos5.0/base/telephony/core_service/ |
H A D | README_zh.md | 80 | function getSimSpn(slotId: number, callback: AsyncCallback\<string>): void; | 获取指定卡槽SIM卡的运营商SPN(S…
|
H A D | README.md | 81 …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 D | commonEvent-definitions.md | 899 提示SPN显示信息已更新。
|
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/ |
H A D | js-apis-sim.md | 479 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 D | js-apis-sim-sys.md | 3440 … | "spn_display_condition_cust_int" | SPN display rule. …
|
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/ |
H A D | apn_manager.cpp | 343 … if (!helper->QueryMvnoApnsByType(mcc, mnc, MvnoType::SPN, Str16ToStr8(spn), mvnoApnVec, slotId)) { in CreateMvnoApnItems()
|
/ohos5.0/docs/zh-cn/release-notes/ |
H A D | OpenHarmony-v4.1-beta1.md | 235 - 支持虚拟卡APN匹配,虚拟卡支持根据SPN/IMSI前缀/GID/ICCID匹配APN。
|
/ohos5.0/base/telephony/telephony_data/common/src/ |
H A D | parser_util.cpp | 327 value.PutString(OpKeyData::SPN, bean.spn); in ParserOpKeyToValuesBucket()
|
/ohos5.0/base/telephony/cellular_data/test/ |
H A D | zero_branch_test.cpp | 1340 apnBean.mvnoType = MvnoType::SPN; 1369 apnBean.mvnoType = MvnoType::SPN;
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/common_event/ |
H A D | commonEvent-definitions.md | 899 Indicates that the SPN displayed has been updated.
|
H A D | commonEventManager-definitions.md | 1930 Indicates the common event of that the SPN information had changed.
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | Samples.md | 3027 …,RadioStatus中的getSimSpn()函数调用sim.getSimSpn(slotId)方法来获取指定卡槽SIM卡的服务提供商名称(Service Provider Name,SPN)。
|