Home
last modified time | relevance | path

Searched refs:plmnNumeric_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/
H A D_telephony__network_state.md22 | [plmnNumeric_](#plmnnumeric_)[TELEPHONY_MAX_PLMN_NUMERIC_LEN] | 注册网络的PLMN码。 |
56 ### plmnNumeric_ subsection
59 char Telephony_NetworkState::plmnNumeric_[TELEPHONY_MAX_PLMN_NUMERIC_LEN]
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/
H A D_telephony__network_state.md22 | [plmnNumeric_](#plmnnumeric_)[TELEPHONY_MAX_PLMN_NUMERIC_LEN] | PLMN code of the registered netwo…
56 ### plmnNumeric_ subsection
59 char Telephony_NetworkState::plmnNumeric_[TELEPHONY_MAX_PLMN_NUMERIC_LEN]
/ohos5.0/base/telephony/core_service/interfaces/kits/c/telephony_radio/include/
H A Dtelephony_radio_type.h138 char plmnNumeric_[TELEPHONY_MAX_PLMN_NUMERIC_LEN]; member
/ohos5.0/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/
H A Dtelephony_radio.cpp117 if (strcpy_s(state->plmnNumeric_, TELEPHONY_MAX_PLMN_NUMERIC_LEN, name.c_str()) != 0) { in Conv2TelNetworkState()